FltIsFltMgrVolumeDeviceObject - NtDoc

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

BOOLEAN FLTAPI FltIsFltMgrVolumeDeviceObject(
  [in] PDEVICE_OBJECT DeviceObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FltIsFltMgrVolumeDeviceObject function

Description

The FltIsFltMgrVolumeDeviceObject routine determines whether the given device object belongs to filter manager and if the device object is a volume device object.

Parameters

DeviceObject [in]

A pointer to the device object (DEVICE_OBJECT) to test.

Return value

The FltIsFltMgrVolumeDeviceObject routine returns TRUE if DeviceObject is a filter manager volume device object; otherwise, it returns FALSE.

Remarks

None

See also

DEVICE_OBJECT