Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Devices
Sensor API
COM Interfaces
ISensor
 ISensor::GetState method
ISensor::GetState method

Applies to: desktop apps only

Retrieves the current operational state of the sensor.

Syntax

HRESULT GetState(
  [out]  SensorState *pState
);

Parameters

pState [out]

Address of a SensorState variable that receives the current state.

Return value

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

Return codeDescription
S_OK

The method succeeded.

E_UNEXPECTED

The sensor driver did not provide a state value. The value provided through pState is not valid.

 

Requirements

Minimum supported client

Windows 7

Minimum supported server

None supported

Header

Sensorsapi.h

Library

Sensorsapi.lib

DLL

Sensorsapi.dll

See also

ISensor

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker