ERROR_WRONG_DISK top-level constant

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

The wrong diskette is in the drive.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_WRONG_DISK instead')
const ERROR_WRONG_DISK = 34;