AddressToString
The AddressToString function converts an address into a string.
LPSTR WINAPIAddressToString(LPSTRstring,
BYTE*lpAddress);
Parameters
- string
[out] String that the address is converted to. - lpAddress
[in] The address that is printed.
Return Values
The return value is a pointer to the converted string.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |
Library | Link to Parser.lib. |
DLL | Requires Nmapi.dll. |