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

GUIDs (Constants)
 
.
Summary
TODO - a short description of this collection of constants

C# Constants:

    public class GUIDs {
        public static Guid IID_IContextMenu  = new Guid( 0x000214E4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 );
        public static Guid IID_IContextMenu2 = new Guid( 0x000214F4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 );
        public static Guid IID_IContextMenu3 = new Guid( 0xbcfce0a0, 0xec17, 0x11d0, 0x8d, 0x10, 0x0, 0xa0, 0xc9, 0xf, 0x27, 0x19);
    }

VB Constants:

Public Class GUIDs

    Public Shared IID_IContextMenu As Guid = New Guid(&H000214E4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
    Public Shared IID_IContextMenu2 As Guid = New Guid(&H000214F4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
    Public Shared IID_IContextMenu3 As Guid = New Guid(&HBCFCE0A0, &HEC17, &H11D0, &H8D, &H10, &H0, &HA0, &HC9, &HF, &H27, &H19)

End Class

Notes:

None.

 

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