Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x070B3 (0.11 sec)

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

    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWRITE = 0x80
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    )
    
    const (
    	FILE_TYPE_CHAR    = 0x0002
    	FILE_TYPE_DISK    = 0x0001
    	FILE_TYPE_PIPE    = 0x0003
    	FILE_TYPE_REMOTE  = 0x8000
    	FILE_TYPE_UNKNOWN = 0x0000
    )
    
    type Hostent struct {
    	Name     *byte
    	Aliases  **byte
    	AddrType uint16
    	Length   uint16
    	AddrList **byte
    }
    
    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