MSFT_FCTargetTraceEvent class

The MSFT_FCTargetTraceEvent class represents an attempt to forward a message to a target.

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_FCTargetTraceEvent : MSFT_FCTraceEventBase
{
  MSFT_ForwardingConsumer Consumer;
  string                  ExecutionId;
  uint8                   SECURITY_DESCRIPTOR[];
  uint32                  StatusCode;
  string                  Target;
  uint64                  TIME_CREATED;
};

Members

The MSFT_FCTargetTraceEvent class has these types of members:

  • Properties

Properties

The MSFT_FCTargetTraceEvent 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.

ExecutionId

Data type: string

Access type: Read-only

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

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 WBEM error codes.

Value Meaning
WMIMSG_E_AUTHFAILURE 0x80042101

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

WMIMSG_E_ENCRYPTFAILURE 0x80042102

There is a problem encrypting the forwarded event.

WMIMSG_E_INVALIDADDRESS 0x80042105

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

WMIMSG_E_TARGETNOTFOUND 0x80042106

The computer for a specified target address cannot be found.

WMIMSG_E_INVALIDMESSAGE 0x80042108

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

WMIMSG_E_REQSVCNOTAVAIL 0x80042109

A requested service is not available.

WMIMSG_E_TARGETNOTLISTENING 0x80042113

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

 

Target

Data type: string

Access type: Read-only

Low-level target address that is used to forward a message.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time 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_FCTraceEventBase.

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