FltObjectDereference - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fltkernel.h

VOID FLTAPI FltObjectDereference(
  [in, out] PVOID FltObject
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltobjectdereference)

FltObjectDereference function

Description

The FltObjectDereference routine removes a rundown reference from an opaque filter, instance, or volume pointer.

Parameters

FltObject [in, out]

Opaque filter pointer (PFLT_FILTER), instance pointer (PFLT_INSTANCE), or volume pointer (PFLT_VOLUME).

Return value

None

Remarks

To add a rundown reference to an opaque filter, instance, or volume pointer, call FltObjectReference.

See also

FltObjectReference