Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
533 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996 - 1997, Microsoft Corporation.
  4. //
  5. // File: htmlchar.hxx
  6. //
  7. // Contents: Contains a translate table from WCHAR to HTML WCHAR
  8. //
  9. // History: 96/Jan/3 DwightKr Created
  10. //
  11. //----------------------------------------------------------------------------
  12. #pragma once
  13. void HTMLEscapeW( WCHAR const * wcsString,
  14. CVirtualString & StrResult,
  15. ULONG ulCodePage );