_ObjectRelease( ) API Library Routine

Switch View :
ScriptFree
Visual FoxPro 9.0 SP2
_ObjectRelease( ) API Library Routine

Decrements the reference count of an object.


int _ObjectRelease(Value FAR *objct)
Remarks

0 is returned unless an error occurs. When an error occurs, a negative number representing an internal error code is returned.

See Also

Reference

_FreeObject( ) API Library Routine
_ObjectReference( ) API Library Routine

Concepts

API Library Routines A-Z

Other Resources

Accessing the Visual FoxPro API
API Library Routines by Category