TPM_DEVICE_INFO struttura (tbs.h)
Fornisce informazioni sulla versione del TPM.
Sintassi
typedef struct _TPM_DEVICE_INFO {
UINT32 structVersion;
UINT32 tpmVersion;
UINT32 tpmInterfaceType;
UINT32 tpmImpRevision;
} TPM_DEVICE_INFO, *PTPM_DEVICE_INFO;
Members
structVersion
Versione dell'implementazione del contesto TBS. Questo parametro deve essere impostato su TPM_VERSION_20.
tpmVersion
Versione TPM. Verrà impostato su TPM_VERSION_12 o TPM_VERSION_20.
tpmInterfaceType
Riservato
tpmImpRevision
Riservato
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | tbs.h |