ES_USER_PRESENT top-level constant

  1. @Deprecated('Use EXECUTION_STATE.ES_USER_PRESENT instead')
int const ES_USER_PRESENT

This value is not supported. If ES_USER_PRESENT is combined with other esFlags values, the call will fail and none of the specified states will be set.

Implementation

@Deprecated('Use EXECUTION_STATE.ES_USER_PRESENT instead')
const ES_USER_PRESENT = 0x00000004;