ERROR_NOT_DOS_DISK top-level constant

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

The specified disk or diskette cannot be accessed.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NOT_DOS_DISK instead')
const ERROR_NOT_DOS_DISK = 26;