GetTickCount method

int GetTickCount()

Implementation

int GetTickCount() {
  return _GetTickCount();
}