REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX {
  ULONG                            RangeCount;
  REFS_DEALLOCATE_RANGES_ALLOCATOR Allocator;
  LONGLONG                         StreamReserveUpdateCount;
  ULONG                            OffsetToRanges;
  ULONG                            OffsetToLeakCounts;
  ULONGLONG                        Reserved[2];
} REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX, *PREFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-refs_deallocate_ranges_input_buffer_ex)

Description

Reserved for system use.

Members

RangeCount

Reserved for system use.

Allocator

Reserved for system use.

StreamReserveUpdateCount

Reserved for system use.

OffsetToRanges

Reserved for system use.

OffsetToLeakCounts

Reserved for system use.

Reserved

Reserved for system use.

Remarks

Reserved for system use.