ERROR_INVALID_DRIVE top-level constant

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

The system cannot find the drive specified.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_INVALID_DRIVE instead')
const ERROR_INVALID_DRIVE = 15;