Searched refs:msgBuf (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1187 LPVOID msgBuf; local
1191 NULL, err == -1 ? GetLastError() : err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &msgBuf, 0, NULL );
1194 strcpy(buf, (LPTSTR)msgBuf);
1195 LocalFree(msgBuf);

Completed in 11 milliseconds