GetLastError method

int GetLastError()

Implementation

int GetLastError() {
  return _GetLastError();
}