ERROR_INVALID_PARAMETER top-level constant

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

The parameter is incorrect.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_INVALID_PARAMETER instead')
const ERROR_INVALID_PARAMETER = 87;