SOV_RANGE_CHECK_DATA - NtDoc

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

typedef struct _SOV_RANGE_CHECK_DATA {
  BOOLEAN   RemoveZone;
  ULONGLONG InRange[2];
  GUID      ZidForRemoval;
  ULONGLONG Reserved1;
  ULONGLONG Reserved2;
} SOV_RANGE_CHECK_DATA, *PSOV_RANGE_CHECK_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

RemoveZone

InRange[2]

ZidForRemoval

Reserved1

Reserved2

Remarks

See also