ENCLAVE_CALL_FLAG_NO_WAIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMMAPI_H
#if (PHNT_VERSION >= PHNT_THRESHOLD)
#if (PHNT_MODE != PHNT_MODE_KERNEL)

#define ENCLAVE_CALL_FLAG_NO_WAIT 0x00000001ul

#endif
#endif
#endif

View code on GitHub

No description available.