ERROR_SHARING_VIOLATION top-level constant

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

The process cannot access the file because it is being used by another process.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_SHARING_VIOLATION instead')
const ERROR_SHARING_VIOLATION = 32;