noErrorCode 常量

int const noErrorCode

用于表示没有可用 OS 错误码的常量。

实现

static const int noErrorCode = -1;