ETH_COPY_NETWORK_ADDRESS

This macro copies a specified Ethernet address to a specified location.

At a Glance

Header file: Efilter.h
Windows CE versions: 2.0 and later

Syntax

VOID ETH_COPY_NETWORK_ADDRESS( OUT PCHAR D, IN CHAR S );

Parameters

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

Remarks

A driver that calls this macro can be running at any IRQL as long as the source and destination address pointers are resident.