GetCommTimeouts(3w)
NAME
GetCommTimeouts (KERNEL32.@)
SYNOPSIS
BOOL GetCommTimeouts ( HANDLE hComm, LPCOMMTIMEOUTS lptimeouts )
DESCRIPTION
Obtains the request timeout values for the communications device.
PARAMS
hComm [In] The communications device.
lptimeouts [Out] The struct of request timeouts.
RETURNS
TRUE on success, FALSE if communications device handle is bad or the
target structure is NULL.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/comm.c".
- Debug channel "comm".