somDispatch Parameter - args
args (va_list)
A va_list containing
the arguments to be passed to the method identified by methodId.
The arguments must include a pointer to the target object as the first
entry. As a convenience for C and C++ programmers, SOM's language bindings
provide a varargs invocation macro for va_list methods (such as somDispatch
and somClassDispatch). The example below illustrates this.
[Back: somDispatch Parameter - methodId]
[Next: somDispatch Parameter - rc]