Searched refs:szHost (Results 1 – 1 of 1) sorted by relevance
162 char* szHost = new char[sz]; in isStale() local163 if (GetComputerName(szHost, (LPDWORD)&sz)) in isStale()164 myHost = OString(szHost); in isStale()167 delete[] szHost; in isStale()199 char* szHost = new char[sz]; in syncToFile() local200 if (GetComputerName(szHost, (LPDWORD)&sz)) in syncToFile()201 aHost = OString(szHost); in syncToFile()204 delete[] szHost; in syncToFile()
Completed in 5 milliseconds