ERROR_BAD_FORMAT top-level constant

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

An attempt was made to load a program with an incorrect format.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_BAD_FORMAT instead')
const ERROR_BAD_FORMAT = 11;