Rizin
unix-like reverse engineering framework and cli tools
_FILE_FS_VOLUME_INFORMATION Struct Reference

#include <winapi.h>

Public Attributes

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

Detailed Description

Definition at line 4356 of file winapi.h.

Member Data Documentation

◆ SupportsObjects

BOOLEAN _FILE_FS_VOLUME_INFORMATION::SupportsObjects

Definition at line 4360 of file winapi.h.

◆ VolumeCreationTime

LARGE_INTEGER _FILE_FS_VOLUME_INFORMATION::VolumeCreationTime

Definition at line 4357 of file winapi.h.

◆ VolumeLabel

WCHAR _FILE_FS_VOLUME_INFORMATION::VolumeLabel[1]

Definition at line 4361 of file winapi.h.

◆ VolumeLabelLength

ULONG _FILE_FS_VOLUME_INFORMATION::VolumeLabelLength

Definition at line 4359 of file winapi.h.

◆ VolumeSerialNumber

ULONG _FILE_FS_VOLUME_INFORMATION::VolumeSerialNumber

Definition at line 4358 of file winapi.h.

Referenced by fs__stat_handle().


The documentation for this struct was generated from the following file: