MSFT_FCExecutedTraceEvent class

The MSFT_FCExecutedTraceEvent class represents the execution of the forwarding consumer. One of these events is signaled each time an event triggers a forwarding consumer for execution.

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_FCExecutedTraceEvent : MSFT_FCTraceEventBase
{
  MSFT_ForwardingConsumer Consumer;
  __Event                 Events[];
  string                  ExecutionId;
  boolean                 Queued;
  uint8                   SECURITY_DESCRIPTOR[];
  uint32                  StatusCode;
  string                  TargetUsed;
  uint64                  TIME_CREATED;
};

Members

The MSFT_FCExecutedTraceEvent class has these types of members:

  • Properties

Properties

The MSFT_FCExecutedTraceEvent class has these properties.

Consumer

Data type: MSFT_ForwardingConsumer

Access type: Read-only

Embedded instance of the forwarding consumer that is being executed. This property is inherited from MSFT_FCTraceEventBase.

Events

Data type: __Event array

Access type: Read-only

Array of __Event instances that trigger the forwarding consumer. This property is populated, but the events are not forwarded to the target.

ExecutionId

Data type: string

Access type: Read-only

Unique identifier that represents the execution of the forwarding consumer. This identifier permits the correlation of all trace events that are associated with an execution of the consumer. This property is inherited from MSFT_FCTraceEventBase.

Queued

Data type: boolean

Access type: Read-only

Reserved for future use.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

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

StatusCode

Data type: uint32

Access type: Read-only

Outcome of the action that is associated with a trace event. This property is inherited from MSFT_FCTraceEventBase. This property can return the following error codes.

Value Meaning
0x80042101 WMIMSG_E_AUTHFAILURE

There is a problem attaching authentication information to a forwarded event.

0x80042102 WMIMSG_E_ENCRYPTFAILURE

There is a problem encrypting a forwarded event.

0x80042105 WMIMSG_E_INVALIDADDRESS

The target address specified for a forwarded event is not valid.

0x80042106 WMIMSG_E_TARGETNOTFOUND

The machine for the specified target address is not found.

0x80042108 WMIMSG_E_INVALIDMESSAGE

A receiver has a message that is either not valid or is corrupt.

0x80042109 WMIMSG_E_REQSVCNOTAVAIL

A requested service is not available.

0x80042113 WMIMSG_E_TARGETNOTLISTENING

The target is valid, but it is not listening for forwarded events.

 

TargetUsed

Data type: string

Access type: Read-only

Target that is used to forward a message. If the status code indicates an error, a target is used and this value is NULL.

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

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

Fconprov.mof

DLL

Frdprov.dll

See also

Supporting Classes for the Forwarding Consumer

MSFT_FCTraceEventBase