lr_param_unique
Generates a unique string and assigns it to a parameter.
int lr_param_unique( const char * paramName);
| Alphabetical Listing - C Language Utility Functions |
Arguments
| Name | Comments |
|---|---|
| paramName | The target parameter to which the string is written. |
lr_param_unique generates a string of format:
<GroupName><UserID><CurrentTime>. The string contains no spaces.
Return Values
This function returns 0 on success and a non-zero value for failure.
Parameterization
You cannot use standard parameterization for any arguments in this function.
Example
lr_param_unique ("OutParam");None011232006191307

