IAction interface (wdtf.h)

The IAction interfaces are plug-ins that can control an instance of the IWDTFTarget2 interface.

Inheritance

The IAction interface inherits from ITracing. IAction also has these types of members:

Methods

The IAction interface has these methods.

 
IAction::SetTarget

The SetTarget method is used internally by WDTF. Do not call this method directly.

Remarks

You can retrieve an IAction interface for a target by calling IWDTFTarget2::GetInterface.

The IAction interface inherits from ITracing. You can use ITracing to set the trace level of the action.

Domain experts use this interface as a base for implementing a WDTF plug-in (that is, action) that can control an instance of an IWDTFTarget2 interface. For more information about action interfaces, see Controlling Targets.

For a listing of all action interfaces included in WDTF, see Action Interfaces.

Requirements

Requirement Value
Minimum supported client Windows XP Professional
Minimum supported server Windows Server 2008
Target Platform Windows
Header wdtf.h

See also

ITracing

IWDTFTarget2

IWDTFTarget2::GetInterface