Platform SDK: TAPI |
The get_ScopeDescription method obtains a textual description associated with this scope. The description is used only for clarifying the purpose or meaning of a scope and is not needed for any subsequent calls.
HRESULT get_ScopeDescription( BSTR *ppDescription );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The caller passed in an invalid pointer argument. |
E_OUTOFMEMORY | Not enough memory exists to allocate the string. |
The application must use SysFreeString to free the memory allocated for the ppDescription parameter.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Mdhcp.h.
Library: Use Mdhcpid.lib.