ERROR_SHARING_VIOLATION top-level constant
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;
The process cannot access the file because it is being used by another process.
@Deprecated('Use WIN32_ERROR.ERROR_SHARING_VIOLATION instead')
const ERROR_SHARING_VIOLATION = 32;