Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |