extern structstd.os.windows.MOUNT_POINT_REPARSE_BUFFER[src]

Fields

SubstituteNameOffset: USHORT
SubstituteNameLength: USHORT
PrintNameOffset: USHORT
PrintNameLength: USHORT
PathBuffer: [1]WCHAR

Source Code

Source code
pub const MOUNT_POINT_REPARSE_BUFFER = extern struct {
    SubstituteNameOffset: USHORT,
    SubstituteNameLength: USHORT,
    PrintNameOffset: USHORT,
    PrintNameLength: USHORT,
    PathBuffer: [1]WCHAR,
}