Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GET_LENGTH_INFORMATION structure

Contains disk, volume, or partition length information used by the IOCTL_DISK_GET_LENGTH_INFO control code.

Syntax


typedef struct {
  LARGE_INTEGER Length;
} GET_LENGTH_INFORMATION;

Members

Length

The length of the disk, volume, or partition, 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_GET_LENGTH_INFO

 

 

Show:
© 2017 Microsoft