windows-nt/Source/XPSP1/NT/ds/security/gina/msgina/langicon.h
2020-09-26 16:20:57 +08:00

35 lines
609 B
C

/****************************** Module Header ******************************\
* Module Name: langicon.h
*
* Copyright (c) 1998, Microsoft Corporation
*
* Define apis in langicon.c
*
\***************************************************************************/
//
// Prototypes
//
typedef enum _LAYOUT_USER {
LAYOUT_DEF_USER,
LAYOUT_CUR_USER
} LAYOUT_USER;
#define TIMER_MYLANGUAGECHECK 1
BOOL
DisplayLanguageIcon(
HWND hwnd,
LAYOUT_USER LayoutUser,
HKL hkl);
void
FreeLayoutInfo(
LAYOUT_USER LayoutUser);
void
LayoutCheckHandler(
HWND hwnd,
LAYOUT_USER LayoutUser);