ERROR_BAD_LENGTH top-level constant

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

The program issued a command but the command length is incorrect.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_BAD_LENGTH instead')
const ERROR_BAD_LENGTH = 24;