VOID
TR_COMPARE_NETWORK_ADDRESSES(
IN PCHAR A,
IN PCHAR B,
OUT PINT Result
);
TR_COMPARE_NETWORK_ADDRESSES sets a caller-supplied variable to a value indicating whether a given Token Ring address is greater than, less than, or equal to another given Token Ring address.
Token Ring network addresses do not have a defined ordering relationship. Consequently, the results of this macro for unequal addresses depend on the argument ordering.
Callers of this macro can be running at any IRQL if all pointer parameters access resident memory.