Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 282 of file rs232.c.
Referenced by DetectSerialPorts().
{ #if DBG return PortInitialized && Rs232PortBase == (PUCHAR)(ULONG_PTR)Base ? TRUE : FALSE; #else return FALSE; #endif }