Skip to content

COLLECTIONSTATS

Data Type : Views
COLLECTIONSTATS - Returned by NIFReadEntries.

#include <nif.h>

Definition :

typedef struct {
   DWORD TopLevelEntries; /* # top level entries (level 0) */
   DWORD LastModifiedTime;        /* 0 */
} COLLECTIONSTATS;

Description :

If requested, this structure is returned by NIFReadEntries at the front of the returned information buffer. The structure describes statistics about the overall collection.

See Also : NIFOpenCollection NIFReadEntries OPEN_xxx (collection)