Soap.InvokeRegistry.TInvokableClassRegistry.GetNamespaceByGUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetNamespaceByGUID(const AGUID: TGUID): string;

C++

System::UnicodeString __fastcall GetNamespaceByGUID(const GUID &AGUID);

Properties

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

Description

Returns a namespace that is uniquely associated with a registered interface.

GetNamespaceByGUID returns the namespace URI that identifies the specified interface. The namespace is originally associated with the interface when it is registered by a call to the RegisterInterface method. This namespace can be supplied when the interface is registered, or automatically generated by the RegisterInterface method.

AGUID is the globally unique identifier that identifies the interface whose namespace is desired..

See Also