GetCommMask (KERNEL32.@)
BOOL GetCommMask ( HANDLE handle, LPDWORD evtmask )
handle | [In] | The communications device. |
evtmask | [Out] | The events which cause WaitCommEvent to return. |
Obtain the events associated with a communication device that will cause a call 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 © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.