Skip to content

COLLECTIONSTATS16

Data Type : Views
COLLECTIONSTATS16 - Returned by NIFReadEntries.

#include <nif.h>

Definition :

typedef struct {
   WORD TopLevelEntries; /* # top level entries (level 0) */
   WORD spare[3];        /* 0 */
} COLLECTIONSTATS16;

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)