Previous Next

TR_COPY_NETWORK_ADDRESS

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

VOID
  TR_COPY_NETWORK_ADDRESS(
    OUT PCHAR  D,
    IN PCHAR  S
    );

Parameters

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

Headers

Declared in Ndis.h. Include Ndis.h.

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