Searched refs:fPipeState (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp295 ULONG fPipeState = 0; local
296 orc = DosQueryNPHState(hNative, &fPipeState);
303 AssertReturn(!(fPipeState & NP_TYPE_MESSAGE), VERR_INVALID_HANDLE);
304 AssertReturn(!(fPipeState & NP_READMODE_MESSAGE), VERR_INVALID_HANDLE);
305 AssertReturn((fPipeState & 0xff) == 1, VERR_INVALID_HANDLE);
336 pThis->fBlocking = !(fPipeState & NP_NOWAIT);

Completed in 49 milliseconds