typedef struct _RELATION_LIST_ENTRY
{
    unsigned long Count;
    unsigned long MaxCount;
    DEVICE_OBJECT *Devices[1];
} RELATION_LIST_ENTRY, *PRELATION_LIST_ENTRY;