struct ARBITER_CONFLICT_INFO

typedef struct _ARBITER_CONFLICT_INFO
{
     PDEVICE_OBJECT OwningObject;
     UINT64 Start;
     UINT64 End;
} ARBITER_CONFLICT_INFO, *PARBITER_CONFLICT_INFO;

Windows Vista Kernel Structures