Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.28 KB

nf-winenclaveapi-enclavegetenclaveinformation.md

File metadata and controls

78 lines (62 loc) · 2.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winenclaveapi.EnclaveGetEnclaveInformation
EnclaveGetEnclaveInformation function (winenclaveapi.h)
Gets information about the currently executing enclave.
EnclaveGetEnclaveInformation
EnclaveGetEnclaveInformation function
base.enclavegetenclaveinformation
winenclaveapi/EnclaveGetEnclaveInformation
base\enclavegetenclaveinformation.htm
base
26349C3C-4B73-430C-B002-ED262DB0304F
02/02/2024
EnclaveGetEnclaveInformation, EnclaveGetEnclaveInformation function, base.enclavegetenclaveinformation, winenclaveapi/EnclaveGetEnclaveInformation
winenclaveapi.h
Windows
Windows 10, version 1709 [desktop apps only]
Windows Server 2016 [desktop apps only]
Vertdll.lib
Vertdll.dll
Windows
19H1
EnclaveGetEnclaveInformation
winenclaveapi/EnclaveGetEnclaveInformation
c++
APIRef
kbSyntax
DllExport
vertdll.dll
EnclaveGetEnclaveInformation

EnclaveGetEnclaveInformation function

-description

Gets information about the currently executing enclave.

-parameters

-param InformationSize [in]

The size of the ENCLAVE_INFORMATION structure that the EnclaveInformation parameter points to, in bytes.

-param EnclaveInformation [out]

Information about the currently executing enclave.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

EnclaveGetEnclaveInformation must be called from within an enclave, and is only supported within enclaves that have the ENCLAVE_TYPE_VBS enclave type.

-see-also

Enclave functions

ENCLAVE_INFORMATION

Vertdll APIs available in VBS enclaves