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" _ Constants4: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon 5: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon Enums
SHGFI_OPENICON = 0x000000002, // get open icon 7: SHGFI
SHGFI_OPENICON = 0x000000002,
SHGFI_OPENICON = &H2 Interfaces8: IExtractIcon
GIL_OPENICON = 0x0001, |