ReactOS 0.4.15-dev-7842-g558ab78
_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 754 of file winioctl.h.

Member Data Documentation

◆ CreateHits

ULONG _FAT_STATISTICS::CreateHits

Definition at line 755 of file winioctl.h.

◆ FailedCreates

ULONG _FAT_STATISTICS::FailedCreates

Definition at line 757 of file winioctl.h.

◆ NonCachedDiskReads

ULONG _FAT_STATISTICS::NonCachedDiskReads

Definition at line 762 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedDiskWrites

ULONG _FAT_STATISTICS::NonCachedDiskWrites

Definition at line 763 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedReadBytes

ULONG _FAT_STATISTICS::NonCachedReadBytes

Definition at line 759 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedReads

ULONG _FAT_STATISTICS::NonCachedReads

Definition at line 758 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedWriteBytes

ULONG _FAT_STATISTICS::NonCachedWriteBytes

Definition at line 761 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ NonCachedWrites

ULONG _FAT_STATISTICS::NonCachedWrites

Definition at line 760 of file winioctl.h.

Referenced by _Requires_lock_held_().

◆ SuccessfulCreates

ULONG _FAT_STATISTICS::SuccessfulCreates

Definition at line 756 of file winioctl.h.


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