EscapeCommFunction(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/comm.c".
- Debug channel "comm".