Microsoft DirectX 9.0 |
The get_ErrorDescription method retrieves the extended error description.
Syntax
HRESULT get_ErrorDescription(
BSTR *pbstrErrorDescription
);
Parameters
pbstrErrorDescription
[out] Pointer to a variable that that receives the error description.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The caller must release the returned BSTR by calling SysFreeString.
See Also