somApply Parameter - args
args (va_list)
A va_list that contains
the arguments for the method procedure. The first entry of the va_list
must be objPtr. Furthermore, all arguments on the va_list
must appear in widened form, as defined by ANSI C. For example, a float
must appear as a double, and a char and a short must
appear as the int data type. The SOM API for va_list construction
ensures this.
[Back: somApply Parameter - mdPtr]
[Next: somApply Parameter - rc]