Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 19 of file midiuart.c.
{ ULONG RemainingTime = Timeout; while ( RemainingTime -- ) { if ( READ_MIDIUART_STATUS(UartBasePort) & StatusFlags ) { return TRUE; } } return FALSE; }