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