Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
The operation was successful. |
|
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 |