VERIFY_INFORMATION structure (winioctl.h)

Contains information used to verify a disk extent. It is the output buffer for the IOCTL_DISK_VERIFY control code.

Syntax

typedef struct _VERIFY_INFORMATION {
  LARGE_INTEGER StartingOffset;
  DWORD         Length;
} VERIFY_INFORMATION, *PVERIFY_INFORMATION;

Members

StartingOffset

The starting offset of the disk extent.

Length

The length of the disk extent, in bytes.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header winioctl.h (include Windows.h)

See also

IOCTL_DISK_VERIFY