[This is preliminary documentation and subject to change.]
IPropertySheetCallback is a COM-based interface used by a snap-in to add its property pages to a property sheet.
You do not implement this interface. It is implemented by the node manager in Microsoft Management Console.
A pointer to this interface is passed in when IExtendPropertySheet::CreatePropertyPages is called so the snap-in can add or remove property pages.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments reference count. |
Release | Decrements reference count. |
IPropertySheetCallback Methods | Description |
AddPage | The snap-in can add a page to a property sheet. |
RemovePage | The snap-in can remove a page from a property sheet. |