NdisReadNetworkAddress

NdisReadNetworkAddress returns the software-configurable network address that was stored in the registry for a NIC when it was installed in the machine.

Syntax

VOID NdisReadNetworkAddress(OUT PNDIS_STATUS Status,
OUT PVOID *NetworkAddress, OUT PUINT NetworkAddressLength,
IN NDIS_HANDLE ConfigurationHandle);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit