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.

20 lines
569 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996-1997, Microsoft Corporation.
  4. //
  5. // File: weblcid.hxx
  6. //
  7. // Contents: WEB Locale <==> LCID translation
  8. //
  9. // History: 96/Jan/3 DwightKr Created
  10. // 97/Jan/7 AlanW Split from cgiesc.hxx
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. const LCID InvalidLCID = 0xFFFFFFFF;
  15. LCID GetLCIDFromString( WCHAR * wcsLocale );
  16. void GetStringFromLCID( LCID locale, WCHAR * pwcLocale );