extern structstd.os.windows.FILE_FS_VOLUME_INFORMATION[src]

Fields

VolumeCreationTime: LARGE_INTEGER
VolumeSerialNumber: ULONG
VolumeLabelLength: ULONG
SupportsObjects: BOOLEAN
VolumeLabel: [1]WCHAR

Source Code

Source code
pub const FILE_FS_VOLUME_INFORMATION = extern struct {
    VolumeCreationTime: LARGE_INTEGER,
    VolumeSerialNumber: ULONG,
    VolumeLabelLength: ULONG,
    SupportsObjects: BOOLEAN,
    // Flexible array member
    VolumeLabel: [1]WCHAR,
}