![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
GetClientName() returns the current client name. The format of the GetClientName method is: const char *GetClientName(void) GetClientPath() returns the current client name. The format of the GetClientPath method is: const char *GetClientPath(void) SetClientName() sets the client name and returns it. The format of the SetClientName method is: const char *SetClientName(const char *name) A description of each parameter follows: client_nameSetClientName() returns the current client name. nameSpecifies the new client name. SetClientPath() sets the client path if the name is specified. Otherwise the current client path is returned. A zero-length string is returned if the client path has never been set. The format of the SetClientPath method is: const char *SetClientPath(const char *path) A description of each parameter follows: client_pathMethod SetClientPath returns the current client path. pathSpecifies the new client path. |