home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / SRC_DBCS / VDHWNDW / WDHGDATA.INC < prev    next >
Text File  |  1995-04-14  |  2KB  |  58 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT (C) Microsoft Corporation, 1989
  4. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  5. ;
  6. ;    The following IBM OS/2 WARP source code is provided to you solely for
  7. ;    the purpose of assisting you in your development of OS/2 WARP device
  8. ;    drivers. You may use this code in accordance with the IBM License
  9. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  10. ;    Copyright statement may not be removed.;
  11. ;*****************************************************************************/
  12. ;/*****************************************************************************
  13. ;*
  14. ;* SOURCE FILE NAME = WDHGDATA.INC
  15. ;*
  16. ;* DESCRIPTIVE NAME = Definitions for base video - windows
  17. ;*
  18. ;*
  19. ;* VERSION      V2.0
  20. ;*
  21. ;* DATE         
  22. ;*
  23. ;* DESCRIPTION  Definitions for base video - windows
  24. ;*
  25. ;* FUNCTIONS    NONE
  26. ;*              
  27. ;* NOTES        NONE
  28. ;*
  29. ;* STRUCTURES   NONE
  30. ;*
  31. ;* EXTERNAL REFERENCES
  32. ;*
  33. ;*              NONE
  34. ;*
  35. ;* EXTERNAL FUNCTIONS
  36. ;*
  37. ;*              NONE
  38. ;*
  39. ;* CHANGE ACTIVITY =
  40. ;*   DATE      FLAG        APAR   CHANGE DESCRIPTION
  41. ;*   --------  ----------  -----  --------------------------------------
  42. ;*   mm/dd/yy  @Vr.mpppxx  xxxxx   xxxxxxx
  43. ;*
  44. ;*****************************************************************************/
  45.  
  46. extrn   wdh_flags:word                            ;Global flags
  47. extrn   wdh_LISsel:word                           ;Local Info Segment
  48. extrn   wdh_SISsel:word                           ;System Info Segment
  49. extrn   wdh_LastFS:word                           ;Last Full-screen Session
  50. extrn   wdh_keybufsize:word                       ;Keyboard Buffer Size
  51. extrn   wdh_moubufsize:word                       ;Mouse Buffer Size
  52. extrn   wdh_mouevntmask:word                      ;Mouse Event Mask
  53. extrn   Mouse_Name:byte                           ; 
  54. extrn   wdh_numcpids:word                         ;Number of prepared codepages
  55. extrn   wdh_cpidcurrnt:word                       ;current prepared codepage
  56. extrn   wdh_cpid1:word                            ;1st prepared codepage
  57. extrn   wdh_cpid2:word                            ;2nd prepared codepage
  58.