Ruby  3.4.0dev (2024-11-23 revision b4d13fac3dd5420475aa1e14fdad8137da7e3ee0)
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: