IPropertySheetProvider::AddExtensionPages method (mmc.h)

The IPropertySheetProvider::AddExtensionPages method collects the pages from the extension snap-ins.

Syntax

HRESULT AddExtensionPages();

Return value

This method can return one of these values.

Remarks

Snap-ins that use the IPropertySheetProvider interface directly must add at least one page before extensions can add pages. They must also call the IPropertySheetProvider::AddExtensionPages method to allow extensions to add their own property pages.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h
DLL Mmcndmgr.dll

See also

IPropertySheetProvider