RAD Studio VCL Reference
|
Establishes a connection to a registry on another computer.
function RegistryConnect(const UNCName: string): Boolean;
__fastcall Boolean RegistryConnect(const AnsiString UNCName);
Call RegistryConnect to establish a connection to a registry on another computer running Windows 95 or Windows NT. UNCName is the name of the remote computer, and must take the following form:
\\computername
where computername is the name of the remote computer. If UNCName is nil (Delphi) or NULL (C++), the local machine name is used.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|