arbitfree_s

struct arbitfree_s {
    PVOID *af_PointerToInfo;  // the arbitrator info
    ULONG af_SizeOfInfo;      // size of the info
};
 

Contains information about a free element.