Contents Index Topic Contents | ||
Previous Topic: IShellView Next Topic: IShellView::CreateViewWindow |
IShellView::AddPropertySheetPages
HRESULT AddPropertySheetPages( DWORD dwReserved, LPFNADDPROPSHEETPAGE lpfn, LPARAM lparam );Allows the view to add pages to the Options property sheet from the View menu.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- dwReserved
- Reserved for future use.
- lpfn
- Address of the callback function used to add the pages.
- lparam
- Value that must be passed to the callback function in the lpfn parameter.
Notes to Implementers
Windows Explorer calls this method when it is opening the Options property sheet from the View menu. Views can add pages by creating them and calling the callback function with the page handles.
See also IShellView
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.