Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
_REPARSE_DATA_BUFFER Struct Reference
+ 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 
 
};  
 

Detailed Description

Definition at line 68 of file qfilesystemengine_win.cpp.

Member Data Documentation

◆ [union]

union { ... } _REPARSE_DATA_BUFFER

◆ DataBuffer

UCHAR _REPARSE_DATA_BUFFER::DataBuffer[1]

Definition at line 89 of file qfilesystemengine_win.cpp.

◆ Flags

ULONG _REPARSE_DATA_BUFFER::Flags

Definition at line 78 of file qfilesystemengine_win.cpp.

◆ [struct]

struct { ... } _REPARSE_DATA_BUFFER::GenericReparseBuffer

◆ [struct]

struct { ... } _REPARSE_DATA_BUFFER::MountPointReparseBuffer

◆ PathBuffer

WCHAR _REPARSE_DATA_BUFFER::PathBuffer[1]

Definition at line 79 of file qfilesystemengine_win.cpp.

◆ PrintNameLength

USHORT _REPARSE_DATA_BUFFER::PrintNameLength

Definition at line 77 of file qfilesystemengine_win.cpp.

◆ PrintNameOffset

USHORT _REPARSE_DATA_BUFFER::PrintNameOffset

Definition at line 76 of file qfilesystemengine_win.cpp.

◆ ReparseDataLength

USHORT _REPARSE_DATA_BUFFER::ReparseDataLength

Definition at line 70 of file qfilesystemengine_win.cpp.

◆ ReparseTag

ULONG _REPARSE_DATA_BUFFER::ReparseTag

Definition at line 69 of file qfilesystemengine_win.cpp.

◆ Reserved

USHORT _REPARSE_DATA_BUFFER::Reserved

Definition at line 71 of file qfilesystemengine_win.cpp.

◆ SubstituteNameLength

USHORT _REPARSE_DATA_BUFFER::SubstituteNameLength

Definition at line 75 of file qfilesystemengine_win.cpp.

◆ SubstituteNameOffset

USHORT _REPARSE_DATA_BUFFER::SubstituteNameOffset

Definition at line 74 of file qfilesystemengine_win.cpp.

◆ [struct]

struct { ... } _REPARSE_DATA_BUFFER::SymbolicLinkReparseBuffer

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