SPEVENTSOURCEINFO
This structure contains event source information. It is used by ISpEventSource::GetInfo.
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. - 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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.