ERROR_HANDLE_EOF top-level constant

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

Reached the end of the file.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_HANDLE_EOF instead')
const ERROR_HANDLE_EOF = 38;