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 FltIsFltMgrVolumeDeviceObject routine determines whether the given device object belongs to filter manager and if the device object is a volume device object.
Syntax
BOOLEAN FLTAPI FltIsFltMgrVolumeDeviceObject(
[in] PDEVICE_OBJECT DeviceObject
);
Parameters
[in] DeviceObject
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
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Vista or later versions of the Windows operating system. |
| Target Platform | Universal |
| Header | fltkernel.h (include Fltkernel.h) |
| Library | FltMgr.lib |
| DLL | Fltmgr.sys |
| IRQL | <= APC_LEVEL |