ISensor::GetState Method

Retrieves the current operational state of the sensor.

Syntax

HRESULT GetState(
  [out]  SensorState *pState
);

Parameter

  • pState [out]
    Address of a SensorState variable that receives the current state.

Rückgabewert

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

Rückgabecode Beschreibung
S_OK

The method succeeded.

E_UNEXPECTED

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

 

Anforderungen

Mindestens unterstützter Client

Windows 7

Mindestens unterstützter Server

None supported

Header

Sensorsapi.h

Bibliothek

Sensorsapi.lib

DLL

Sensorsapi.dll

Siehe auch

ISensor