windows-nt/Source/XPSP1/NT/inetsrv/query/h/codepage.hxx
2020-09-26 16:20:57 +08:00

20 lines
429 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 );