Share via


NDIS Filter Driver Functions (Compact 7)

3/12/2014

This section describes NDIS filter driver functions.

In This Section

  • FilterAttach
    Allocates and initializes a filter module's data structures.
  • FilterDetach
    Releases all the resources that are associated with a filter module.
  • FilterDriverUnload
    Calls this routine to perform any operations that are required before the system unloads the driver.
  • FilterNetPnPEvent
    Notifies the driver of network Plug and Play (PnP) and Power Management events.
  • FilterPause
    Initiates a pause operation for the specified filter module.
  • FilterRestart
    Initiates a restart operation for the specified filter module.
  • FilterSetModuleOptions
    Changes the set of optional services that are associated with a specified filter module.

See Also

Reference

NDIS Filter Driver Reference