|
|
|
|
version 2003
PA_GetRegisteredUserName (name)
| Parameter | Type | Description | |
| name | char * | ← | Registered user name |
Description
The routine
PA_GetRegisteredUserName
fills the string buffer pointed to by
name
with the registered user name. This information can then be used for display purposes, or can be included in a serialization scheme with
PA_GetSerialKey
and
PA_GetRegisteredUserCompany
.
name
is a buffer of max 255 characters (declared as char[256] for the length byte of a Pascal string or the 0 last char of C string)