Ruby  3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
Data Fields
rb_w32_reparse_buffer_t Struct Reference

Data Fields

ULONG ReparseTag
 
USHORT ReparseDataLength
 
USHORT Reserved
 
union {
   struct {
      USHORT   SubstituteNameOffset
 
      USHORT   SubstituteNameLength
 
      USHORT   PrintNameOffset
 
      USHORT   PrintNameLength
 
      ULONG   Flags
 
      WCHAR   PathBuffer [MINIMUM_REPARSE_BUFFER_PATH_LEN]
 
   }   SymbolicLinkReparseBuffer
 
   struct {
      USHORT   SubstituteNameOffset
 
      USHORT   SubstituteNameLength
 
      USHORT   PrintNameOffset
 
      USHORT   PrintNameLength
 
      WCHAR   PathBuffer [MINIMUM_REPARSE_BUFFER_PATH_LEN]
 
   }   MountPointReparseBuffer
 
}; 
 

Detailed Description

Definition at line 12 of file file.h.


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