Message structure for OM_ADDMEMBER/OM_REMMEMBER
Source position: intuition.pas line 2879
type topMember = record |
||
MethodID: LongWord; |
|
|
opam_Object: pObject_; |
|
add or remove this object |
end; |
|
||
|
Perform method on object coerced to superclass. |