SPEVENTSOURCEINFO (Windows CE 5.0)

Send Feedback

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

typedef struct SPEVENTSOURCEINFO{  ULONGLONGullEventInterest;  ULONGLONGullQueuedInterest;  ULONGulCount;} SPEVENTSOURCEINFO;

Members

  • ullEventInterest
    Event identifier flags marking events that invoke a notification. Possible identifiers are defined for the SPEVENTENUM enumeration.
  • ullQueuedInterest
    Queue of event identifiers. The identifiers remain until ISpEventSource::GetEvents removes them.
  • ulCount
    Number of events currently queued.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.