Condividi tramite


ENCLAVE_INFORMATION struttura (ntenclv.h)

Contiene informazioni sull'enclave attualmente in esecuzione.

Sintassi

typedef struct ENCLAVE_INFORMATION {
  ULONG            EnclaveType;
  ULONG            Reserved;
  PVOID            BaseAddress;
  SIZE_T           Size;
  ENCLAVE_IDENTITY Identity;
} ENCLAVE_INFORMATION;

Members

EnclaveType

Tipo di architettura dell'enclave.

Valore Significato
ENCLAVE_TYPE_SGX
0x00000001
Enclave per l'estensione dell'architettura INTEL Software Guard Extensions (SGX).
ENCLAVE_TYPE_SGX2
0x00000002
Supporta enclave SGX2 e SGX1. La piattaforma e il sistema operativo supportano le istruzioni SGX2 con EDMM in questa piattaforma (oltre ad altri costrutti SGX2).
ENCLAVE_TYPE_VBS
0x00000010
Enclave VBS.

Reserved

Riservato.

BaseAddress

Puntatore all'indirizzo di base dell'enclave.

Size

Dimensioni dell'enclave, in byte.

Identity

Identità del modulo primario di un enclave.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1709 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Intestazione ntenclv.h

Vedi anche

Strutture enclave

ENCLAVE_IDENTITY

EnclaveGetEnclaveInformation