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