PAGE_ENCLAVE_DECOMMIT top-level constant
- @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_ENCLAVE_DECOMMIT instead')
Indicates that the page will be protected to prevent further use in an enclave.
Implementation
@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_ENCLAVE_DECOMMIT instead')
const PAGE_ENCLAVE_DECOMMIT = 0x10000000;