VOID
NdisReadBindingInformation(
OUT PNDIS_STATUS Status,
OUT PNDIS_STRING *Binding,
IN NDIS_HANDLE ConfigurationHandle
);
NdisReadBindingInformation returns a pointer to the name of a NIC under a driver’s Parameters key in the registry.
NdisReadBindingInformation returns a pointer to a string that a higher-level NDIS driver can use to call NdisOpenAdapter. This function reads the registry to retrieve the name of the lower-level driver’s adapter to which the caller will bind itself.
NdisReadBindingInformation places this name in internally allocated storage that remains valid until the protocol calls NdisCloseConfiguration with the same ConfigurationHandle.
Callers of NdisReadBindingInformation run at IRQL PASSIVE_LEVEL.
NdisCloseConfiguration, NdisOpenAdapter, NdisOpenConfiguration, NdisReadConfiguration