Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This header is used by IP Helper. For more information, see:
ip2string.h contains the following programming interfaces:
RtlEthernetAddressToStringA Converts a binary Ethernet address to a string representation of the Ethernet MAC address. (ANSI) |
RtlEthernetAddressToStringW Converts a binary Ethernet address to a string representation of the Ethernet MAC address. (Unicode) |
RtlEthernetStringToAddressA Converts a string representation of an Ethernet MAC address to a binary format of the Ethernet address. (ANSI) |
RtlEthernetStringToAddressW Converts a string representation of an Ethernet MAC address to a binary format of the Ethernet address. (Unicode) |
RtlIpv4AddressToStringA Converts an IPv4 address to a string in Internet standard dotted-decimal format. (ANSI) |
RtlIpv4AddressToStringExA Converts an IPv4 address and port number to a string in Internet standard format. (ANSI) |
RtlIpv4AddressToStringExW Converts an IPv4 address and port number to a string in Internet standard format. (Unicode) |
RtlIpv4AddressToStringW Converts an IPv4 address to a string in Internet standard dotted-decimal format. (Unicode) |
RtlIpv4StringToAddressA Converts a string representation of an IPv4 address to a binary IPv4 address. (ANSI) |
RtlIpv4StringToAddressExA Converts a string representation of an IPv4 address and port number to a binary IPv4 address and port. (ANSI) |
RtlIpv4StringToAddressExW Converts a string representation of an IPv4 address and port number to a binary IPv4 address and port. (Unicode) |
RtlIpv4StringToAddressW Converts a string representation of an IPv4 address to a binary IPv4 address. (Unicode) |
RtlIpv6AddressToStringA Converts an IPv6 address to a string in Internet standard format. (ANSI) |
RtlIpv6AddressToStringExA Converts an IPv6 address, scope ID, and port number to a string. (ANSI) |
RtlIpv6AddressToStringExW Converts an IPv6 address, scope ID, and port number to a string. (Unicode) |
RtlIpv6AddressToStringW Converts an IPv6 address to a string in Internet standard format. (Unicode) |
RtlIpv6StringToAddressA Converts a string representation of an IPv6 address to a binary IPv6 address. (ANSI) |
RtlIpv6StringToAddressExA Converts a string representation of an IPv6 address, scope ID, and port number to a binary IPv6 address, scope ID, and port. (ANSI) |
RtlIpv6StringToAddressExW Converts a string representation of an IPv6 address, scope ID, and port number to a binary IPv6 address, scope ID, and port. (Unicode) |
RtlIpv6StringToAddressW Converts a string representation of an IPv6 address to a binary IPv6 address. (Unicode) |
Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.