Function : Views; Folders

NIFCloseCollection - Close a collection.
----------------------------------------------------------------------------------------------------------

#include <nif.h>

STATUS LNPUBLIC NIFCloseCollection(
HCOLLECTION hCollection
);

Description :

This function closes a collection. You must close collections when you are finished using them -- doing so flushes information back to the disk and frees memory allocated to the collection.

Parameters :

See Also :

NIFOpenCollection
----------------------------------------------------------------------------------------------------------