Skip to content

Latest commit

 

History

History
113 lines (91 loc) · 2.9 KB

ns-winioctl-get_disk_attributes.md

File metadata and controls

113 lines (91 loc) · 2.9 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:winioctl._GET_DISK_ATTRIBUTES
GET_DISK_ATTRIBUTES
Contains the attributes of a disk device.
*PGET_DISK_ATTRIBUTES
DISK_ATTRIBUTE_OFFLINE
DISK_ATTRIBUTE_READ_ONLY
GET_DISK_ATTRIBUTES
GET_DISK_ATTRIBUTES structure [Files]
PGET_DISK_ATTRIBUTES
PGET_DISK_ATTRIBUTES structure pointer [Files]
fs.get_disk_attributes
winioctl/GET_DISK_ATTRIBUTES
winioctl/PGET_DISK_ATTRIBUTES
fs\get_disk_attributes.htm
fs
c6a0461d-cc23-4191-a0ff-c4279c1b097e
12/05/2018
*PGET_DISK_ATTRIBUTES, DISK_ATTRIBUTE_OFFLINE, DISK_ATTRIBUTE_READ_ONLY, GET_DISK_ATTRIBUTES, GET_DISK_ATTRIBUTES structure [Files], PGET_DISK_ATTRIBUTES, PGET_DISK_ATTRIBUTES structure pointer [Files], fs.get_disk_attributes, winioctl/GET_DISK_ATTRIBUTES, winioctl/PGET_DISK_ATTRIBUTES
winioctl.h
Windows.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
GET_DISK_ATTRIBUTES, *PGET_DISK_ATTRIBUTES
_GET_DISK_ATTRIBUTES
winioctl/_GET_DISK_ATTRIBUTES
PGET_DISK_ATTRIBUTES
winioctl/PGET_DISK_ATTRIBUTES
GET_DISK_ATTRIBUTES
winioctl/GET_DISK_ATTRIBUTES
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
GET_DISK_ATTRIBUTES

GET_DISK_ATTRIBUTES structure

-description

Contains the attributes of a disk device. Returned as the output buffer from the IOCTL_DISK_GET_DISK_ATTRIBUTES control code.

-struct-fields

-field Version

Set to sizeof(GET_DISK_ATTRIBUTES).

-field Reserved1

Reserved.

-field Attributes

Contains attributes.

Value Meaning
DISK_ATTRIBUTE_OFFLINE
0x0000000000000001
The disk is offline.
DISK_ATTRIBUTE_READ_ONLY
0x0000000000000002
The disk is read-only.

-see-also

Disk Management Structures

IOCTL_DISK_GET_DISK_ATTRIBUTES

SET_DISK_ATTRIBUTES