NAME

GetCommProperties  (KERNEL32.@)

SYNOPSIS

 BOOL GetCommProperties
 (
  HANDLE     hFile,
  LPCOMMPROP lpCommProp
 )

PARAMS

hFile [In] handle of the comm port.
lpCommProp [Out] pointer to struct to be filled.

DESCRIPTION

This function fills in a structure with the capabilities of the communications port driver.

RETURNS

TRUE on success, FALSE on failure If successful, the lpCommProp structure be filled in with properties of the comm port.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "comm".


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