GetCommMask(3w)
NAME
GetCommMask (KERNEL32.@)
SYNOPSIS
BOOL GetCommMask ( HANDLE handle, LPDWORD evtmask )
DESCRIPTION
Obtain the events associated with a communication device that will
cause a call WaitCommEvent to return.
PARAMS
handle [In] The communications device.
evtmask [Out] The events which cause WaitCommEvent to return.
RETURNS
TRUE on success, fail on bad device 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".