2 out of 4 rated this helpful - Rate this topic

VERIFY_INFORMATION structure

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

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

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.