Perform method on coerced object.
Source position: intuition.pas line 4042
function CoerceMethodA( |
cl: PIClass; |
Obj: PObject_; |
Message: Pointer |
):LongWord; |
cl |
|
A pointer to boopsi object |
Obj |
|
A pointer to boopsi object |
Message |
|
A pointer to method-specific message to send |
Class and message-specific result.
Boopsi support function that invokes the supplied message on the specified object, as though it were the specified class.
|
Perform method on object. |
|
|
Perform method on coerced object. |
|
|
Perform method on object coerced to superclass. |