extern struct SYMBOLIC_LINK_REPARSE_BUFFER [src]
Fields
SubstituteNameOffset: USHORT
SubstituteNameLength: USHORT
PrintNameOffset: USHORT
PrintNameLength: USHORT
Flags: ULONG
PathBuffer: [1]WCHAR
Source
pub const SYMBOLIC_LINK_REPARSE_BUFFER = extern struct {
SubstituteNameOffset: USHORT,
SubstituteNameLength: USHORT,
PrintNameOffset: USHORT,
PrintNameLength: USHORT,
Flags: ULONG,
PathBuffer: [1]WCHAR,
}