SetCommMask(3w)
NAME
SetCommMask (KERNEL32.@)
SYNOPSIS
BOOL SetCommMask ( HANDLE handle, DWORD evtmask )
DESCRIPTION
There be some things we need to hear about yon there communications
device. (Set which events associated with a communication device should
cause a call WaitCommEvent to return.).
PARAMS
handle [In] The communications device.
evtmask [In] The events that are to be monitored.
RETURNS
TRUE on success, FALSE on bad handle etc.
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".