Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
SHGSI (Enums)
.
Summary
C# Definition:
[Flags]
public enum SHGSI : uint
{
SHGSI_ICONLOCATION = 0,
SHGSI_ICON = 0x000000100,
SHGSI_SYSICONINDEX = 0x000004000,
SHGSI_LINKOVERLAY = 0x000008000,
SHGSI_SELECTED = 0x000010000,
SHGSI_LARGEICON = 0x000000000,
SHGSI_SMALLICON = 0x000000001,
SHGSI_SHELLICONSIZE = 0x000000004
}
VB Definition:
<Flags()> _
Public Enum SHGSI As UInteger
SHGSI_ICONLOCATION = 0
SHGSI_ICON = &H100
SHGSI_SYSICONINDEX = &H4000
SHGSI_LINKOVERLAY = &H8000
SHGSI_SELECTED = &H10000
SHGSI_LARGEICON = &H0
SHGSI_SMALLICON = &H1
SHGSI_SHELLICONSIZE = &H4
End Enum
Notes:
None.
Documentation
Retrieves information about a stock icon
3/1/2017 5:58:51 AM - -88.235.99.88
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!