ReactOS 0.4.15-dev-8434-g155a7c7
_FAT_STATISTICS Struct Reference

#include <winioctl.h>

Public Attributes

ULONG CreateHits
 
ULONG SuccessfulCreates
 
ULONG FailedCreates
 
ULONG NonCachedReads
 
ULONG NonCachedReadBytes
 
ULONG NonCachedWrites
 
ULONG NonCachedWriteBytes
 
ULONG NonCachedDiskReads
 
ULONG NonCachedDiskWrites
 

Detailed Description

Definition at line 852 of file winioctl.h.

Member Data Documentation

◆ CreateHits

ULONG _FAT_STATISTICS::CreateHits

Definition at line 853 of file winioctl.h.

◆ FailedCreates

ULONG _FAT_STATISTICS::FailedCreates

Definition at line 855 of file winioctl.h.

◆ NonCachedDiskReads

ULONG _FAT_STATISTICS::NonCachedDiskReads

Definition at line 860 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedDiskWrites

ULONG _FAT_STATISTICS::NonCachedDiskWrites

Definition at line 861 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedReadBytes

ULONG _FAT_STATISTICS::NonCachedReadBytes

Definition at line 857 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedReads

ULONG _FAT_STATISTICS::NonCachedReads

Definition at line 856 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedWriteBytes

ULONG _FAT_STATISTICS::NonCachedWriteBytes

Definition at line 859 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedWrites

ULONG _FAT_STATISTICS::NonCachedWrites

Definition at line 858 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ SuccessfulCreates

ULONG _FAT_STATISTICS::SuccessfulCreates

Definition at line 854 of file winioctl.h.


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