somApply - Parameters
objPtr (SOMObject)
A pointer to the object
on which the method procedure is to be invoked.
retVal (somToken *)
A pointer to the memory
region into which the result returned by the method procedure is to be copied.
This pointer cannot be null (even in the case of method procedures
whose returned result is void).
mdPtr (somMethodDataPtr)
A pointer to the
somMethodData structure that describes the method whose procedure
is to be executed by the apply stub.
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.
rc (boolean)
[Back: somApply Parameter - rc]
[Next: somApply - Remarks]