Contents

setReturnValue:

Sets the receiver’s return value.

Declaration

- (void) setReturnValue:(void *) retLoc;

Parameters

  • retLoc:

    An untyped buffer whose contents are copied as the receiver’s return value.

Discussion

This value is normally set when you send an invoke or invokeWithTarget: message.

See Also

Related Documentation

Configuring an Invocation Object