VERIFY_INFORMATION structure (ntdddisk.h)

The VERIFY_INFORMATION structure provides information used to verify the existence of a disk extent.

Syntax

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

Members

StartingOffset

Specifies the starting offset, in bytes, of the disk extent.

Length

Indicates the length, in bytes, of the disk extent.

Remarks

VERIFY_INFORMATION is the output buffer for the IOCTL_DISK_VERIFY control code.

Requirements

Requirement Value
Header ntdddisk.h (include Ntdddisk.h)

See also

IOCTL_DISK_VERIFY