NdisFPauseComplete (Compact 2013)
3/26/2014
A filter driver must call this function to complete a pause operation if the driver returned NDIS_STATUS_PENDING from its FilterPause function.
Syntax
VOID
NdisFPauseComplete(
IN NDIS_HANDLE NdisFilterHandle
);
Parameters
- NdisFilterHandle
The NDIS handle that identifies this filter module. NDIS passed the handle to the filter driver in a call to the FilterAttach function.
Return Value
None
Remarks
NDIS calls a filter driver's FilterPaused function to initiate a pause request for a filter module. The filter module remains in the Pausing state until the pause operation is completed.
After a pending pause operation is complete, the driver calls NdisFPauseComplete to notify NDIS. After the driver calls NdisFPauseComplete, the filter module is in the Paused state.
Requirements
Header |
ndis.h |