Programming guideline of WinDom
- NAME
-
ObjcFree - release a duplicated object tree.
- PROTOTYPAGE
-
void ObjcFree( OBJECT *tree);
- PARAMETERS
-
tree: address of a duplicated object tree.
- DESCRIPTION
-
This function release an object tree duplicated with
ObjcDup().
- SEE ALSO
-
ObjcDup()