ERROR_TOO_MANY_SEM_REQUESTS top-level constant

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

The semaphore cannot be set again.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_TOO_MANY_SEM_REQUESTS instead')
const ERROR_TOO_MANY_SEM_REQUESTS = 103;