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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1404 LPVOID msgBuf; local
1408 NULL, err == -1 ? GetLastError() : err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &msgBuf, 0, NULL );
1411 strcpy(buf, (LPTSTR)msgBuf);
1412 LocalFree(msgBuf);

Completed in 14 milliseconds