windows-nt/Source/XPSP1/NT/inetsrv/query/qutil/h/cpid.hxx

24 lines
596 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1998.
//
// File: cpid.hxx
//
// Contents: WEB codepage functions
//
// History: 96/May/2 DwightKr Created
//
//----------------------------------------------------------------------------
#pragma once
class CWebServer;
BOOL GetCodepageValue( CWebServer & webServer,
char * pcCPString,
unsigned ccCPString );
ULONG GetBrowserCodepage( CWebServer & webServer, LCID locale);