Searched defs:curTime (Results 1 – 2 of 2) sorted by relevance
76 struct tm curTime = {0}; variable102 struct tm curTime = { 0 }; variable
59 bool GetSystemCurrentTime(struct tm* curTime) in GetSystemCurrentTime()