Searched refs:getRegKeyModTime (Results 1 – 1 of 1) sorted by relevance
76 static time_t getRegKeyModTime(HKEY hBaseKey, const char *keyPath);1340 time_t currentUserModTime = getRegKeyModTime(HKEY_CURRENT_USER, in getRegConfigModTime()1342 time_t localMachineModTime = getRegKeyModTime(HKEY_LOCAL_MACHINE, in getRegConfigModTime()1350 getRegKeyModTime(HKEY hBaseKey, const char *keyPath) in getRegKeyModTime() function