ERROR_SEM_IS_SET top-level constant

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

The semaphore is set and cannot be closed.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_SEM_IS_SET instead')
const ERROR_SEM_IS_SET = 102;