getRegKeyModTime
time_t currentUserModTime = getRegKeyModTime(HKEY_CURRENT_USER,
time_t localMachineModTime = getRegKeyModTime(HKEY_LOCAL_MACHINE,
static time_t getRegKeyModTime(HKEY hBaseKey, const char *keyPath);