somDestruct - Parameters
receiver (SOMObject)
dofree (octet)
A boolean indicating whether
the caller wants the object storage freed after uninitialization of the
current class has been completed. Passing 1 (true) indicates the object
storage should be freed.
ctrl (somDestructCtrl)
A pointer to a somDestructCtrl
data structure. SOMobjects uses this data structure to control the uninitialization
of the ancestor classes, thereby ensuring that no ancestor class receives
multiple uninitialization calls. If a user invokes somDestruct on
an object directly, a NULL (that is, zero) ctrl pointer can be passed. This
instructs the receiving code to obtain a somDestructCtrl data structure
from the class of the object.
rc
[Back: somDestruct Parameter - rc]
[Next: somDestruct - Remarks]