Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/os2/
H A Dpipe.cxx51 APIRET nLastError; member
204 pPipe->nLastError = NO_ERROR; in osl_createPipe()
237 pNewPipe->nLastError = NO_ERROR; in osl_copyPipe()
302 pPipe->nLastError = DosQueryNPipeInfo(pPipe->hPipe, in osl_acceptPipe()
307 if (pPipe->nLastError) in osl_acceptPipe()
310 pPipe->nLastError ); in osl_acceptPipe()
331 pNewPipe->nLastError = in osl_acceptPipe()
341 if (pNewPipe->nLastError) in osl_acceptPipe()
344 pNewPipe->nLastError ); in osl_acceptPipe()
355 pNewPipe->nLastError = DosConnectNPipe( pNewPipe->hPipe ); in osl_acceptPipe()
[all …]
/AOO41X/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()