windows-nt/Source/XPSP1/NT/inetsrv/query/qutil/h/htmlchar.hxx
2020-09-26 16:20:57 +08:00

19 lines
515 B
C++

//+---------------------------------------------------------------------------
//
// 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 );