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.
This method allows the view to add pages to the Options property sheet from the View menu.
Syntax
HRESULT AddPropertySheetPages(  DWORD dwReserved,  LPFNADDPROPSHEETPAGE lpfn,  LPARAM lparam);
Parameters
- dwReserved
[in] Reserved. - lpfn
[in] Address of the callback function used to add the pages. - lparam
[in] Value that must be passed as the callback function's lparam parameter. 
Return Values
Returns NOERROR if successful, or an OLE-defined error value otherwise.
Remarks
Windows Explorer calls this method when it opens the Options property sheet from the View menu. You can add pages in a view by creating them and calling the callback function with the page handles.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.
See Also
IShellView | Standard Shell Interfaces
Send Feedback on this topic to the authors