NAME

SetCommMask  (KERNEL32.@)

SYNOPSIS

 BOOL SetCommMask
 (
  HANDLE handle,
  DWORD  evtmask
 )

PARAMS

handle [In] The communications device.
evtmask [In] The events that are to be monitored.

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.).

RETURNS

TRUE on success, FALSE on bad handle etc.

IMPLEMENTATION

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.