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 enabled state of the per process disk I/O counters is returned by the PsIsDiskCountersEnabled routine.
Syntax
BOOLEAN PsIsDiskCountersEnabled();
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8. |
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | Any |