IPixErrorCallback::ErrorListCallback method
A callback that notifies the host of errors returned by the associated request.
Syntax
HRESULT ErrorListCallback(
DWORD count,
Issue [] count0_errorList,
DWORD count,
Issue [] count0_warningList
);
Parameters
count
The number of errors.
count0_errorList
The errors.
count
The number of warnings.
count0_warningList
The warnings.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also