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:

  1. Create the property sheet pages to be added to the property sheet.
  2. Call the Cluster Administrator information interfaces as needed. See Using the Information Interfaces.
  3. Call IWCPropertySheetCallback::AddPropertySheetPage for each page to be added.