ERROR_TOO_MANY_SEMAPHORES top-level constant

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

Cannot create another system semaphore.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_TOO_MANY_SEMAPHORES instead')
const ERROR_TOO_MANY_SEMAPHORES = 100;