QtBase  v6.3.1
Public Attributes | List of all members
_REPARSE_DATA_BUFFER Struct Reference

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 101 of file qfilesystemengine_win.cpp.

Member Data Documentation

◆ 

union { ... }

◆ DataBuffer

UCHAR _REPARSE_DATA_BUFFER::DataBuffer[1]

Definition at line 122 of file qfilesystemengine_win.cpp.

◆ Flags

ULONG _REPARSE_DATA_BUFFER::Flags

Definition at line 111 of file qfilesystemengine_win.cpp.

◆ 

struct { ... } _REPARSE_DATA_BUFFER::GenericReparseBuffer

◆ 

struct { ... } _REPARSE_DATA_BUFFER::MountPointReparseBuffer

◆ PathBuffer

WCHAR _REPARSE_DATA_BUFFER::PathBuffer[1]

Definition at line 112 of file qfilesystemengine_win.cpp.

◆ PrintNameLength

USHORT _REPARSE_DATA_BUFFER::PrintNameLength

Definition at line 110 of file qfilesystemengine_win.cpp.

◆ PrintNameOffset

USHORT _REPARSE_DATA_BUFFER::PrintNameOffset

Definition at line 109 of file qfilesystemengine_win.cpp.

◆ ReparseDataLength

USHORT _REPARSE_DATA_BUFFER::ReparseDataLength

Definition at line 103 of file qfilesystemengine_win.cpp.

◆ ReparseTag

ULONG _REPARSE_DATA_BUFFER::ReparseTag

Definition at line 102 of file qfilesystemengine_win.cpp.

◆ Reserved

USHORT _REPARSE_DATA_BUFFER::Reserved

Definition at line 104 of file qfilesystemengine_win.cpp.

◆ SubstituteNameLength

USHORT _REPARSE_DATA_BUFFER::SubstituteNameLength

Definition at line 108 of file qfilesystemengine_win.cpp.

◆ SubstituteNameOffset

USHORT _REPARSE_DATA_BUFFER::SubstituteNameOffset

Definition at line 107 of file qfilesystemengine_win.cpp.

◆ 

struct { ... } _REPARSE_DATA_BUFFER::SymbolicLinkReparseBuffer

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