Share via


DSFOpMode Enumeration

The DSFOpMode enumeration contains values that specify the operating modes of a simulated device.

Syntax

typedef enum DSFOpMode {
  DSFCapture              = 0,
  DSFSimulate             = 1,
  DSFCaptureAndSimulate   = 2 
} DSFOpMode;

Constants

  • DSFCapture
    A value that indicates that the simulated device is in capture mode.

  • DSFSimulate
    A value that indicates that the simulated device is in simulation mode.

  • DSFCaptureAndSimulate
    A value that indicates that the simulated device is in capture and simulation mode.

Remarks

A DSFOpMode enumeration value is specified in the IDSFDevice::OpMode method to indicate the operating mode to set for a device. IDSFDevice::OpMode also can return the current operating mode of the device.

Requirements

Version

Header

Dsfif.h (include Dsfif.h)

See Also

IDSFDevice::OpMode

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010