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

20 lines
429 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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 );