Desktop Functions: Smart Device Functions:
|
Search Results for "OpenIcon" in [All]shell32
OpenIcon = 0x000000002,
OPENICON = &H2 user323: OpenIcon
static extern bool OpenIcon(IntPtr hWnd);
Public Function OpenIcon(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
Public Declare Function OpenIcon Lib "user32" _ Interfaces4: IExtractIcon
GIL_OPENICON = 0x0001, Enums
SHGFI_OPENICON = 0x000000002, // get open icon 6: SHGFI
SHGFI_OPENICON = 0x000000002,
SHGFI_OPENICON = &H2 Constants7: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon 8: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon |