ETH_COPY_NETWORK_ADDRESS function
Note NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.
ETH_COPY_NETWORK_ADDRESS copies a given Ethernet address to a given location.
Syntax
VOID ETH_COPY_NETWORK_ADDRESS(
_Out_ PCHAR D,
_In_ PCHAR S
);
Parameters
D [out]
Pointer to a caller-supplied variable to which this function copies the source address.S [in]
Pointer to the source address.
Return value
None
Remarks
Callers of this macro can be running at any IRQL as long as the source and destination address pointers are resident.
Requirements
Target platform |
Desktop |
Header |
Ndis.h (include Ndis.h) |
IRQL |
Any level (see Remarks section) |