System.Win.ComObj.TComServerObject.GetRegRootAndPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure GetRegRootAndPrefix(var RootKey: HKEY; var RootPrefix: string);

C++

__classmethod void __fastcall GetRegRootAndPrefix(HKEY &RootKey, System::UnicodeString &RootPrefix);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComServerObject

Description

Returns the key and prefix of the server the user is registered to. GetRegRootAndPrefix returns the registry key and the root prefix of the TComServerObject instance.

See Also