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.
32 lines
613 B
32 lines
613 B
/****************************** Module Header ******************************\
|
|
* Module Name: langicon.h
|
|
*
|
|
* Copyright (c) 1998, Microsoft Corporation
|
|
*
|
|
* Define apis in langicon.cpp
|
|
*
|
|
\***************************************************************************/
|
|
|
|
//
|
|
// Prototypes
|
|
//
|
|
|
|
typedef enum _LAYOUT_USER {
|
|
LAYOUT_DEF_USER,
|
|
LAYOUT_CUR_USER
|
|
} LAYOUT_USER;
|
|
|
|
#define TIMER_MYLANGUAGECHECK 1
|
|
|
|
BOOL
|
|
DisplayLanguageIcon(
|
|
LAYOUT_USER LayoutUser,
|
|
HKL hkl);
|
|
|
|
void
|
|
FreeLayoutInfo(
|
|
LAYOUT_USER LayoutUser);
|
|
|
|
void
|
|
LayoutCheckHandler(
|
|
LAYOUT_USER LayoutUser);
|