Skip to content

Commit 46ab786

Browse files
authored
Update Flags parameter description in FilterUnloadCallback
1 parent 3936c96 commit 46ab786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows-driver-docs-pr/ifs/writing-a-filterunloadcallback-routine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef NTSTATUS
2222
);
2323
```
2424

25-
The *FilterUnloadCallback* routine has one input parameter, *Flags*, which can be **NULL** or FLTFL\_FILTER\_UNLOAD\_MANDATORY. The filter manager sets this parameter to FLTFL\_FILTER\_UNLOAD\_MANDATORY to indicate that the unload operation is mandatory. For more information about this parameter, see [**PFLT\_FILTER\_UNLOAD\_CALLBACK**](/windows-hardware/drivers/ddi/fltkernel/nc-fltkernel-pflt_filter_unload_callback).
25+
The *FilterUnloadCallback* routine has one input parameter, *Flags*, which can be **0** or FLTFL\_FILTER\_UNLOAD\_MANDATORY. The filter manager sets this parameter to FLTFL\_FILTER\_UNLOAD\_MANDATORY to indicate that the unload operation is mandatory. For more information about this parameter, see [**PFLT\_FILTER\_UNLOAD\_CALLBACK**](/windows-hardware/drivers/ddi/fltkernel/nc-fltkernel-pflt_filter_unload_callback).
2626

2727
A minifilter driver's *FilterUnloadCallback* routine must perform the following steps:
2828

0 commit comments

Comments
 (0)