mirror of https://github.com/tongzx/nt5src
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
23 lines
596 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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);
|
|
|