ReactOS 0.4.16-dev-746-g329a414
|
#include <cdstruc.h>
Public Attributes | |
ULONG | MaximumEntryCount |
ULONG | CurrentEntryCount |
struct _CD_MCB_ENTRY * | McbArray |
ULONG _CD_MCB::CurrentEntryCount |
Definition at line 189 of file cdstruc.h.
Referenced by _Inout_updates_bytes_(), _Requires_lock_held_(), CdAddAllocationFromDirent(), CdAddInitialAllocation(), and CdTruncateAllocation().
ULONG _CD_MCB::MaximumEntryCount |
Definition at line 188 of file cdstruc.h.
Referenced by _At_(), _Inout_updates_bytes_(), and CdAddAllocationFromDirent().
struct _CD_MCB_ENTRY* _CD_MCB::McbArray |
Definition at line 195 of file cdstruc.h.
Referenced by _At_(), _Inout_updates_bytes_(), _Requires_lock_held_(), CdAddAllocationFromDirent(), CdAddInitialAllocation(), and CdFindMcbEntry().