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.
|
|
/****************************** 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);
|