Share via


StringToAddress

The StringToAddress function converts a string to an address.

LPBYTE WINAPIStringToAddress(BYTE*lpAddress,
LPSTRstring);

Parameters

  • lpAddress
    [out] Pointer to the address the string is converted to.
  • string
    [in] String that is converted to an address.

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.