NAME

GetCommTimeouts  (KERNEL32.@)

SYNOPSIS

 BOOL GetCommTimeouts
 (
  HANDLE         hComm,
  LPCOMMTIMEOUTS lptimeouts
 )

PARAMS

hComm [In] The communications device.
lptimeouts [Out] The struct of request timeouts.

DESCRIPTION

Obtains the request timeout values for the communications device.

RETURNS

TRUE on success, FALSE if communications device handle is bad or the target structure is NULL.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c

Debug channel "comm".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.