![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for _REPARSE_DATA_BUFFER:Public Attributes | ||
| ULONG | ReparseTag | |
| USHORT | ReparseDataLength | |
| USHORT | Reserved | |
| union { | ||
| struct { | ||
| USHORT SubstituteNameOffset | ||
| USHORT SubstituteNameLength | ||
| USHORT PrintNameOffset | ||
| USHORT PrintNameLength | ||
| ULONG Flags | ||
| WCHAR PathBuffer [1] | ||
| } SymbolicLinkReparseBuffer | ||
| struct { | ||
| USHORT SubstituteNameOffset | ||
| USHORT SubstituteNameLength | ||
| USHORT PrintNameOffset | ||
| USHORT PrintNameLength | ||
| WCHAR PathBuffer [1] | ||
| } MountPointReparseBuffer | ||
| struct { | ||
| UCHAR DataBuffer [1] | ||
| } GenericReparseBuffer | ||
| }; | ||
Definition at line 68 of file qfilesystemengine_win.cpp.
| union { ... } _REPARSE_DATA_BUFFER |
| UCHAR _REPARSE_DATA_BUFFER::DataBuffer[1] |
Definition at line 89 of file qfilesystemengine_win.cpp.
| ULONG _REPARSE_DATA_BUFFER::Flags |
Definition at line 78 of file qfilesystemengine_win.cpp.
| struct { ... } _REPARSE_DATA_BUFFER::GenericReparseBuffer |
| struct { ... } _REPARSE_DATA_BUFFER::MountPointReparseBuffer |
Referenced by readSymLink().
| WCHAR _REPARSE_DATA_BUFFER::PathBuffer[1] |
Definition at line 79 of file qfilesystemengine_win.cpp.
Referenced by readSymLink().
| USHORT _REPARSE_DATA_BUFFER::PrintNameLength |
Definition at line 77 of file qfilesystemengine_win.cpp.
| USHORT _REPARSE_DATA_BUFFER::PrintNameOffset |
Definition at line 76 of file qfilesystemengine_win.cpp.
| USHORT _REPARSE_DATA_BUFFER::ReparseDataLength |
Definition at line 70 of file qfilesystemengine_win.cpp.
| ULONG _REPARSE_DATA_BUFFER::ReparseTag |
Definition at line 69 of file qfilesystemengine_win.cpp.
Referenced by readSymLink().
| USHORT _REPARSE_DATA_BUFFER::Reserved |
Definition at line 71 of file qfilesystemengine_win.cpp.
| USHORT _REPARSE_DATA_BUFFER::SubstituteNameLength |
Definition at line 75 of file qfilesystemengine_win.cpp.
Referenced by readSymLink().
| USHORT _REPARSE_DATA_BUFFER::SubstituteNameOffset |
Definition at line 74 of file qfilesystemengine_win.cpp.
Referenced by readSymLink().
| struct { ... } _REPARSE_DATA_BUFFER::SymbolicLinkReparseBuffer |
Referenced by readSymLink().