How to know if a disk in paging/dump path from application?

A filter driver can know that by handling IRP_MN_DEVICE_USAGE_NOTIFICATION. But is it possible for the application to know if a disk is in the paging/dump path without filter driver? Thanks.