Searched refs:nLastError (Results 1 – 3 of 3) sorted by relevance
49 APIRET nLastError; member202 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 …]
1700 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local1701 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()1743 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local1744 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()
717 ERRORID nLastError = WinGetLastError( GetSalData()->mhAB ); in ImplDoSetFont() local718 …ebug_printf( "Os2SalGraphics::SetFont hps %x Ft2CreateLogFont failed err %x\n", mhPS, nLastError ); in ImplDoSetFont()