GetCommProperties (KERNEL32.@)
BOOL GetCommProperties ( HANDLE hFile, LPCOMMPROP lpCommProp )
hFile | [In] | handle of the comm port. |
lpCommProp | [Out] | pointer to struct to be filled. |
This function fills in a structure with the capabilities of the communications port driver.
TRUE on success, FALSE on failure If successful, the lpCommProp structure be filled in with properties of the comm port.
Defined in "winbase.h".
Implemented in "dlls/kernel32/comm.c". source.winehq.org/source/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.