IWCPropertySheetCallback::AddPropertySheetPage method (cluadmex.h)

Adds a property page to a Failover Cluster Administrator property sheet.

Syntax

HRESULT AddPropertySheetPage(
  [in] LONG *hpage
);

Parameters

[in] hpage

Handle to the property page to be added.

Return value

If AddPropertySheetPage was not successful, it can return other HRESULT values.

Return code/value Description
NOERROR
0
The operation was successful.
E_INVALIDARG
0x80070057
The hpage parameter is invalid.

Remarks

Call the AddPropertySheetPage method from your IWEExtendPropertySheet::CreatePropertySheetPages implementation. However, before you call AddPropertySheetPage, call the function CreatePropertySheetPage to retrieve a handle to pass in the hpage parameter.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header cluadmex.h

See also

IWCPropertySheetCallback

IWEExtendPropertySheet::CreatePropertySheetPages