struct DEVICE_RELATIONS

typedef struct _DEVICE_RELATIONS
{
     ULONG Count;
     PDEVICE_OBJECT Objects[1];
} DEVICE_RELATIONS, *PDEVICE_RELATIONS;

Windows Vista Kernel Structures