ERROR_LOCK_VIOLATION top-level constant

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

The process cannot access the file because another process has locked a portion of the file.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_LOCK_VIOLATION instead')
const ERROR_LOCK_VIOLATION = 33;