ClientApi::DefineHost( const char *, Error * )
Sets P4HOST
in the Windows registry and applies the
setting immediately.
Virtual? |
No |
|
Class |
||
Arguments |
|
the new |
|
an |
|
Returns |
|
Notes
To make the new P4HOST
setting apply to the next
command executed with Run()
, DefineHost()
sets the
value in the registry and then calls SetHost()
.
Example
The following code illustrates how this method might be used to make a
Windows client application start up with a default
P4HOST
setting.
client.Init( &e ); client.DefineHost( "default_host", &e );