ERROR_READ_FAULT top-level constant

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

The system cannot read from the specified device.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_READ_FAULT instead')
const ERROR_READ_FAULT = 30;