VOID
ArbDumpArbitrationList(
LONG Level,
PLIST_ENTRY ArbitrationList
);
Routine Description:
Display the contents of an arbitration list. That is, the
set of resources (possibilities) we are trying to get.
Parameters:
Level - The debug level at or above which the data
should be displayed.
ArbitrationList - The arbitration list to be displayed.
Return Value:
None