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.
The FltClearCallbackDataDirty routine clears the callback dirty flag in a callback data structure.
Syntax
VOID FLTAPI FltClearCallbackDataDirty(
[in, out] PFLT_CALLBACK_DATA Data
);
Parameters
[in, out] Data
A pointer to a callback data (FLT_CALLBACK_DATA) structure.
Return value
None
Remarks
To set an FLT_CALLBACK_DATA structure's FLTFL_CALLBACK_DATA_DIRTY flag, call FltSetCallbackDataDirty.
To test a callback data structure's FLTFL_CALLBACK_DATA_DIRTY flag, call FltIsCallbackDataDirty.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | fltkernel.h (include Fltkernel.h) |
Library | FltMgr.lib |
DLL | Fltmgr.sys |