lr_param_unique

Generates a unique string and assigns it to a parameter.

C Language

int lr_param_unique( const char * paramName);
Example: lr_param_uniqueParameter Functions

Arguments

NameComments
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.