home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / ipc / ddeml / ddeinst / ddeglbl.h < prev    next >
Text File  |  1997-10-05  |  1KB  |  46 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12. /*
  13.    ddeglbl.h
  14. */
  15.  
  16. // Global Declarations
  17. HANDLE           ghModule;
  18. HWND             ghwndMain = (HWND) NULL;
  19. HANDLE           ghAccel;
  20.  
  21. LPSTR            szUserPath = NULL;
  22. LPSTR            szUserGroup = NULL;
  23.  
  24. // Window Handle Globals
  25. HWND             hwndStatus;
  26. HWND             hwndStatusText;
  27. HWND             hwndFileList;
  28. HWND             hwndFileList2;
  29. HWND             hwndAddButton;
  30. HWND             hwndAddGroupButton;
  31. HWND             hwndAddAll;
  32. HWND             hwndExitButton;
  33. HWND             hwndCombo;
  34. HWND             hwndPathList;
  35.  
  36. // Progress Indicator Dialog
  37. HWND             hwndDialog;
  38.  
  39. // DDEML Globals
  40. LONG             lIdInst;
  41. LONG             lIdInst2;
  42.  
  43.  
  44. // Program Flags
  45. BOOL             fBatch = FALSE;
  46.