__EventDroppedEvent class

The __EventDroppedEvent system class represents the occurrence of an event that is dropped. A dropped event is an event that is not delivered to an event consumer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class __EventDroppedEvent : __SystemEvent
{
  __Event             Event;
  __EventConsumer REF IntendedConsumer;
  uint8               SECURITY_DESCRIPTOR[];
  uint64              TIME_CREATED;
};

Members

The __EventDroppedEvent class has these types of members:

Properties

The __EventDroppedEvent class has these properties.

Event

Data type: __Event

Access type: Read-only

Event that is dropped.

IntendedConsumer

Data type: __EventConsumer

Access type: Read-only

Reference to an instance of __EventConsumer that represents the permanent consumer you identify to receive an event. Different permanent consumers that subscribe to an event can continue to receive the event.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor that an event provider uses to determine the users who can receive an event. This property is inherited from __Event.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time when an event is generated. This is a 64-bit value that represents the number of 100-nanosecond intervals after January 1, 1601. The information is in the Coordinated Universal Time (UTC) format. This property is inherited from __Event.

For more information about using uint64 values in scripts, see Scripting in WMI.

Remarks

The __EventDroppedEvent class is derived from __SystemEvent.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
All WMI namespaces

See also

__SystemEvent

WMI System Classes