IPixErrorCallback::ErrorListCallback 方法
一个回调,通知关联请求返回的错误主机。
语法
HRESULT ErrorListCallback(
DWORD count,
Issue [] count0_errorList,
DWORD count,
Issue [] count0_warningList
);
参数
计数
错误数。
count0_errorList
错误。
计数
警告数。
count0_warningList
警告。
返回值
如果此方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
要求
标头 | Vspixengine.h |
另请参阅