/*******************************************************************************
;*******************************************************************************
;**                                                                           **
;**                  COPYRIGHT 2001-2010 NUANCE COMMUNICATIONS                **
;**                                                                           **
;**               NUANCE COMMUNICATIONS PROPRIETARY INFORMATION               **
;**                                                                           **
;**     This software is supplied under the terms of a license agreement      **
;**     or non-disclosure agreement with Nuance Communications and may not    **
;**     be copied or disclosed except in accordance with the terms of that    **
;**     agreement.                                                            **
;**                                                                           **
;**                                                                           **
;*******************************************************************************
;**                                                                           **
;**     FileName: et9ahwr.h                                                   **
;**                                                                           **
;**  Description: Handwriting module for ET9.                                 **
;**                                                                           **
;*******************************************************************************
;******************************************************************************/

#ifndef ET9AHWR_H
#define ET9AHWR_H 1

typedef struct ET9_HWR_LanguageTable_s
{
    ET9U16 wLanguage;       /* XT9 Language ID */
    ET9U32 dwHWRSetting;    /* corresponding HWR language setting */
} ET9_HWR_LanguageTable;


#endif /* ET9AHWR_H */

/* ----------------------------------< eof >--------------------------------- */

