Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dpipe.cxx392 ULONG ulActual; in osl_receivePipe() local
398 pPipe->nLastError = DosRead( pPipe->hPipe, pBuffer, BytesToRead, &ulActual ); in osl_receivePipe()
408 return ulActual; in osl_receivePipe()
420 ULONG ulActual; in osl_sendPipe() local
426 pPipe->nLastError = DosWrite( pPipe->hPipe, (PVOID) pBuffer, BytesToSend, &ulActual ); in osl_sendPipe()
436 return ulActual; in osl_sendPipe()

Completed in 22 milliseconds