Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2016 Changes in this version + const ComputerNameDnsDomain — windows/amd64 + const ComputerNameDnsFullyQualified — windows/amd64 + const ComputerNameDnsHostname — windows/amd64 + const ComputerNameMax — windows/amd64 + const ComputerNameNetBIOS — windows/amd64 + const ComputerNamePhysicalDnsDomain — windows/amd64 + const ComputerNamePhysicalDnsFullyQualified — windows/amd64 + const ComputerNamePhysicalDnsHostname — windows/amd64 + const ComputerNamePhysicalNetBIOS — windows/amd64 + const GAA_FLAG_INCLUDE_PREFIX — windows/amd64 + const IF_TYPE_ATM — windows/amd64 + const IF_TYPE_ETHERNET_CSMACD — windows/amd64 + const IF_TYPE_IEEE1394 — windows/amd64 + const IF_TYPE_IEEE80211 — windows/amd64 + const IF_TYPE_ISO88025_TOKENRING — windows/amd64 + const IF_TYPE_OTHER — windows/amd64 + const IF_TYPE_PPP — windows/amd64 + const IF_TYPE_SOFTWARE_LOOPBACK — windows/amd64 + const IF_TYPE_TUNNEL — windows/amd64 + const IfOperStatusDormant — windows/amd64 + const IfOperStatusDown — windows/amd64 + const IfOperStatusLowerLayerDown — windows/amd64 + const IfOperStatusNotPresent — windows/amd64 + const IfOperStatusTesting — windows/amd64 + const IfOperStatusUnknown — windows/amd64 + const IfOperStatusUp — windows/amd64 + const MOVEFILE_COPY_ALLOWED — windows/amd64 + const MOVEFILE_CREATE_HARDLINK — windows/amd64 + const MOVEFILE_DELAY_UNTIL_REBOOT — windows/amd64 + const MOVEFILE_FAIL_IF_NOT_TRACKABLE — windows/amd64 + const MOVEFILE_REPLACE_EXISTING — windows/amd64 + const MOVEFILE_WRITE_THROUGH — windows/amd64 + func GetACP() (acp uint32) — windows/amd64 + func GetAdaptersAddresses(family uint32, flags uint32, reserved uintptr, ...) (errcode error) — windows/amd64 + func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) — windows/amd64 + func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) — windows/amd64 + func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, ...) (nwrite int32, err error) — windows/amd64 + func Rename(oldpath, newpath string) error — windows/amd64 + type IpAdapterAddresses struct — windows/amd64 + AdapterName *byte + Description *uint16 + DnsSuffix *uint16 + FirstAnycastAddress *IpAdapterAnycastAddress + FirstDnsServerAddress *IpAdapterDnsServerAdapter + FirstMulticastAddress *IpAdapterMulticastAddress + FirstPrefix *IpAdapterPrefix + FirstUnicastAddress *IpAdapterUnicastAddress + Flags uint32 + FriendlyName *uint16 + IfIndex uint32 + IfType uint32 + Ipv6IfIndex uint32 + Length uint32 + Mtu uint32 + Next *IpAdapterAddresses + OperStatus uint32 + PhysicalAddress [syscall.MAX_ADAPTER_ADDRESS_LENGTH]byte + PhysicalAddressLength uint32 + ZoneIndices [16]uint32 + type IpAdapterAnycastAddress struct — windows/amd64 + Address SocketAddress + Flags uint32 + Length uint32 + Next *IpAdapterAnycastAddress + type IpAdapterDnsServerAdapter struct — windows/amd64 + Address SocketAddress + Length uint32 + Next *IpAdapterDnsServerAdapter + Reserved uint32 + type IpAdapterMulticastAddress struct — windows/amd64 + Address SocketAddress + Flags uint32 + Length uint32 + Next *IpAdapterMulticastAddress + type IpAdapterPrefix struct — windows/amd64 + Address SocketAddress + Flags uint32 + Length uint32 + Next *IpAdapterPrefix + PrefixLength uint32 + type IpAdapterUnicastAddress struct — windows/amd64 + Address SocketAddress + DadState int32 + Flags uint32 + LeaseLifetime uint32 + Length uint32 + Next *IpAdapterUnicastAddress + OnLinkPrefixLength uint8 + PreferredLifetime uint32 + PrefixOrigin int32 + SuffixOrigin int32 + ValidLifetime uint32 + type SocketAddress struct — windows/amd64 + Sockaddr *syscall.RawSockaddrAny + SockaddrLength int32