ERROR_EXCL_SEM_ALREADY_OWNED top-level constant

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

The exclusive semaphore is owned by another process.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_EXCL_SEM_ALREADY_OWNED instead')
const ERROR_EXCL_SEM_ALREADY_OWNED = 101;