EnclaveGetEnclaveInformation 関数 (winenclaveapi.h)
現在実行中のエンクレーブに関する情報を取得します。
構文
HRESULT EnclaveGetEnclaveInformation(
[in] UINT32 InformationSize,
[out] ENCLAVE_INFORMATION *EnclaveInformation
);
パラメーター
[in] InformationSize
EnclaveInformation パラメーターが指すENCLAVE_INFORMATION構造体のサイズ (バイト単位)。
[out] EnclaveInformation
現在実行中のエンクレーブに関する情報。
戻り値
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
注釈
EnclaveGetEnclaveInformation はエンクレーブ内から呼び出す必要があり、 ENCLAVE_TYPE_VBS エンクレーブ型のエンクレーブ内でのみサポートされます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10、バージョン 1709 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | winenclaveapi.h |
Library | Vertdll.lib |
[DLL] | Vertdll.dll |