Share via


IShellView::AddPropertySheetPages (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IShellView
Standard Shell Interfaces