GetCommModemStatus (KERNEL32.@)
BOOL GetCommModemStatus ( HANDLE hFile, LPDWORD lpModemStat )
Obtains the four control register bits if supported by the hardware.
hFile | [In] | The communications device. |
lpModemStat | [Out] | The control register bits. |
TRUE if the communications handle was good and for hardware that control register access, FALSE otherwise.
Defined in "winbase.h".
Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c
Debug channel "comm".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.