GetCommTimeouts (KERNEL32.@)
BOOL GetCommTimeouts ( HANDLE hComm, LPCOMMTIMEOUTS lptimeouts )
Obtains the request timeout values for the communications device.
hComm | [In] | The communications device. |
lptimeouts | [Out] | The struct of request timeouts. |
TRUE on success, FALSE if communications device handle is bad or the target structure is NULL.
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.