Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FILE_FS_GUID_INFORMATION structure (ntifs.h)
The FILE_FS_GUID_INFORMATION structure contains GUID infomation.
Syntax
typedef struct _FILE_FS_GUID_INFORMATION {
GUID FsGuid;
} FILE_FS_GUID_INFORMATION, *PFILE_FS_GUID_INFORMATION;
Members
FsGuid
GUID that uniquely identifies the file system. This identifier can be used to distinguish between different file systems, even if they are of the same type, across various volumes or storage devices.
Requirements
| Requirement | Value |
|---|---|
| Header | ntifs.h |
See also
Feedback
Was this page helpful?
