SetLastError method

void SetLastError(
  1. int dwErrCode
)

Implementation

void SetLastError(
  int dwErrCode,
) {
  return _SetLastError(
    dwErrCode,
  );
}