Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for srcLen (0.25 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	Left   int16
    	Top    int16
    	Right  int16
    	Bottom int16
    }
    
    // Used with GetConsoleScreenBuffer to retrieve information about a console
    // screen buffer. See
    // https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str
    // for details.
    
    type ConsoleScreenBufferInfo struct {
    	Size              Coord
    	CursorPosition    Coord
    	Attributes        uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top