Soap.InvokeRegistry.TInvokableClassRegistry.GetInterfaceTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetInterfaceTypeInfo(const AGUID: TGUID): Pointer;

C++

void * __fastcall GetInterfaceTypeInfo(const GUID &AGUID);

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Returns the runtime type information (RTTI) of an invokable interface.

GetInterfaceTypeInfo returns a pointer to the RTTI that is compiled with an invokable interface.

AGUID is the globally unique identifier that specifies the desired interface.

See Also