PK_ENTITY_array_t   



This structure contains an array of entities of type PK_ENTITY_t

Used in:

PK_blend_delete_unders_data_t
PK_PARTITION_is_clone_o_t


typedef struct PK_ENTITY_array_s
    {
    PK_ENTITY_t    *array;   --- array of ENTITYs
    int             length;  --- length of array
    }
    PK_ENTITY_array_t;

It has the fields:

'array':   array of entities of type PK_ENTITY_t

'length':  the number of entities in 'array'