IPropertyPageSite (Interfaces)
Last changed: anonymous

.
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