struttura STI_DIAG (sti.h)
La struttura STI_DIAG viene usata come parametro per i metodi IStiDevice::D iagnostic e IStiUSD::D iagnostic .
Sintassi
typedef struct _STI_DIAG {
DWORD dwSize;
DWORD dwBasicDiagCode;
DWORD dwVendorDiagCode;
DWORD dwStatusMask;
STI_ERROR_INFO sErrorInfo;
} STI_DIAG, *LPSTI_DIAG;
Members
dwSize
Dimensione fornita dal chiamante, in byte, della struttura STI_DIAG.
dwBasicDiagCode
Flag di bit che indica il tipo di test da eseguire. Attualmente deve essere STI_DIAGCODE_HWPRESENCE.
dwVendorDiagCode
Codice di richiesta di diagnostica facoltativo definito dal fornitore.
dwStatusMask
Riservato per utilizzi futuri.
sErrorInfo
Struttura di tipo STI_ERROR_INFO.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sti.h (include Sti.h) |