SPEVENTSOURCEINFO (Windows CE 5.0)
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
Send Feedback on this topic to the authors