IMFSensorDevice::GetDeviceType method (mfidl.h)
Gets a value that specifies the type of sensor device represented by the object.
Syntax
HRESULT GetDeviceType(
MFSensorDeviceType *pType
);
Parameters
pType
A value that specifies the type of sensor device represented by the object.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
The pType parameter is null. |
|
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 |