IPropertySheetCallback::RemovePage method (mmc.h)

The IPropertySheetCallback::RemovePage method enables a snap-in to remove a page from a property sheet.

Syntax

HRESULT RemovePage(
  [in] HPROPSHEETPAGE hPage
);

Parameters

[in] hPage

A handle to the page to be removed.

Return value

This method can return one of these values.

Remarks

RemovePage can be used only for pages that the snap-in has added.

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

IPropertySheetCallback