ERROR_INVALID_FUNCTION top-level constant

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

Incorrect function.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_INVALID_FUNCTION instead')
const ERROR_INVALID_FUNCTION = 1;