GetCommMask.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "comm".