Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TailLength (0.24 sec)

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

    	TF_USE_DEFAULT_WORKER = 0
    	TF_USE_SYSTEM_THREAD  = 16
    	TF_USE_KERNEL_APC     = 32
    )
    
    type TransmitFileBuffers struct {
    	Head       uintptr
    	HeadLength uint32
    	Tail       uintptr
    	TailLength uint32
    }
    
    const (
    	IFF_UP           = 1
    	IFF_BROADCAST    = 2
    	IFF_LOOPBACK     = 4
    	IFF_POINTTOPOINT = 8
    	IFF_MULTICAST    = 16
    )
    
    const SIO_GET_INTERFACE_LIST = 0x4004747F
    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