home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / input / ime / multiui / data.c next >
Encoding:
C/C++ Source or Header  |  1997-09-11  |  725 b   |  23 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /*      DATA.C                                                        */
  4. /*                                                                    */
  5. /*      Copyright (c) 1995-1996  Microsoft Corporation                     */
  6. /*                                                                    */
  7. /**********************************************************************/
  8.  
  9. #include "windows.h"
  10. #include "imm.h"
  11. #include "resource.h"
  12.  
  13. HANDLE hInst;
  14. HWND hWndMain;
  15.  
  16. HWND hWndDef1;
  17. HWND hWndDef2;
  18. HWND hWndIMC1;
  19. HWND hWndIMC2;
  20. HWND hWndIMCUI1;
  21. HWND hWndIMCUI2;
  22.  
  23.