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

IPropertyPageSite (Interfaces)
 
.
Summary
TODO - a short description

C# Definition:

[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B196B28C-BAB4-101A-B69C-00AA00341D07")]
interface IPropertyPageSite
{
    void OnStatusChange(uint dwFlags);
    void GetLocaleID(out uint pLocaleID);
    void GetPageContainer([MarshalAs(UnmanagedType.IUnknown)] out object ppunk);
    [PreserveSig]
    int TranslateAccelerator(ref MSG pMsg);
}

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IPropertyPageSite
   TODO
End Interface

User-Defined Types:

MSG

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

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