DestroyPropertySheetPage function (prsht.h)

Destroys a property sheet page. An application must call this function for pages that have not been passed to the PropertySheet function.

Syntax

BOOL DestroyPropertySheetPage(
  HPROPSHEETPAGE unnamedParam1
);

Parameters

unnamedParam1

Type: HPROPSHEETPAGE

Handle to the property sheet page to delete.

Return value

Type: BOOL

Returns nonzero if successful, or zero otherwise.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header prsht.h
Library Comctl32.lib
DLL Comctl32.dll