GetCurrentProcessId method

int GetCurrentProcessId()

Implementation

int GetCurrentProcessId() {
  return _GetCurrentProcessId();
}