PsIsDiskCountersEnabled - NtDoc

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

BOOLEAN PsIsDiskCountersEnabled();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-psisdiskcountersenabled)

PsIsDiskCountersEnabled function

Description

The enabled state of the per process disk I/O counters is returned by the PsIsDiskCountersEnabled routine.

Return value

If TRUE, the disk

Remarks

A file system driver uses the PsIsDiskCountersEnabled routine to query the system enabled state of the disk I/O counters. A file system driver will use this routine prior to accounting for process disk I/O using PsUpdateDiskCounters.

See also

PsUpdateDiskCounters