Platform SDK: Active Directory, ADSI, and Directory Services

IQueryForm::AddPages

The IQueryForm::AddPages method creates property page extensions for displaying a directory object.

HRESULT AddPages(
  LPCQADDPAGESPROC pAddPagesProc,
  LPARAM lParam
);

Parameters

pAddPagesProc
[in] A callback procedure to add pages.
lParam
[in] Data passed to the callback function.

Return Values

This method returns an HRESULT value.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Cmnquery.h.
  Library: Included as a resource in Cmnquery.dll.

See Also

Active Directory Display Interfaces, IQueryForm