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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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 Value
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
| Header | shobjidl.h, shobjidl.idl |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |