STI_ERROR_INFOW struttura (sti.h)
La struttura STI_ERROR_INFO viene usata come parametro per i metodi IStiDevice::GetLastErrorInfo e IStiUSD::GetLastErrorInfo . Viene usato anche come membro della struttura STI_DIAG .
Sintassi
typedef struct _ERROR_INFOW {
DWORD dwSize;
DWORD dwGenericError;
DWORD dwVendorError;
WCHAR szExtendedErrorText[255];
} STI_ERROR_INFOW, *PSTI_ERROR_INFOW;
Members
dwSize
Dimensioni fornite dal chiamante, in byte, della struttura STI_ERROR_INFO.
dwGenericError
Codice di errore Win32.
dwVendorError
Codice di errore specifico del fornitore facoltativo.
szExtendedErrorText[255]
Matrice di caratteri facoltativa contenente una stringa di testo che descrive l'errore.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sti.h (include Sti.h) |