HTMLValueToUnicode

The HTMLValueToUnicode function converts an HTML CP_UTF8 string to a Unicode string.

WCHAR*HTMLValueToUnicode(const char*pValue);

Parameters

  • pValue
    [in, out] On input, pointer to the HTML string supplied by the MCSVC.

    On output, pointer to the converted Unicode string.

Return Values

The function returns the Unicode equivalent of the string.

Requirements

Client Requires Windows 2000 Professional or Windows NT Workstation 4.0.
Server Requires Windows 2000 Server or Windows NT Server 4.0.
Header

Declared in Netmon.h.

Library

Link to Nmapi.lib.

DLL Requires Nmapi.dll.