GetCommProperties.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "comm".