Object library ObjcDup() ObjcString()
Programming guideline of WinDom

ObjcFree()

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()