Platform SDK: Active Directory, ADSI, and Directory Services |
The GetSummaryInfo method supplies a string, with the summary of the data gathered in the wizard, for the Finish page.
HRESULT GetSummaryInfo( BSTR *pBstrText );
Returns S_OK, if the method returns a valid string. Otherwise, it returns a failure code (E_NOTIMPL).
if the method returns S_OK, the BSTR pointer must have been initialized to a valid BSTR string allocated by using SysAllocString().
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsadmin.h.