ENCLAVE_CREATE_INFO_SGX structure (winnt.h)

Contains architecture-specific information to use to create an enclave when the enclave type is ENCLAVE_TYPE_SGX or ENCLAVE_TYPE_SGX2, which specifies an enclave for one of the Intel Software Guard Extensions (SGX) architecture extensions.

Syntax

typedef struct _ENCLAVE_CREATE_INFO_SGX {
  BYTE Secs[4096];
} ENCLAVE_CREATE_INFO_SGX, *PENCLAVE_CREATE_INFO_SGX;

Members

Secs[4096]

The SGX enclave control structure (SECS) to use to create the enclave.

Remarks

For more information about the SECS structure, see the Intel SGX Programming Reference that is available from Intel Software Guard Extensions.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header winnt.h

See also

Enclave Structures

CreateEnclave

ENCLAVE_INIT_INFO_SGX