ERROR_SEEK top-level constant

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

The drive cannot locate a specific area or track on the disk.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_SEEK instead')
const ERROR_SEEK = 25;