WindowsXP/inetsrv/query/qutil/h/htmlchar.hxx
2025-04-27 07:49:33 -04:00

19 lines
533 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 );