ISpecifiyPropertyPages (Interfaces)
Last changed: anonymous

.
Summary
The ISpecifyPropertyPage interface indicates that an object supports property pages.

C# Definition:

[
    ComImport,
    InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
    Guid("B196B28B-BAB4-101A-B69C-00AA00341D07")
]
public interface ISpecifyPropertyPages
{
    void GetPages(out CAUUID pPages);
}

VB Definition:

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

User-Defined Types:

CAUUID

Notes:

None.

Documentation