NDIS Network Interface Functions (Compact 2013)
3/26/2014
This section describes the NDIS network interface functions.
In This Section
- NdisIfAddIfStackEntry
Specifies the ordering of two network interfaces in the NDIS network interface stack.
- NdisIfAllocateNetLuidIndex
This function allocates a NET_LUID index for an NDIS network interface provider.
- NdisIfDeleteIfStackEntry
Deletes information about the ordering of two network interfaces in the NDIS interface stack.
- NdisIfDeregisterInterface
Deregisters an NDIS network interface that was previously registered by a call to the NdisIfRegisterInterface function.
- NdisIfDeregisterProvider
Deregisters an interface provider that was previously registered by a call to the NdisIfRegisterProvider function.
- NdisIfFreeNetLuidIndex
Frees a network interface NET_LUID index that was previously allocated by a call to the NdisIfAllocateNetLuidIndex function.
- NdisIfGetInterfaceIndexFromNetLuid
Gets the network interface index that is associated with a NET_LUID value.
- NdisIfGetNetLuidFromInterfaceIndex
Gets the NET_LUID value that is associated with a network interface index.
- NdisIfQueryBindingIfIndex
Retrieves the network interface indexes and NET_LUID values for the highest and lowest layered network interfaces that are associated with a specified protocol binding.
- NdisIfRegisterInterface
Registers an NDIS network interface.
- NdisIfRegisterProvider
Registers an NDIS network interface provider.