AddressToString function

The AddressToString function converts an address into a string.

Syntax

LPSTR WINAPI AddressToString(
  _Out_ LPSTR string,
  _In_  BYTE  *lpAddress
);

Parameters

string [out]

String that the address is converted to.

lpAddress [in]

The address that is printed.

Return value

The return value is a pointer to the converted string.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
Library
Parser.lib
DLL
Nmapi.dll