Adding Property Sheet Pages
[Support for Failover Cluster Administrator extension DLLs was removed in Windows Server 2008.]
When an administrator pulls up a property sheet for the object you are extending, Failover Cluster Administrator calls your implementation of IWEExtendPropertySheet::CreatePropertySheetPages. Your implementation should:
- Create the property sheet pages to be added to the property sheet.
- Call the Cluster Administrator information interfaces as needed. See Using the Information Interfaces.
- Call IWCPropertySheetCallback::AddPropertySheetPage for each page to be added.