ERROR_INVALID_AT_INTERRUPT_TIME top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_INVALID_AT_INTERRUPT_TIME instead')
int const ERROR_INVALID_AT_INTERRUPT_TIME

Cannot request exclusive semaphores at interrupt time.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_INVALID_AT_INTERRUPT_TIME instead')
const ERROR_INVALID_AT_INTERRUPT_TIME = 104;