Source code of Windows XP (NT5)
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.

23 lines
596 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1998.
  5. //
  6. // File: cpid.hxx
  7. //
  8. // Contents: WEB codepage functions
  9. //
  10. // History: 96/May/2 DwightKr Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. class CWebServer;
  15. BOOL GetCodepageValue( CWebServer & webServer,
  16. char * pcCPString,
  17. unsigned ccCPString );
  18. ULONG GetBrowserCodepage( CWebServer & webServer, LCID locale);