Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
IMAGE_ (Constants)
.
C# Constants:
/// <summary>
/// Loads a bitmap.
/// </summary>
public const int IMAGE_BITMAP = 0;
/// <summary>
/// Loads an icon.
/// </summary>
public const int IMAGE_ICON = 1;
/// <summary>
/// Loads a cursor.
/// </summary>
public const int IMAGE_CURSOR = 2;
/// <summary>
/// Loads an enhanced metafile.
/// </summary>
public const int IMAGE_ENHMETAFILE = 3;
VB Constants:
''' <summary>Loads a bitmap.</summary>
Public Const IMAGE_BITMAP As UInt32 = 0
''' <summary>Loads an icon.</summary>
Public Const IMAGE_ICON As UInt32 = 1
''' <summary>Loads a cursor.</summary>
Public Const IMAGE_CURSOR As UInt32 = 2
'''<summary>Loads an enhanced metafile.</summary>
Public Const IMAGE_ENHMETAFILE As UInt32 = 3
Notes:
None.
The CopyImage API
3/16/2007 8:22:59 AM - consultants@russte.com-69.76.127.174
The LoadImage API
2/7/2011 2:27:47 AM - -178.73.49.127
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!