Home
last modified time | relevance | path

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

/AOO42X/main/sal/osl/os2/
H A Dpipe.cxx49 APIRET nLastError; member
202 pPipe->nLastError = NO_ERROR; in osl_createPipe()
235 pNewPipe->nLastError = NO_ERROR; in osl_copyPipe()
300 pPipe->nLastError = DosQueryNPipeInfo(pPipe->hPipe, in osl_acceptPipe()
305 if (pPipe->nLastError) in osl_acceptPipe()
308 pPipe->nLastError ); in osl_acceptPipe()
329 pNewPipe->nLastError = in osl_acceptPipe()
339 if (pNewPipe->nLastError) in osl_acceptPipe()
342 pNewPipe->nLastError ); in osl_acceptPipe()
353 pNewPipe->nLastError = DosConnectNPipe( pNewPipe->hPipe ); in osl_acceptPipe()
[all …]
/AOO42X/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1700 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local
1701 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()
1743 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local
1744 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()
H A Dsalgdi3.cxx717 ERRORID nLastError = WinGetLastError( GetSalData()->mhAB ); in ImplDoSetFont() local
718 …ebug_printf( "Os2SalGraphics::SetFont hps %x Ft2CreateLogFont failed err %x\n", mhPS, nLastError ); in ImplDoSetFont()