A class that implements IProvideTickCount64 and returns the tick count directly from a call to the operating system GetTickCount64() function. Note that this is only operational on platforms that support it, on platforms prior to _WIN32_WINNT >= 0x0600 it throws an exception. See here for more details.