NDIS Protocol Driver Functions (Compact 2013)
3/26/2014
This section describes NDIS protocol driver functions.
In This Section
- DriverEntry of NDIS Protocol Drivers
This function is required and is the first function that the system calls in any NDIS protocol driver.
- ProtocolBindAdapterEx
Requests the driver to bind to a miniport adapter.
- ProtocolCloseAdapterCompleteEx
Completes a close adapter operation for which the NdisCloseAdapterEx function returned NDIS_STATUS_PENDING.
- ProtocolNetPnPEvent
Indicates a network Plug and Play event.
- ProtocolOpenAdapterCompleteEx
Completes an open adapter operation for which the NdisOpenAdapterEx function returned NDIS_STATUS_PENDING.
- ProtocolUnbindAdapterEx
Requests the driver to unbind from an underlying miniport adapter.
- ProtocolUninstall
Performs cleanup operations before a protocol driver is uninstalled.
- ProtocolSetOptions
Allows the protocol driver to register optional services.