STI_ERROR_INFOW 結構 (sti.h)
STI_ERROR_INFO 結構會當做 IStiDevice::GetLastErrorInfo 和 IStiUSD::GetLastErrorInfo 方法的參數使用。 它也會當做 STI_DIAG 結構的成員使用。
語法
typedef struct _ERROR_INFOW {
DWORD dwSize;
DWORD dwGenericError;
DWORD dwVendorError;
WCHAR szExtendedErrorText[255];
} STI_ERROR_INFOW, *PSTI_ERROR_INFOW;
成員
dwSize
呼叫端提供的大小,以位元組為單位,以位元組為單位STI_ERROR_INFO結構。
dwGenericError
Win32 錯誤碼。
dwVendorError
選擇性的廠商特定錯誤碼。
szExtendedErrorText[255]
選擇性字元陣列,包含描述錯誤的文字字串。
規格需求
需求 | 值 |
---|---|
標頭 | sti.h (包含 Sti.h) |