Source code of Windows XP (NT5)
 
 
 
 
 
 

19 lines
429 B

//+---------------------------------------------------------------------------
//
// 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 );