System.Sensors.TCustomSensor.GetInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInterface(const IID: TGUID; out Obj): HResult;

C++

HIDESBASE HRESULT __fastcall GetInterface(const GUID &IID, /* out */ void *Obj);

Properties

Type Visibility Source Unit Parent
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Method used to retrieve the native interface of the sensor.