TPM_DEVICE_INFO 結構 (tbs.h)
提供 TPM 版本的相關資訊。
語法
typedef struct _TPM_DEVICE_INFO {
UINT32 structVersion;
UINT32 tpmVersion;
UINT32 tpmInterfaceType;
UINT32 tpmImpRevision;
} TPM_DEVICE_INFO, *PTPM_DEVICE_INFO;
成員
structVersion
TBS 內容實作的版本。 此參數必須設定為 TPM_VERSION_20。
tpmVersion
TPM 版本。 將會設定為 TPM_VERSION_12 或 TPM_VERSION_20。
tpmInterfaceType
保留
tpmImpRevision
保留
需求
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
標頭 | tbs.h |