ERROR_NO_MORE_FILES top-level constant

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

There are no more files.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NO_MORE_FILES instead')
const ERROR_NO_MORE_FILES = 18;