GetCommMask (KERNEL32.@)
BOOL GetCommMask ( HANDLE handle, LPDWORD evtmask )
Obtain the events associated with a communication device that will cause a call WaitCommEvent to return.
handle | [In] | The communications device. |
evtmask | [Out] | The events which cause WaitCommEvent to return. |
TRUE on success, fail on bad device handle etc.
Defined in "winbase.h".
Implemented in "dlls/kernel/comm.c". source.winehq.org/source/dlls/kernel/comm.c
Debug channel "comm".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.