Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <file.h>
Data Fields | |
ULONG | ReparseTag |
USHORT | ReparseDataLength |
USHORT | Reserved |
union { | |
struct { | |
USHORT SubstituteNameOffset | |
USHORT SubstituteNameLength | |
USHORT PrintNameOffset | |
USHORT PrintNameLength | |
ULONG Flags | |
WCHAR PathBuffer [4] | |
} SymbolicLinkReparseBuffer | |
struct { | |
USHORT SubstituteNameOffset | |
USHORT SubstituteNameLength | |
USHORT PrintNameOffset | |
USHORT PrintNameLength | |
WCHAR PathBuffer [4] | |
} MountPointReparseBuffer | |
}; | |
union { ... } |
struct { ... } rb_w32_reparse_buffer_t::MountPointReparseBuffer |
Referenced by rb_w32_read_reparse_point().
ULONG rb_w32_reparse_buffer_t::ReparseTag |
Definition at line 11 of file file.h.
Referenced by rb_w32_read_reparse_point(), and reparse_symlink().
struct { ... } rb_w32_reparse_buffer_t::SymbolicLinkReparseBuffer |
Referenced by rb_w32_read_reparse_point().