Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "openicon" in [All]

user32

.
Summary
.

static extern bool OpenIcon(IntPtr hWnd);

.

Public Function OpenIcon(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

Public Declare Function OpenIcon Lib "user32" _

.
Documentation
[OpenIcon] on MSDN

Interfaces

.

        GIL_OPENICON = 0x0001,

Enums

.

    SHGFI_OPENICON = 0x000000002,     // get open icon

.

    SHGFI_OPENICON      = 0x000000002,    

.

    SHGFI_OPENICON = &H2

Constants

.

    public const int SHGFI_OPENICON      = 0x000000002;     // get open icon

.

    public const int SHGFI_OPENICON      = 0x000000002;     // get open icon

shell32

.

      OpenIcon     = 0x000000002,  

.

    OPENICON = &H2


 
Access PInvoke.net directly from VS: