put_xarg_fval
Load a floating-point value into an argument
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
|
void put_xarg_fval(DESCRIP **argblock, int arg, double value)
Arguments
argblock
The argument block pointer passed by the Synergy DBL subroutine to the C function.
arg
The number of the argument to reference.
value
The value to be loaded.
Discussion
The put_xarg_fval function converts and stores a floating-point value into an argument.
If the argument wasn’t passed, or if it’s a literal, the routine generates a trappable Synergy DBL error.