ReactOS 0.4.15-dev-7924-g5949c20
_DISK_PERFORMANCE Struct Reference

#include <ntdddisk.h>

Collaboration diagram for _DISK_PERFORMANCE:

Public Attributes

LARGE_INTEGER BytesRead
 
LARGE_INTEGER BytesWritten
 
LARGE_INTEGER ReadTime
 
LARGE_INTEGER WriteTime
 
LARGE_INTEGER IdleTime
 
ULONG ReadCount
 
ULONG WriteCount
 
ULONG QueueDepth
 
ULONG SplitCount
 
LARGE_INTEGER QueryTime
 
ULONG StorageDeviceNumber
 
WCHAR StorageManagerName [8]
 
DWORD ReadCount
 
DWORD WriteCount
 
DWORD QueueDepth
 
DWORD SplitCount
 
DWORD StorageDeviceNumber
 

Detailed Description

Definition at line 605 of file ntdddisk.h.

Member Data Documentation

◆ BytesRead

LARGE_INTEGER _DISK_PERFORMANCE::BytesRead

Definition at line 606 of file ntdddisk.h.

◆ BytesWritten

LARGE_INTEGER _DISK_PERFORMANCE::BytesWritten

Definition at line 607 of file ntdddisk.h.

◆ IdleTime

LARGE_INTEGER _DISK_PERFORMANCE::IdleTime

Definition at line 610 of file ntdddisk.h.

◆ QueryTime

LARGE_INTEGER _DISK_PERFORMANCE::QueryTime

Definition at line 615 of file ntdddisk.h.

◆ QueueDepth [1/2]

ULONG _DISK_PERFORMANCE::QueueDepth

Definition at line 613 of file ntdddisk.h.

◆ QueueDepth [2/2]

DWORD _DISK_PERFORMANCE::QueueDepth

Definition at line 517 of file winioctl.h.

◆ ReadCount [1/2]

ULONG _DISK_PERFORMANCE::ReadCount

Definition at line 611 of file ntdddisk.h.

◆ ReadCount [2/2]

DWORD _DISK_PERFORMANCE::ReadCount

Definition at line 515 of file winioctl.h.

◆ ReadTime

LARGE_INTEGER _DISK_PERFORMANCE::ReadTime

Definition at line 608 of file ntdddisk.h.

◆ SplitCount [1/2]

ULONG _DISK_PERFORMANCE::SplitCount

Definition at line 614 of file ntdddisk.h.

◆ SplitCount [2/2]

DWORD _DISK_PERFORMANCE::SplitCount

Definition at line 518 of file winioctl.h.

◆ StorageDeviceNumber [1/2]

ULONG _DISK_PERFORMANCE::StorageDeviceNumber

Definition at line 616 of file ntdddisk.h.

◆ StorageDeviceNumber [2/2]

DWORD _DISK_PERFORMANCE::StorageDeviceNumber

Definition at line 520 of file winioctl.h.

◆ StorageManagerName

WCHAR _DISK_PERFORMANCE::StorageManagerName

Definition at line 617 of file ntdddisk.h.

◆ WriteCount [1/2]

ULONG _DISK_PERFORMANCE::WriteCount

Definition at line 612 of file ntdddisk.h.

◆ WriteCount [2/2]

DWORD _DISK_PERFORMANCE::WriteCount

Definition at line 516 of file winioctl.h.

◆ WriteTime

LARGE_INTEGER _DISK_PERFORMANCE::WriteTime

Definition at line 609 of file ntdddisk.h.


The documentation for this struct was generated from the following files: