A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/windows/win32/api/enclaveapi/nf-enclaveapi-deleteenclave below:

DeleteEnclave function (enclaveapi.h) - Win32 apps

DeleteEnclave function (enclaveapi.h)

In this article

Deletes the specified enclave.

Syntax
BOOL DeleteEnclave(
  [in] LPVOID lpAddress
);
Parameters

[in] lpAddress

The base address of the enclave that you want to delete.

Return value

TRUE if the enclave was deleted successfully; otherwise FALSE. To get extended error information, call GetLastError.

For a list of common error codes, see System Error Codes. The following error codes also apply for this function.

Return code Description ERROR_ENCLAVE_NOT_TERMINATED The execution of threads running with the enclave was not ended, because either TerminateEnclave was not called, or the execution of the threads has not yet ended in response to an earlier call to TerminateEnclave. Requirements Requirement Value Minimum supported client Windows 10, version 1709 [desktop apps only] Minimum supported server Windows Server 2016 [desktop apps only] Target Platform Windows Header enclaveapi.h Library onecore.lib DLL kernel32.dll; Api-ms-win-core-enclave-l1-1-0.dll See also

Enclave functions

TerminateEnclave

CreateEnclave

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4