SPEVENTSOURCEINFO
Other versions of this page are also available for the following:
8/28/2008
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.
- ullQueuedInterest
Queue of event identifiers. The identifiers remain until ISpEventSource::GetEvents removes them.
- ulCount
Number of events currently queued.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |