EscapeCommFunction.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

EscapeCommFunction (KERNEL32.@)

SYNOPSIS

BOOL EscapeCommFunction
 (
  HANDLE handle,
  UINT   func
 )

DESCRIPTION

Directs a communication device to perform an extended function.

PARAMS

handle [In] The communication device to perform the extended function.

nFunction [In] The extended function to be performed.

RETURNS

TRUE or requested data on successful completion of the command, FALSE if the device is not present cannot execute the command or the command failed.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/comm.c".

Debug channel "comm".