Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a set of PROPERTYKEYs that represent the data fields the sensor can provide.
Syntax
HRESULT GetSupportedDataFields(
[out] IPortableDeviceKeyCollection **ppDataFields
);
Parameters
[out] ppDataFields
Address of the IPortableDeviceKeyCollection pointer that receives the list of supported data fields.
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. |
|
NULL was passed in for ppDataFields. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | sensorsapi.h |
Library | Sensorsapi.lib |
DLL | Sensorsapi.dll |