ISettingsResult::GetContextDescription method (wcmconfig.h)

Returns the description of the context that surrounds the error.

Syntax

HRESULT GetContextDescription(
  [out] BSTR *description
);

Parameters

[out] description

The text that describes the context.

Return value

This method returns an HRESULT value. S_OK indicates success. It may return E_OUTOFMEMORY if there are insufficient resources to return information to the user.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsResult