Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for GetAdaptersInfo (0.29 sec)

  1. src/syscall/zsyscall_windows.go

    	procDnsQuery_W                         = moddnsapi.NewProc("DnsQuery_W")
    	procDnsRecordListFree                  = moddnsapi.NewProc("DnsRecordListFree")
    	procGetAdaptersInfo                    = modiphlpapi.NewProc("GetAdaptersInfo")
    	procGetIfEntry                         = modiphlpapi.NewProc("GetIfEntry")
    	procCancelIo                           = modkernel32.NewProc("CancelIo")
    	procCancelIoEx                         = modkernel32.NewProc("CancelIoEx")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  2. src/syscall/syscall_windows.go

    //sys	FreeAddrInfoW(addrinfo *AddrinfoW) = ws2_32.FreeAddrInfoW
    //sys	GetIfEntry(pIfRow *MibIfRow) (errcode error) = iphlpapi.GetIfEntry
    //sys	GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) = iphlpapi.GetAdaptersInfo
    //sys	SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) = kernel32.SetFileCompletionNotificationModes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	FreeAddrInfoW(addrinfo *AddrinfoW) = ws2_32.FreeAddrInfoW
    //sys	GetIfEntry(pIfRow *MibIfRow) (errcode error) = iphlpapi.GetIfEntry
    //sys	GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) = iphlpapi.GetAdaptersInfo
    //sys	SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) = kernel32.SetFileCompletionNotificationModes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGetAdaptersAddresses                                 = modiphlpapi.NewProc("GetAdaptersAddresses")
    	procGetAdaptersInfo                                      = modiphlpapi.NewProc("GetAdaptersInfo")
    	procGetBestInterfaceEx                                   = modiphlpapi.NewProc("GetBestInterfaceEx")
    	procGetIfEntry                                           = modiphlpapi.NewProc("GetIfEntry")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"GUID", Type, 1},
    		{"GUID.Data1", Field, 1},
    		{"GUID.Data2", Field, 1},
    		{"GUID.Data3", Field, 1},
    		{"GUID.Data4", Field, 1},
    		{"GetAcceptExSockaddrs", Func, 0},
    		{"GetAdaptersInfo", Func, 0},
    		{"GetAddrInfoW", Func, 1},
    		{"GetCommandLine", Func, 0},
    		{"GetComputerName", Func, 0},
    		{"GetConsoleMode", Func, 1},
    		{"GetCurrentDirectory", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (windows-386), func GetAcceptExSockaddrs(*uint8, uint32, uint32, uint32, **RawSockaddrAny, *int32, **RawSockaddrAny, *int32)
    pkg syscall (windows-386), func GetAdaptersInfo(*IpAdapterInfo, *uint32) error
    pkg syscall (windows-386), func GetCommandLine() *uint16
    pkg syscall (windows-386), func GetComputerName(*uint16, *uint32) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top