IPixErrorCallback::ErrorListCallback 方法
回呼,通知相關聯要求傳回的錯誤主機。
語法
HRESULT ErrorListCallback(
DWORD count,
Issue [] count0_errorList,
DWORD count,
Issue [] count0_warningList
);
參數
計數
錯誤數目。
count0_errorList
錯誤。
計數
警告數目。
count0_warningList
警告。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
標頭 | Vspixengine.h |
另請參閱