WindowsXP/inetsrv/query/h/codepage.hxx
2025-04-27 07:49:33 -04:00

20 lines
448 B
C++

//+---------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation, 1991 - 1998
//
// File: codepage.hxx
//
// Contents: Locale to codepage
//
// History: 08-Jul-96 SitaramR Created
//
//-----------------------------------------------------------------------------
#pragma once
LCID const lcidInvalid = 0xFFFFFFFF;
ULONG LocaleToCodepage( LCID lcid );