Partager via


IShellView::AddPropertySheetPages (Compact 2013)

3/28/2014

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

See Also

Reference

IShellView
Shell Interfaces