XPRMgetelsetval
XPRMgetelsetval |
Purpose
Synopsis
XPRMalltypes *XPRMgetelsetval(XPRMset set, int ind, XPRMalltypes *value);
Arguments
set
|
Reference to a set
|
ind
|
Index number
|
value
|
Pointer to an area where the result is returned
|
Return value
The third argument or
NULL.
Further information
This function returns the value of the element of a given set denoted by the given index number. The result is copied to the argument
value.
Related topics