MSFT_FCTraceEventBase class

The MSFT_FCTraceEventBase class is the base class for all forwarding consumer trace events.

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

Members

The MSFT_FCTraceEventBase class has these types of members:

  • Properties

Properties

The MSFT_FCTraceEventBase class has these properties.

Consumer

Data type: MSFT_ForwardingConsumer

Access type: Read-only

Embedded instance of the forwarding consumer that is being executed.

ExecutionId

Data type: string

Access type: Read-only

Unique identifier that represents the execution of a forwarding consumer. This identifier permits the correlation of all trace events that are associated with an execution of the consumer.

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

StatusCode

Data type: uint32

Access type: Read-only

Status of the action that is associated with a trace event. This property can return the following error codes.

Value Meaning
WMIMSG_E_AUTHFAILURE 0x80042101

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

WMIMSG_E_ENCRYPTFAILURE 0x80042102

There is a problem encrypting a forwarded event.

WMIMSG_E_INVALIDADDRESS 0x80042105

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

WMIMSG_E_TARGETNOTFOUND 0x80042106

The machine for a specified target address is not found.

WMIMSG_E_INVALIDMESSAGE 0x80042108

A receiver has 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 it is not listening for forwarded events.

 

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