Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PathBuffer (0.09 sec)

  1. src/internal/syscall/windows/reparse_windows.go

    	ReparseDataLength uint16
    	Reserved          uint16
    }
    
    type SymbolicLinkReparseBuffer struct {
    	// The integer that contains the offset, in bytes,
    	// of the substitute name string in the PathBuffer array,
    	// computed as an offset from byte 0 of PathBuffer. Note that
    	// this offset must be divided by 2 to get the array index.
    	SubstituteNameOffset uint16
    	// The integer that contains the length, in bytes, of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 07:15:06 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top