INTLIST

typedef struct _INTLIST
{
    int iValueCount;      
    int iValues[MAX_INTLIST_COUNT];
} INTLIST, *PINTLIST;