home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ddkx86v5.zip
/
DDKX86
/
SRC
/
VDH
/
WDHGDATA.INC
< prev
next >
Wrap
Text File
|
1995-04-14
|
2KB
|
58 lines
;*DDK*************************************************************************/
;
; COPYRIGHT (C) Microsoft Corporation, 1989
; COPYRIGHT Copyright (C) 1995 IBM Corporation
;
; The following IBM OS/2 WARP source code is provided to you solely for
; the purpose of assisting you in your development of OS/2 WARP device
; drivers. You may use this code in accordance with the IBM License
; Agreement provided in the IBM Device Driver Source Kit for OS/2. This
; Copyright statement may not be removed.;
;*****************************************************************************/
;/*****************************************************************************
;*
;* SOURCE FILE NAME = WDHGDATA.INC
;*
;* DESCRIPTIVE NAME = Definitions for base video - windows
;*
;*
;* VERSION V2.0
;*
;* DATE
;*
;* DESCRIPTION Definitions for base video - windows
;*
;* FUNCTIONS NONE
;*
;* NOTES NONE
;*
;* STRUCTURES NONE
;*
;* EXTERNAL REFERENCES
;*
;* NONE
;*
;* EXTERNAL FUNCTIONS
;*
;* NONE
;*
;* CHANGE ACTIVITY =
;* DATE FLAG APAR CHANGE DESCRIPTION
;* -------- ---------- ----- --------------------------------------
;* mm/dd/yy @Vr.mpppxx xxxxx xxxxxxx
;*
;*****************************************************************************/
extrn wdh_flags:word ;Global flags
extrn wdh_LISsel:word ;Local Info Segment
extrn wdh_SISsel:word ;System Info Segment
extrn wdh_LastFS:word ;Last Full-screen Session
extrn wdh_keybufsize:word ;Keyboard Buffer Size
extrn wdh_moubufsize:word ;Mouse Buffer Size
extrn wdh_mouevntmask:word ;Mouse Event Mask
extrn Mouse_Name:byte ;
extrn wdh_numcpids:word ;Number of prepared codepages
extrn wdh_cpidcurrnt:word ;current prepared codepage
extrn wdh_cpid1:word ;1st prepared codepage
extrn wdh_cpid2:word ;2nd prepared codepage