Home
last modified time | relevance | path

Searched refs:szHost (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/desktop/source/app/
H A Dlockfile.cxx162 char* szHost = new char[sz]; in isStale() local
163 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() local
200 if (GetComputerName(szHost, (LPDWORD)&sz)) in syncToFile()
201 aHost = OString(szHost); in syncToFile()
204 delete[] szHost; in syncToFile()

Completed in 8 milliseconds