EscapeCommFunction (KERNEL32.@)
BOOL EscapeCommFunction ( HANDLE handle, UINT nFunction )
handle | [In] | The communication device to perform the extended function. |
nFunction | [In] | The extended function to be performed. |
Directs a communication device to perform an extended function.
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.
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.