ReactOS 0.4.16-dev-401-g45b008d
|
#include <winioctl.h>
Public Attributes | |
LARGE_INTEGER | VolumeCreationTime |
ULONG | VolumeSerialNumber |
ULONG | VolumeLabelLength |
BOOLEAN | SupportsObjects |
WCHAR | VolumeLabel [1] |
Definition at line 407 of file winioctl.h.
BOOLEAN _FILE_FS_VOLUME_INFORMATION::SupportsObjects |
Definition at line 411 of file winioctl.h.
Referenced by Ext2QueryVolumeInformation(), NpQueryFsVolumeInfo(), and test_query_volume_information_file().
LARGE_INTEGER _FILE_FS_VOLUME_INFORMATION::VolumeCreationTime |
Definition at line 408 of file winioctl.h.
Referenced by Ext2QueryVolumeInformation(), and test_query_volume_information_file().
WCHAR _FILE_FS_VOLUME_INFORMATION::VolumeLabel |
Definition at line 412 of file winioctl.h.
Referenced by Ext2QueryVolumeInformation(), nfs41_create_volume_info(), NpQueryFsVolumeInfo(), and test_query_volume_information_file().
ULONG _FILE_FS_VOLUME_INFORMATION::VolumeLabelLength |
Definition at line 410 of file winioctl.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), nfs41_create_volume_info(), NpQueryFsVolumeInfo(), and test_query_volume_information_file().
ULONG _FILE_FS_VOLUME_INFORMATION::VolumeSerialNumber |
Definition at line 409 of file winioctl.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), nfs41_create_volume_info(), and test_query_volume_information_file().