[This is preliminary documentation and subject to change.]
Allows a snap-in to add a page to a property sheet.
HRESULT AddPage(
HPROPSHEETPAGE hPage // Handle of the page to be added
);
Pages are added to the sheet in the order they are presented. The primary snap-ins pages are always added first.
The hPage parameter is a handle to a PROPSHEETPAGE-structure created by the Win32 function CreatePropertySheetPage, which is documented in the Platform SDK.