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.
 
 
 
 
 
 

21 lines
647 B

//+---------------------------------------------------------------------------
//
// Copyright (C) 1996, Microsoft Corporation.
//
// File: wqlocale.hxx
//
// Contents: WEB locale functions
//
// History: 96/May/2 DwightKr Created
//
//----------------------------------------------------------------------------
#pragma once
LCID GetBrowserLCID( CWebServer & webServer, XArray<WCHAR> & wcsHttpLanguage);
LCID GetQueryLocale( WCHAR const * wcsCiLocale,
CVariableSet & variableSet,
COutputFormat & outputFormat,
XArray<WCHAR> & xLocale );