TERMINATE_ENCLAVE_VALID_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMMAPI_H
//
// Enclave support
//
#if (PHNT_VERSION >= PHNT_WINDOWS_10)

// rev
#define TERMINATE_ENCLAVE_VALID_FLAGS     0x00000005ul

#endif
#endif

View code on GitHub

No description available.