VOLUME_GET_GPT_ATTRIBUTES_INFORMATION structure (winioctl.h)
Contains volume attributes retrieved with the IOCTL_VOLUME_GET_GPT_ATTRIBUTES control code.
Syntax
typedef struct _VOLUME_GET_GPT_ATTRIBUTES_INFORMATION {
DWORDLONG GptAttributes;
} VOLUME_GET_GPT_ATTRIBUTES_INFORMATION, *PVOLUME_GET_GPT_ATTRIBUTES_INFORMATION;
Members
GptAttributes
Specifies all of the attributes associated with a volume.
Value | Meaning |
---|---|
|
The volume is read-only. |
|
The volume is a shadow copy of another volume. For more information, see Volume Shadow Copy Service Overview. |
|
The volume is hidden. |
|
The volume is not assigned a default drive letter. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winioctl.h (include Windows.h) |