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" _ Interfaces2: IExtractIcon
GIL_OPENICON = 0x0001, Enums
SHGFI_OPENICON = 0x000000002, // get open icon 4: SHGFI
SHGFI_OPENICON = 0x000000002,
SHGFI_OPENICON = &H2 Constants5: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon 6: ShellAPI
public const int SHGFI_OPENICON = 0x000000002; // get open icon shell32
OpenIcon = 0x000000002,
OPENICON = &H2 |