Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IMAGE_ (Constants)
 
.
Summary

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.

 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions