Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
A filter drivers calls the NdisFDeregisterFilterDriver function to release resources that it previously allocated with the NdisFRegisterFilterDriver function.
Syntax
VOID
NdisFDeregisterFilterDriver(
IN NDIS_HANDLE NdisFilterDriverHandle
);
Parameters
- NdisFilterDriverHandle
The filter driver handle that identifies this filter driver. NDIS returned the handle to the filter driver in a call to NdisFRegisterFilterDriver.
Return Value
None
Remarks
A filter driver must call NdisFDeregisterFilterDriver from its FilterDriverUnload routine.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS Functions for Filter Drivers
FilterDriverUnload
NdisFRegisterFilterDriver