The GetCommModemStatus function retrieves modem control-register values.
BOOL GetCommModemStatus(
HANDLE hFile, |
// handle of communications device |
LPDWORD lpModemStat |
// address of control-register values |
); |
Value |
Meaning |
MS_CTS_ON |
The CTS (clear-to-send) signal is on. |
MS_DSR_ON |
The DSR (data-set-ready) signal is on. |
MS_RING_ON |
The ring indicator signal is on. |
MS_RLSD_ON |
The RLSD (receive-line-signal-detect) signal is on. |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The GetCommModemStatus function is useful when you are using the WaitCommEvent function to monitor the CTS, RLSD, DSR, or ring indicator signals. To detect when these signals change state, use WaitCommEvent and then use GetCommModemStatus to determine the state after a change occurs.
The function fails if the hardware does not support the control-register values.
file: /Techref/os/win/api/win32/func/src/f29.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 16:47,
3.17.164.143:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f29.htm"> GetCommModemStatus</A> |
Did you find what you needed? |