TR_COPY_NETWORK_ADDRESS

VOID
    TR_COPY_NETWORK_ADDRESS(

        OUT PCHAR D,
        IN PCHAR S
        );

TR_COPY_NETWORK_ADDRESS copies a given Token Ring address to a given location.

Parameters

D
Points to a caller-supplied varible to which this function copies the source address.
S
Points to the source address.

Comments

Callers of this macro can be running at any IRQL as long as the source and destination address pointers are resident.

See Also

TR_COMPARE_NETWORK_ADDRESSES