|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winioctl.h>

Public Attributes | |
| LARGE_INTEGER | VolumeCreationTime |
| ULONG | VolumeSerialNumber |
| ULONG | VolumeLabelLength |
| BOOLEAN | SupportsObjects |
| WCHAR | VolumeLabel [1] |
Definition at line 607 of file winioctl.h.
| BOOLEAN _FILE_FS_VOLUME_INFORMATION::SupportsObjects |
Definition at line 611 of file winioctl.h.
Referenced by Ext2QueryVolumeInformation(), NpQueryFsVolumeInfo(), and test_query_volume_information_file().
| LARGE_INTEGER _FILE_FS_VOLUME_INFORMATION::VolumeCreationTime |
Definition at line 608 of file winioctl.h.
Referenced by Ext2QueryVolumeInformation(), and test_query_volume_information_file().
| WCHAR _FILE_FS_VOLUME_INFORMATION::VolumeLabel |
Definition at line 612 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 610 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 609 of file winioctl.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), nfs41_create_volume_info(), and test_query_volume_information_file().