PVK_close( )
File Close
int PVK_close(int fh);
Where:
fh File handle returned from a prior call to PVK_OpenExt( )
PVK_close( ) closes the file and releases all resources (memory) associated with the specified file handle.