Platform SDK: Active Directory, ADSI, and Directory Services

IQueryForm::AddForms

The IQueryForm::AddForms method creates form page extension of an Active Directory™ object.

HRESULT AddForms(
  LPCQADDFORMSPROC pAddFormsProc,
  LPARAM lParam
);

Parameters

pAddFormsProc
[in] A callback procedure to add forms.
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