IMFSensorDevice::GetSensorDeviceMode method (mfidl.h)

Gets a value that specifies the current sharing mode of the sensor device, which is either controller or shared.

Syntax

HRESULT GetSensorDeviceMode(
  MFSensorDeviceMode *peMode
);

Parameters

peMode

If the call succeeds, receives a member of the MFSensorDeviceMode, specifying the current mode of the sendsor device.

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.
E_POINTER
The pDeviceId parameter is null.
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