Engine::GetErrorList method
[This documentation is preliminary and is subject to change.]
Retrieve the list of errors that occurred while performing an operation.
Syntax
HRESULT GetErrorList(
[out] ErrorList **errorList
);
Parameters
- errorList [out]
A double pointer to receive an ErrorList Object object.
Return value
If successful the method returns S_OK.
If errorList is NULL this method returns E_POINTER.
See also
Build date: 9/6/2011