ERROR_SUCCESS top-level constant

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

The operation completed successfully.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_SUCCESS instead')
const ERROR_SUCCESS = 0;