Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kObject_VRelease ( kObject  object)
protected

Protected virtual method that deallocates any resources owned by the object.

This method can be overridden in derived classes to free any resources owned by derived instances.

Each derived class should call the VRelease method of its parent class as the last statement in the derived VRelease method.

Parameters
objectObject instance.
Returns
Operation status.