ReactOS 0.4.16-dev-2491-g3dc6630
comm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BOOLEAN Rs232PortInUse (PUCHAR Base)
 

Function Documentation

◆ Rs232PortInUse()

BOOLEAN Rs232PortInUse ( PUCHAR  Base)

Definition at line 109 of file rs232.c.

110{
111#if DBG
112 return (Rs232ComPort && (Rs232ComPortInfo.Address == Base));
113#else
114 return FALSE;
115#endif
116}
#define FALSE
Definition: types.h:117
_In_opt_ ULONG Base
Definition: rtlfuncs.h:2486

Referenced by DetectSerialPorts().