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.
SHGFP_TYPE (Enums)
.
C# Definition:
public enum SHGFP_TYPE : int
{
SHGFP_TYPE_CURRENT = 0x0
SHGFP_TYPE_DEFAULT = 0x1
}
VB.NET Definition:
Public Enum SHGFP_TYPE As Integer
SHGFP_TYPE_CURRENT = &H0
SHGFP_TYPE_DEFAULT = &H1
End Enum
VB Definition:
Public Enum SHGFP_TYPE
SHGFP_TYPE_CURRENT As Long = &H0
SHGFP_TYPE_DEFAULT As Long = &H1
End Enum
Notes:
None.
The SHGetFolderPath API
1/17/2013 11:06:46 PM - -24.39.41.252
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!