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

IPropertyPage (Interfaces)
 
.
Summary
The IPropertyPageSite interface provides the main features for a property page site object.
Summary
TODO - a short description

C# Definition:

[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B196B28C-BAB4-101A-B69C-00AA00341D07")]
interface IPropertyPageSite
[
    ComImport,
    InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
    Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")
]
interface IPropertyPage
{
    void OnStatusChange(uint dwFlags);
    void GetLocaleID(out uint pLocaleID);
    void GetPageContainer([MarshalAs(UnmanagedType.IUnknown)] out object ppunk);
    void SetPageSite(IPropertyPageSite pPageSite);
    void Activate(IntPtr hWndParent, [In] ref RECT pRect, bool bModal);
    void Deactivate();
    void GetPageInfo(ref PROPPAGEINFO pPageInfo);
    void SetObjects(uint cObjects,
       [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.IUnknown, SizeParamIndex = 0)] object[] ppunk);
    void Show(uint nCmdShow);
    void Move([In] ref RECT pRect);
    [PreserveSig]
    int IsPageDirty();
    void Apply();
    void Help(string pszHelpDir);
    [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
<Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Interface IPropertyPage
    TODO
End Interface

User-Defined Types:

IPropertyPageSite

PROPPAGEINFO

RECT

MSG

Notes:

None.

Documentation
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