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 "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 Jan 2008.