Skip to content

ITEM DEFINITION EXT

Data Type : Item (Field) Information
ITEM_DEFINITION_EXT - Database Item Definition Table (Extended) Information

#include <nsfdb.h>

Definition :

typedef struct {
   DWORD ItemOffset;     /* offset into ItemNameSegs to item name */
   WORD  ItemType;       /* default data type of the item */
   WORD  ItemNameLength; /* length of the item's name */
} ITEM_DEFINITION_EXT;

Description :

This structure contains item information that is in the Item Definition Table (Extended) (see structure ITEM_DEFINITION_TABLE_EXT). The fields in the structure are:



    ItemOffset Offset into ItemNameSegs for item name
    ItemType Default data type of the item
    ItemNameLength Length of the item's name

See Also : ITEM_DEFINITION_TABLE_EXT ITEM_DEFINITION_TABLE_LOCK NSFItemDefExtEntries NSFItemDefExtFree NSFItemDefExtGetEntry NSFItemDefExtLock NSFItemDefExtUnlock