Share via


SPEVENTSOURCEINFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains event source information. It is used by ISpEventSource::GetInfo.

Syntax

typedef struct SPEVENTSOURCEINFO{
  ULONGLONG ullEventInterest;
  ULONGLONG ullQueuedInterest;
  ULONG ulCount;
} SPEVENTSOURCEINFO;

Members

  • ullEventInterest
    Event identifier flags marking events that invoke a notification. Possible identifiers are defined for the SPEVENTENUM enumeration.
  • ulCount
    Number of events currently queued.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Structures