Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
winioctl.h
Unicode
No
Platform Notes
None

VERIFY_INFORMATION

The VERIFY_INFORMATION structure provides information used to logically format a disk extent.

typedef struct _VERIFY_INFORMATION {

LARGE_INTEGER StartingOffset;

DWORD Length;

} VERIFY_INFORMATION ;

Members

StartingOffset

Specifies the starting offset of the disk extent.

Length

Length, in bytes, of the disk extent.

Remarks

The DeviceIoControl function uses a VERIFY_INFORMATION structure as input to an IOCTL_DISK_VERIFY device I/O operation.

See Also

DeviceIoControl
, IOCTL_DISK_VERIFY

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples