Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WSAStartup (0.08 sec)

  1. src/internal/poll/fd_windows.go

    // It is called from the net package at init time to avoid
    // loading ws2_32.dll when net is not used.
    var InitWSA = sync.OnceFunc(func() {
    	var d syscall.WSAData
    	e := syscall.WSAStartup(uint32(0x202), &d)
    	if e != nil {
    		initErr = e
    	}
    	checkSetFileCompletionNotificationModes()
    })
    
    // operation contains superset of data necessary to perform all async IO.
    type operation struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top