Skip to content

Latest commit

 

History

History
103 lines (85 loc) · 3.16 KB

nn-wdtfinterfaces-iwdtfsimpleioex2.md

File metadata and controls

103 lines (85 loc) · 3.16 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NN:wdtfinterfaces.IWDTFSimpleIOEx2
IWDTFSimpleIOEx2 (wdtfinterfaces.h)
Defines operations for a simple synchronous I/O functionality test.
dtf\iwdtfsimpleioex2.htm
dtf
04/04/2018
IWDTFSimpleIOEx2 interface
IWDTFSimpleIOEx2, IWDTFSimpleIOEx2 interface [Windows Device Testing Framework], IWDTFSimpleIOEx2 interface [Windows Device Testing Framework],described, Microsoft.WDTF.IWDTFSimpleIOEx2, dtf.iwdtfsimpleioex2, wdtfinterfaces/IWDTFSimpleIOEx2
wdtfinterfaces.h
Windows
Windows XP Professional
Windows Server 2008
WDTFInterfaces.idl
Microsoft.WDTF
WDTFInterfaces.Interop.dll
Windows
IWDTFSimpleIOEx2
wdtfinterfaces/IWDTFSimpleIOEx2
APIRef
kbSyntax
COM
WDTFInterfaces.Interop.dll
IWDTFSimpleIOEx2

IWDTFSimpleIOEx2 interface

-description

Defines operations for a simple synchronous I/O functionality test.

-inheritance

The IWDTFSimpleIOEx2 interface inherits from IWDTFAction2. IWDTFSimpleIOEx2 also has these types of members:

-remarks

The IWDTFSimpleIOEx2 action interface acts on an instance of the IWDTFTarget2 interface that is retrieved by querying the device depot. You can retrieve a target-specific implementation of an action interface by calling the IWDTFTarget2::GetInterface method with the desired WDTF ProgID.

For an asynchronous interface for this same underlying functionality, see IWDTFSimpleIOStressAction2.

The IWDTFSimpleIOEx2 action interface is compatible with the following device classes:

  • CD-ROM drives (class =CDROM)
  • Display adapters (class = Display)
  • Multimedia devices (class = Media)
  • Network adapters (class = Net)
  • Storage volumes (class = Volume)
For more information about device classes, see Device Setup Classes.

To learn more about the specifics of how the IWDTFSimpleIOEx2 action interface works, or to support additional device classes, try to implement a target-specific version of it for your device class. For more information about how to implement such a version, see Windows Device Testing Framework Design Guide.

Note  The implementations of this interface are not thread-safe.