Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

SHGFP_TYPE (Enums)
 
.
Summary

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.

Documentation
SHGFP_TYPE on MSDN
 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions