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.
Fills the array in the CAUUID structure with the CLSIDs for the property pages that can be displayed in the object's property sheet.
STDMETHOD(GetPages)(
CAUUID* pPages
);
Remarks
ATL uses the object's property map to retrieve each CLSID.
See ISpecifyPropertyPages::GetPages in the Windows SDK.
Requirements
Header: atlcom.h
See Also
Reference
ISpecifyPropertyPagesImpl Class