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