IMFSensorDevice::SetSensorDeviceMode method (mfidl.h)

Sets a value that specifies the sharing mode of the sensor device to either controller or shared.

Syntax

HRESULT SetSensorDeviceMode(
  [in] MFSensorDeviceMode eMode
);

Parameters

[in] eMode

A member of the MFSensorDeviceMode enumeration specifying whether the device is in shared or controller mode.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
MF_E_NOT_INITIALIZED
The sensor group has not been initialized.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mfidl.h
Library Mfplat.lib; Mfplat.dll

See also

IMFSensorDevice