somDispatch Parameter - retValue
retValue (somToken)
The address of the area
in memory where the result of the invoked method procedure is to be stored.
The caller is responsible for allocating enough memory to hold the result
of the specified method. When dispatching methods that return no result
(i.e., void), a NULL may be passed as this argument.
[Back: somDispatch Parameter - receiver]
[Next: somDispatch Parameter - methodId]