Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MFSensorDeviceMode enumeration (mfidl.h)

Specifies the sharing mode of an IMFSensorDevice.

Syntax

typedef enum __MIDL___MIDL_itf_mfidl_0000_0110_0003 {
 MFSensorDeviceMode_Controller = 0,
 MFSensorDeviceMode_Shared
} MFSensorDeviceMode;

Constants

 
MFSensorDeviceMode_Controller
Value: 0
The device is in controller mode, which means its settings can be modified.
MFSensorDeviceMode_Shared
The device is in shared mode, which means its settings can't be modified.

Requirements

Requirement Value
Header mfidl.h

Feedback

Was this page helpful?

Additional resources