Searched refs:nLastError (Results 1 – 3 of 3) sorted by relevance
51 APIRET nLastError; member204 pPipe->nLastError = NO_ERROR; in osl_createPipe()307 if (pPipe->nLastError) in osl_acceptPipe()331 pNewPipe->nLastError = in osl_acceptPipe()341 if (pNewPipe->nLastError) in osl_acceptPipe()358 if (pNewPipe->nLastError) in osl_acceptPipe()373 if (pPipe->nLastError) in osl_acceptPipe()401 if( pPipe->nLastError ) in osl_receivePipe()429 if( pPipe->nLastError ) in osl_sendPipe()452 rc = pPipe->nLastError; in osl_getLastPipeError()[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()
Completed in 32 milliseconds