ERROR_WRITE_FAULT top-level constant

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

The system cannot write to the specified device.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_WRITE_FAULT instead')
const ERROR_WRITE_FAULT = 29;