casers.blogg.se

Convert mac address from integer to string representation
Convert mac address from integer to string representation








convert mac address from integer to string representation

The string returned in the S parameter is represented in the form for an Ethernet MAC address string in the non-DIX standard "-" notation. The string represents a numeric Ethernet addressĮxpressed in the non-DIX standard "-'' notation. The RtlEthernetAddressToString function is used to convert a binary Ethernet address to the string representation of the Ethernet address in Ethernet EUI-48 data-link layer address format (also commonly known as a MAC address). This can be used by the caller to easily append more information to the string. Return valueĪ pointer to the NULL character inserted at the end of the string representation of the Ethernet MAC address. This buffer should be large enough to hold at least 18 characters. The Ethernet address is in network order (bytes ordered fromĪ pointer to a buffer in which to store the NULL-terminated string representation of the Ethernet address. Syntax NTSYSAPI PSTR RtlEthernetAddressToStringA( RtlEthernetAddressToString function converts a binary Ethernet address to a string representation of the Ethernet MAC address.










Convert mac address from integer to string representation