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 |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013