MSFT_ForwardedEvent class

The MSFT_ForwardedEvent class represents the arrival of a forwarded event. A forwarded event is an event that is signaled on one computer, then forwarded to another computer by a forwarding consumer.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

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

Syntax

class MSFT_ForwardedEvent : MSFT_ForwardedMessageEvent
{
  uint8    Account[];
  boolean  Authenticated;
  string   Consumer;
  __Event  Event;
  string   Machine;
  string   Namespace;
  uint8    SECURITY_DESCRIPTOR[];
  datetime Time;
  uint64   TIME_CREATED;
};

Members

The MSFT_ForwardedEvent class has these types of members:

  • Properties

Properties

The MSFT_ForwardedEvent class has these properties.

Account

Data type: uint8 array

Access type: Read-only

Account from which the forwarding consumer sending the message is executing. This property is inherited from MSFT_ForwardedMessageEvent.

Authenticated

Data type: boolean

Access type: Read-only

If TRUE, the message is authenticated. This property is inherited from MSFT_ForwardedMessageEvent.

Consumer

Data type: string

Access type: Read-only

Name of the forwarding consumer that sends a message. This property is inherited from MSFT_ForwardedMessageEvent.

Event

Data type: __Event

Access type: Read-only

Event that the forwarding consumer receives.

Machine

Data type: string

Access type: Read-only

Name of the machine from which a message is sent by the forwarding consumer. This property is inherited from MSFT_ForwardedMessageEvent.

Namespace

Data type: string

Access type: Read-only

Namespace of the forwarding consumer that sends a message. This property is inherited from MSFT_ForwardedMessageEvent.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

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

Time

Data type: datetime

Access type: Read-only

Time that the forwarding consumer sends a message. This property is inherited from MSFT_ForwardedMessageEvent.

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 MSFT_ForwardedMessageEvent.

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

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Fwdprov.mof

DLL

Frdprov.dll

See also

Supporting Classes for the Forwarding Consumer