addRef( )

Adds a reference.

Interface
PODSObject
IDL definition
void addRef( );
JavaScript synopsis

Not applicable

C synopsis
void PODSaddRef(PODSObject* podsobj);
Parameters
  • podsobj   The PODSObject object.

Returns

None

Remarks

For reference counting, use addRef( ) to add a reference to the object, so that release( ) can free the allocated memory when it is no longer needed.

See also

addRef( ), release( )