Leaked source code of windows server 2003
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.
 
 
 
 
 
 

56 lines
821 B

/*++
Copyright (C) Microsoft Corporation, 1995 - 1999
All rights reserved.
Module Name:
rtlmir.hxx
Abstract:
RTL (right-to-left) mirroring &
BIDI localized support
Author:
Lazar Ivanov (LazarI)
Revision History:
Jul-29-1999 - Created.
--*/
#ifndef _RTLMIR_HXX
#define _RTLMIR_HXX
enum EMirrorAndRTL
{
kNoMirrorBitmap = NOMIRRORBITMAP,
kExStyleRTLMirrorWnd = WS_EX_LAYOUTRTL,
kExStyleNoInheritLayout = WS_EX_NOINHERITLAYOUT,
kPreserveBitmap = LAYOUT_BITMAPORIENTATIONPRESERVED
};
BOOL
bIsBiDiLocalizedSystem(
VOID
);
BOOL
bIsBiDiLocalizedSystemEx(
LANGID *pLangID
);
BOOL
bIsUILanguageInstalled(
LANGID langId
);
BOOL
bIsWindowMirroredRTL(
HWND hWnd
);
#endif // _RTLMIR_HXX