windows-nt/Source/XPSP1/NT/inetsrv/query/qutil/h/htmlchar.hxx

19 lines
515 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Copyright (C) 1996 - 1997, Microsoft Corporation.
//
// File: htmlchar.hxx
//
// Contents: Contains a translate table from WCHAR to HTML WCHAR
//
// History: 96/Jan/3 DwightKr Created
//
//----------------------------------------------------------------------------
#pragma once
void HTMLEscapeW( WCHAR const * wcsString,
CVirtualString & StrResult,
ULONG ulCodePage );