Searched refs:lpMsgBuf (Results 1 – 8 of 8) sorted by relevance
/trunk/main/desktop/win32/source/applauncher/ |
H A D | launcher.cxx | 121 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()
|
/trunk/main/dbaccess/win32/source/odbcconfig/ |
H A D | odbcconfig.cxx | 59 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()
|
/trunk/main/desktop/win32/source/ |
H A D | wrapper.h | 173 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()
|
/trunk/main/migrationanalysis/src/msokill/ |
H A D | msokill.cpp | 147 LPTSTR lpMsgBuf; in KillAppFromWindow() local 151 (LPTSTR) &lpMsgBuf, 0, NULL ); in KillAppFromWindow() 152 printf("%s\n", lpMsgBuf); in KillAppFromWindow() 153 LocalFree( lpMsgBuf ); in KillAppFromWindow()
|
/trunk/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | checkrunningoffice.cxx | 249 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()
|
/trunk/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 401 LPVOID lpMsgBuf; in OutputSystemMessage() local 409 (LPSTR)&lpMsgBuf, in OutputSystemMessage() 414 printf( (LPSTR)lpMsgBuf ); in OutputSystemMessage() 415 LocalFree( lpMsgBuf ); in OutputSystemMessage()
|
/trunk/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 306 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()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 6442 LPVOID lpMsgBuf; local 6450 (LPSTR) &lpMsgBuf, 6454 fprintf( fp, " %s\n", (LPSTR)lpMsgBuf ); 6455 LocalFree( lpMsgBuf );
|
Completed in 39 milliseconds