Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dcomm.c729 ok(comstat.cbInQue == 0, "Unexpected %d chars in InQueue\n",comstat.cbInQue); in test_OpenComm()
920 ok(stat.cbInQue == 0, "InQueue should be empty, got %d bytes\n", stat.cbInQue); in test_waittxempty()
934 ok(stat.cbInQue == 0, "InQueue should be empty, got %d bytes\n", stat.cbInQue); in test_waittxempty()
998 ok(lpStat.cbInQue == 0, "Unexpected %d chars in InQueue\n", lpStat.cbInQue); in test_ClearCommError()
2013 ok(stat.cbInQue == 0, "expected 0, got %d bytes in InQueue\n", stat.cbInQue); in test_FlushFileBuffers()
H A Dgenerated.c638 TEST_FIELD_SIZE (COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
639 TEST_FIELD_ALIGN (COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
640 TEST_FIELD_OFFSET(COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
2495 TEST_FIELD_SIZE (COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
2496 TEST_FIELD_ALIGN (COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
2497 TEST_FIELD_OFFSET(COMSTAT, cbInQue, 4) in test_pack_COMSTAT()
/reactos/dll/win32/kernel32/wine/
H A Dcomm.c693 lpStat->cbInQue = ss.AmountInInQueue; in ClearCommError()
/reactos/sdk/include/psdk/
H A Dwinbase.h750 DWORD cbInQue; member