Home
last modified time | relevance | path

Searched refs:lpMsgBuf (Results 1 – 9 of 9) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6439 LPVOID lpMsgBuf; local
6447 (LPSTR) &lpMsgBuf,
6451 fprintf( fp, " %s\n", (LPSTR)lpMsgBuf );
6452 LocalFree( lpMsgBuf );
/aoo41x/main/soldep/bootstrp/
H A Dcommand.cxx650 LPVOID lpMsgBuf; variable
659 (LPTSTR) &lpMsgBuf,
663 ByteString aErrorString = (char *) lpMsgBuf;
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckrunningoffice.cxx249 LPVOID lpMsgBuf; in IsOfficeRunning() local
267 (LPTSTR) &lpMsgBuf, in IsOfficeRunning()
271 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in IsOfficeRunning()
272 LocalFree( lpMsgBuf ); in IsOfficeRunning()
/aoo41x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx306 LPVOID lpMsgBuf; in SwapFiles() local
314 (LPTSTR) &lpMsgBuf, in SwapFiles()
318 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in SwapFiles()
319 LocalFree( lpMsgBuf ); in SwapFiles()
/aoo41x/main/sal/systools/win32/kill/
H A Dkill.cxx380 LPVOID lpMsgBuf; in OutputSystemMessage() local
388 (LPSTR)&lpMsgBuf, in OutputSystemMessage()
393 printf( (LPSTR)lpMsgBuf ); in OutputSystemMessage()
394 LocalFree( lpMsgBuf ); in OutputSystemMessage()
/aoo41x/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp147 LPTSTR lpMsgBuf; in KillAppFromWindow() local
151 (LPTSTR) &lpMsgBuf, 0, NULL ); in KillAppFromWindow()
152 printf("%s\n", lpMsgBuf); in KillAppFromWindow()
153 LocalFree( lpMsgBuf ); in KillAppFromWindow()
/aoo41x/main/desktop/win32/source/
H A Dwrapper.h173 LPVOID lpMsgBuf; in Main() local
181 (LPTSTR)&lpMsgBuf, in Main()
187 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in Main()
190 LocalFree( lpMsgBuf ); in Main()
/aoo41x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx121 LPVOID lpMsgBuf; in WinMain() local
129 (LPTSTR)&lpMsgBuf, in WinMain()
135 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in WinMain()
138 LocalFree( lpMsgBuf ); in WinMain()
/aoo41x/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx59 LPVOID lpMsgBuf; in displayLastError() local
66 (LPTSTR)&lpMsgBuf, in displayLastError()
72 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in displayLastError()
75 LocalFree( lpMsgBuf ); in displayLastError()

Completed in 57 milliseconds