PAGE_ENCLAVE_DECOMMIT top-level constant

  1. @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_ENCLAVE_DECOMMIT instead')
int const PAGE_ENCLAVE_DECOMMIT

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;