Platform SDK: Active Directory, ADSI, and Directory Services

IDsAdminNewObjExt::GetSummaryInfo

The GetSummaryInfo method supplies a string, with the summary of the data gathered in the wizard, for the Finish page.

HRESULT GetSummaryInfo(
  BSTR *pBstrText
);

Parameters

pBstrText
[out] Pointer to a BSTR to be filled with the text that will be shown on the Finish page.

Return Values

Returns S_OK, if the method returns a valid string. Otherwise, it returns a failure code (E_NOTIMPL).

Remarks

if the method returns S_OK, the BSTR pointer must have been initialized to a valid BSTR string allocated by using SysAllocString().

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsadmin.h.

See Also

IDsAdminNewObjExt