pps_Object_close()

Close the specified PPS object.

Synopsis:

#include <hnm/pps.h>
 
void pps_Object_close(pps_Object *pps_object)

Arguments:

pps_object

A pointer to the structure that represents the PPS object to be closed by this call. If the object isn't open, this call has no effect.

Library:

libhnm

Description:

The pps_Object_close() function closes the object that was previously opened by pps_Object_open() (or by any other means). If the specified object doesn't correspond to an open PPS object, this function has no effect.

Returns:

Nothing.