cwindows.inc
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:28k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. ;*
  2. ;* CW : Character Windows
  3. ;*
  4. ;* cwindows.inc : public include file for CW routines/structures
  5. ; Created Mon Aug 29 22:45:00 1988 */ 
  6. pwndMsg equ [word ptr 00000h]
  7. messageMsg equ [word ptr 00002h]
  8. wParamMsg equ [word ptr 00004h]
  9. lParamMsg equ [dword ptr 00006h]
  10. LO_lParamMsg equ [word ptr 00006h]
  11. HI_lParamMsg equ [word ptr 00008h]
  12. timeMsg equ [dword ptr 0000Ah]
  13. LO_timeMsg equ [word ptr 0000Ah]
  14. HI_timeMsg equ [word ptr 0000Ch]
  15. cbMsgMin equ 0000Eh
  16. WM_NULL equ 00000h
  17. WM_CREATE equ 00001h
  18. WM_WANTFOCUS equ 00005h
  19. WM_MAKEACTIVE equ 00006h
  20. WM_SETFOCUS equ 00007h
  21. WM_KILLFOCUS equ 00008h
  22. WM_PAINT equ 0000Fh
  23. WM_QUIT equ 00012h
  24. WM_KEYFIRST equ 00100h
  25. WM_KEYLAST equ 00102h
  26. WM_KEYDOWN equ 00100h
  27. WM_KEYUP equ 00101h
  28. WM_CHAR equ 00102h
  29. WM_CUT equ 00103h
  30. WM_PASTE equ 00104h
  31. WM_COPY equ 00105h
  32. WM_INSERT equ 00106h
  33. WM_MENUIDLE equ 00110h
  34. WM_COMMAND equ 00111h
  35. WM_MENUSELECT equ 00112h
  36. WM_MENUSTART equ 00113h
  37. WM_HSCROLL equ 00114h
  38. WM_VSCROLL equ 00115h
  39. WM_INITMENUPOPUP equ 00116h
  40. WM_ALARM equ 00117h
  41. WM_MOUSEFIRST equ 00200h
  42. WM_LMOUSELAST equ 00203h
  43. WM_MOUSELAST equ 00206h
  44. WM_MOUSEMOVE equ 00200h
  45. WM_LBUTTONDOWN equ 00201h
  46. WM_LBUTTONUP equ 00202h
  47. WM_LBUTTONDBLCLK equ 00203h
  48. WM_RBUTTONDOWN equ 00204h
  49. WM_RBUTTONUP equ 00205h
  50. WM_RBUTTONDBLCLK equ 00206h
  51. EM_SETSEL equ 00300h
  52. EM_GETSEL equ 00301h
  53. WM_ACTIVATE equ 00320h
  54. WM_ZOOM equ 00321h
  55. WM_CLOSE equ 00322h
  56. WM_MOVE equ 00323h
  57. WM_SIZE equ 00324h
  58. WM_DIALOG equ 00380h
  59. WM_LISTBOX_COMMAND equ WM_DIALOG
  60. LB_RESETCONTENT equ 00340h
  61. LB_ADDSTRING equ 00341h
  62. LB_DELETESTRING equ 00342h
  63. LB_SETCURSEL equ 00343h
  64. LB_GETCURSEL equ 00344h
  65. LB_GETTEXT equ 00346h
  66. LB_GETCOUNT equ 00347h
  67. LB_REPLACESTRING equ 00348h
  68. LB_INSERTSTRING equ 00349h
  69. WM_USER equ 00400h
  70. LBN_SELCHANGE equ 0
  71. LBN_DBLCLK equ 1
  72. LBN_SELECT_DONE equ 2
  73. lbrCause equ 0000Fh
  74. lbrNone equ 0
  75. lbrMouse equ 1
  76. lbrScroll equ 2
  77. lbrKeys equ 3
  78. lbrSpace equ 4
  79. lbrOther equ 5
  80. flbrReselect equ 00010h
  81. hemMenu equ 1
  82. hemMenuItem equ 2
  83. hemMbox equ 3
  84. hemDialog equ 4
  85. hemUserMin equ 00010h
  86. isaBackground equ 0
  87. isaHilite equ 1
  88. isaGreyed equ 2
  89. isaEnabled equ 3
  90. isaDisabled equ 4
  91. isaAlert equ 5
  92. isaDialogBox equ 6
  93. isaStatic equ isaDialogBox
  94. isaButton equ isaDialogBox
  95. isaPushButton equ 7
  96. isaButtonDown equ 8
  97. isaListBox equ 9
  98. isaEdit equ isaDialogBox
  99. isaScrollbar equ 10
  100. isaElevator equ 11
  101. isaMenuBox equ 12
  102. isaMenu equ 13
  103. isaMenuSelected equ 14
  104. isaMenuHilite equ 15
  105. isaMenuHiliteSel equ 16
  106. isaItemHiliteSel equ 17
  107. isaDialogAccel equ 18
  108. isaShadow equ 19
  109. isaUserMin equ 20
  110. isaUserMax equ (isaUserMin + 16)
  111. isaMax equ isaUserMax
  112. SBS_HORZ equ 0
  113. SBS_VERT equ 1
  114. SB_LINEUP equ 0
  115. SB_LINEDOWN equ 1
  116. SB_PAGEUP equ 2
  117. SB_PAGEDOWN equ 3
  118. SB_THUMBPOSITION equ 4
  119. SB_THUMBTRACK equ 5
  120. SB_TOP equ 6
  121. SB_BOTTOM equ 7
  122. SB_ENDSCROLL equ 8
  123. dmNormal equ 0
  124. dmText equ 00100h
  125. dmTextOnly equ dmText
  126. dmForeBack equ 00200h
  127. dmAttrOnly equ dmForeBack
  128. dmFore equ 00300h
  129. dmBack equ 00400h
  130. dmTextFore equ 00500h
  131. dmTextBack equ 00600h
  132. dmSpecialMin equ 00700h
  133. dmTextMapB equ 00700h
  134. dmTextMapF equ 00800h
  135. dmMapB equ 00900h
  136. dmMapF equ 00A00h
  137. fdmKeepFfont equ 08000h
  138. VK_MIN equ 00100h
  139. VK_LBUTTON equ 00101h
  140. VK_RBUTTON equ 00102h
  141. VK_CANCEL equ 00103h
  142. VK_MBUTTON equ 00104h
  143. VK_BACK equ 00108h
  144. VK_TAB equ 00109h
  145. VK_CLEAR equ 0010Ch
  146. VK_RETURN equ 0010Dh
  147. VK_SHIFT equ 00110h
  148. VK_CONTROL equ 00111h
  149. VK_ALT equ 00112h
  150. VK_PAUSE equ 00113h
  151. VK_CAPLOCK equ 00114h
  152. VK_KANA equ 00115h
  153. VK_ROMAJI equ 00116h
  154. VK_ZENKAKU equ 00117h
  155. VK_HIRAGANA equ 00118h
  156. VK_KANJI equ 00119h
  157. VK_CONVERT equ 0011Ch
  158. VK_NONCONVERT equ 0011Dh
  159. VK_ACCEPT equ 0011Eh
  160. VK_MODECHANGE equ 0011Fh
  161. VK_ESCAPE equ 0011Bh
  162. VK_SPACE equ 00120h
  163. VK_PRIOR equ 00121h
  164. VK_NEXT equ 00122h
  165. VK_END equ 00123h
  166. VK_HOME equ 00124h
  167. VK_LEFT equ 00125h
  168. VK_UP equ 00126h
  169. VK_RIGHT equ 00127h
  170. VK_DOWN equ 00128h
  171. VK_0 equ 00130h
  172. VK_9 equ 00139h
  173. VK_A equ 00141h
  174. VK_Z equ 0015Ah
  175. VK_SELECT equ 00129h
  176. VK_PRINT equ 0012Ah
  177. VK_EXECUTE equ 0012Bh
  178. VK_INSERT equ 0012Dh
  179. VK_DELETE equ 0012Eh
  180. VK_HELP equ 0012Fh
  181. VK_NUMPAD0 equ 00160h
  182. VK_NUMPAD1 equ 00161h
  183. VK_NUMPAD2 equ 00162h
  184. VK_NUMPAD3 equ 00163h
  185. VK_NUMPAD4 equ 00164h
  186. VK_NUMPAD5 equ 00165h
  187. VK_NUMPAD6 equ 00166h
  188. VK_NUMPAD7 equ 00167h
  189. VK_NUMPAD8 equ 00168h
  190. VK_NUMPAD9 equ 00169h
  191. VK_MULTIPLY equ 0016Ah
  192. VK_ADD equ 0016Bh
  193. VK_SEPARATOR equ 0016Ch
  194. VK_SUBTRACT equ 0016Dh
  195. VK_DECIMAL equ 0016Eh
  196. VK_DIVIDE equ 0016Fh
  197. VK_F1 equ 00170h
  198. VK_F2 equ 00171h
  199. VK_F3 equ 00172h
  200. VK_F4 equ 00173h
  201. VK_F5 equ 00174h
  202. VK_F6 equ 00175h
  203. VK_F7 equ 00176h
  204. VK_F8 equ 00177h
  205. VK_F9 equ 00178h
  206. VK_F10 equ 00179h
  207. VK_F11 equ 0017Ah
  208. VK_F12 equ 0017Bh
  209. VK_F13 equ 0017Ch
  210. VK_F14 equ 0017Dh
  211. VK_F15 equ 0017Eh
  212. VK_F16 equ 0017Fh
  213. VK_OAX equ 00180h
  214. VK_NUMLOCK equ 00190h
  215. VK_SCRLOCK equ 00191h
  216. VK_MENU equ VK_ALT
  217. VK_CAPITAL equ VK_CAPLOCK
  218. VK_OEM_NUMBER equ VK_NUMLOCK
  219. VK_OEM_SCROLL equ VK_SCRLOCK
  220. VK_SEPARATER equ VK_SEPARATOR
  221. ichSelectEnd equ (07FFFh)
  222. EN_CHANGE equ 1
  223. EN_CURSORMOVED equ 2
  224. fmemFixed equ 1
  225. fmemNear equ 2
  226. cbNearMemServiceMax equ 128
  227. indtNil equ 0
  228. indtKeyboard equ 1
  229. indtCharacterScreen equ 2
  230. indtGraphicScreen equ 3
  231. indtCharacterPrinter equ 4
  232. indtGraphicPrinter equ 5
  233. indtSystem equ 6
  234. indtSerialComm equ 7
  235. indtIndv equ [byte ptr 00000h]
  236. fillerIndv equ [byte ptr 00001h]
  237. rglpfnIndv equ [word ptr 00002h]
  238. cpfnNeedMinIndv equ [word ptr 00004h]
  239. cpfnNeedMacIndv equ [word ptr 00006h]
  240. psLoadedIndv equ [word ptr 00008h]
  241. cpfnLoadedIndv equ [word ptr 0000Ah]
  242. cbIndvMin equ 0000Ch
  243. rgchMagicIndh equ [dword ptr 00000h]
  244. LO_rgchMagicIndh equ [word ptr 00000h]
  245. HI_rgchMagicIndh equ [word ptr 00002h]
  246. dlfaTableIndh equ [dword ptr 00004h]
  247. LO_dlfaTableIndh equ [word ptr 00004h]
  248. HI_dlfaTableIndh equ [word ptr 00006h]
  249. cbIndhMin equ 00008h
  250. indtInds equ [byte ptr 00000h]
  251. floadInds equ [byte ptr 00001h]
  252. cbCodeInds equ [word ptr 00002h]
  253. dlfaCodeInds equ [dword ptr 00004h]
  254. LO_dlfaCodeInds equ [word ptr 00004h]
  255. HI_dlfaCodeInds equ [word ptr 00006h]
  256. cbIndsMin equ 00008h
  257. rgchMagicIndt equ [dword ptr 00000h]
  258. LO_rgchMagicIndt equ [word ptr 00000h]
  259. HI_rgchMagicIndt equ [word ptr 00002h]
  260. cindsIndt equ [word ptr 00004h]
  261. rgindsIndt equ [00006h]
  262. cbIndtMin equ 0000Eh
  263. floadFixed equ 1
  264. floadRealMode equ 00010h
  265. floadProtMode equ 00020h
  266. floadAnyMode equ (floadRealMode or floadProtMode)
  267. floadStandard equ 00080h
  268. sdGlisInos equ [word ptr 00000h]
  269. sdLoisInos equ [word ptr 00002h]
  270. cpfnInos equ [word ptr 00004h]
  271. lpfnDosGetVersionInos equ [dword ptr 00006h]
  272. OFF_lpfnDosGetVersionInos equ [word ptr 00006h]
  273. SEG_lpfnDosGetVersionInos equ [word ptr 00008h]
  274. lpfnDosGetEnvInos equ [dword ptr 0000Ah]
  275. OFF_lpfnDosGetEnvInos equ [word ptr 0000Ah]
  276. SEG_lpfnDosGetEnvInos equ [word ptr 0000Ch]
  277. lpfnDosDevConfigInos equ [dword ptr 0000Eh]
  278. OFF_lpfnDosDevConfigInos equ [word ptr 0000Eh]
  279. SEG_lpfnDosDevConfigInos equ [word ptr 00010h]
  280. lpfnDosGetCtryInfoInos equ [dword ptr 00012h]
  281. OFF_lpfnDosGetCtryInfoInos equ [word ptr 00012h]
  282. SEG_lpfnDosGetCtryInfoInos equ [word ptr 00014h]
  283. lpfnDosGetDBCSEvInos equ [dword ptr 00016h]
  284. OFF_lpfnDosGetDBCSEvInos equ [word ptr 00016h]
  285. SEG_lpfnDosGetDBCSEvInos equ [word ptr 00018h]
  286. lpfnDosGetInfoSegInos equ [dword ptr 0001Ah]
  287. OFF_lpfnDosGetInfoSegInos equ [word ptr 0001Ah]
  288. SEG_lpfnDosGetInfoSegInos equ [word ptr 0001Ch]
  289. lpfnDosDevIOCtlInos equ [dword ptr 0001Eh]
  290. OFF_lpfnDosDevIOCtlInos equ [word ptr 0001Eh]
  291. SEG_lpfnDosDevIOCtlInos equ [word ptr 00020h]
  292. lpfnDosPortAccessInos equ [dword ptr 00022h]
  293. OFF_lpfnDosPortAccessInos equ [word ptr 00022h]
  294. SEG_lpfnDosPortAccessInos equ [word ptr 00024h]
  295. lpfnDosGetModHandleInos equ [dword ptr 00026h]
  296. OFF_lpfnDosGetModHandleInos equ [word ptr 00026h]
  297. SEG_lpfnDosGetModHandleInos equ [word ptr 00028h]
  298. lpfnDosLoadModuleInos equ [dword ptr 0002Ah]
  299. OFF_lpfnDosLoadModuleInos equ [word ptr 0002Ah]
  300. SEG_lpfnDosLoadModuleInos equ [word ptr 0002Ch]
  301. lpfnDosGetProcAddrInos equ [dword ptr 0002Eh]
  302. OFF_lpfnDosGetProcAddrInos equ [word ptr 0002Eh]
  303. SEG_lpfnDosGetProcAddrInos equ [word ptr 00030h]
  304. lpfnDosCreateThreadInos equ [dword ptr 00032h]
  305. OFF_lpfnDosCreateThreadInos equ [word ptr 00032h]
  306. SEG_lpfnDosCreateThreadInos equ [word ptr 00034h]
  307. lpfnDosSetPrtyInos equ [dword ptr 00036h]
  308. OFF_lpfnDosSetPrtyInos equ [word ptr 00036h]
  309. SEG_lpfnDosSetPrtyInos equ [word ptr 00038h]
  310. lpfnDosExitInos equ [dword ptr 0003Ah]
  311. OFF_lpfnDosExitInos equ [word ptr 0003Ah]
  312. SEG_lpfnDosExitInos equ [word ptr 0003Ch]
  313. lpfnDosOpenInos equ [dword ptr 0003Eh]
  314. OFF_lpfnDosOpenInos equ [word ptr 0003Eh]
  315. SEG_lpfnDosOpenInos equ [word ptr 00040h]
  316. lpfnDosCloseInos equ [dword ptr 00042h]
  317. OFF_lpfnDosCloseInos equ [word ptr 00042h]
  318. SEG_lpfnDosCloseInos equ [word ptr 00044h]
  319. lpfnDosReadInos equ [dword ptr 00046h]
  320. OFF_lpfnDosReadInos equ [word ptr 00046h]
  321. SEG_lpfnDosReadInos equ [word ptr 00048h]
  322. lpfnDosWriteInos equ [dword ptr 0004Ah]
  323. OFF_lpfnDosWriteInos equ [word ptr 0004Ah]
  324. SEG_lpfnDosWriteInos equ [word ptr 0004Ch]
  325. lpfnDosMonOpenInos equ [dword ptr 0004Eh]
  326. OFF_lpfnDosMonOpenInos equ [word ptr 0004Eh]
  327. SEG_lpfnDosMonOpenInos equ [word ptr 00050h]
  328. lpfnDosMonCloseInos equ [dword ptr 00052h]
  329. OFF_lpfnDosMonCloseInos equ [word ptr 00052h]
  330. SEG_lpfnDosMonCloseInos equ [word ptr 00054h]
  331. lpfnDosMonRegInos equ [dword ptr 00056h]
  332. OFF_lpfnDosMonRegInos equ [word ptr 00056h]
  333. SEG_lpfnDosMonRegInos equ [word ptr 00058h]
  334. lpfnDosMonReadInos equ [dword ptr 0005Ah]
  335. OFF_lpfnDosMonReadInos equ [word ptr 0005Ah]
  336. SEG_lpfnDosMonReadInos equ [word ptr 0005Ch]
  337. lpfnDosMonWriteInos equ [dword ptr 0005Eh]
  338. OFF_lpfnDosMonWriteInos equ [word ptr 0005Eh]
  339. SEG_lpfnDosMonWriteInos equ [word ptr 00060h]
  340. lpfnDosAllocSegInos equ [dword ptr 00062h]
  341. OFF_lpfnDosAllocSegInos equ [word ptr 00062h]
  342. SEG_lpfnDosAllocSegInos equ [word ptr 00064h]
  343. lpfnDosReAllocSegInos equ [dword ptr 00066h]
  344. OFF_lpfnDosReAllocSegInos equ [word ptr 00066h]
  345. SEG_lpfnDosReAllocSegInos equ [word ptr 00068h]
  346. lpfnDosFreeSegInos equ [dword ptr 0006Ah]
  347. OFF_lpfnDosFreeSegInos equ [word ptr 0006Ah]
  348. SEG_lpfnDosFreeSegInos equ [word ptr 0006Ch]
  349. lpfnVioGetBufInos equ [dword ptr 0006Eh]
  350. OFF_lpfnVioGetBufInos equ [word ptr 0006Eh]
  351. SEG_lpfnVioGetBufInos equ [word ptr 00070h]
  352. lpfnVioShowBufInos equ [dword ptr 00072h]
  353. OFF_lpfnVioShowBufInos equ [word ptr 00072h]
  354. SEG_lpfnVioShowBufInos equ [word ptr 00074h]
  355. lpfnVioGetConfigInos equ [dword ptr 00076h]
  356. OFF_lpfnVioGetConfigInos equ [word ptr 00076h]
  357. SEG_lpfnVioGetConfigInos equ [word ptr 00078h]
  358. lpfnVioGetModeInos equ [dword ptr 0007Ah]
  359. OFF_lpfnVioGetModeInos equ [word ptr 0007Ah]
  360. SEG_lpfnVioGetModeInos equ [word ptr 0007Ch]
  361. lpfnVioSetModeInos equ [dword ptr 0007Eh]
  362. OFF_lpfnVioSetModeInos equ [word ptr 0007Eh]
  363. SEG_lpfnVioSetModeInos equ [word ptr 00080h]
  364. lpfnVioGetStateInos equ [dword ptr 00082h]
  365. OFF_lpfnVioGetStateInos equ [word ptr 00082h]
  366. SEG_lpfnVioGetStateInos equ [word ptr 00084h]
  367. lpfnVioSetStateInos equ [dword ptr 00086h]
  368. OFF_lpfnVioSetStateInos equ [word ptr 00086h]
  369. SEG_lpfnVioSetStateInos equ [word ptr 00088h]
  370. lpfnVioGetCurTypeInos equ [dword ptr 0008Ah]
  371. OFF_lpfnVioGetCurTypeInos equ [word ptr 0008Ah]
  372. SEG_lpfnVioGetCurTypeInos equ [word ptr 0008Ch]
  373. lpfnVioSetCurTypeInos equ [dword ptr 0008Eh]
  374. OFF_lpfnVioSetCurTypeInos equ [word ptr 0008Eh]
  375. SEG_lpfnVioSetCurTypeInos equ [word ptr 00090h]
  376. lpfnVioGetCurPosInos equ [dword ptr 00092h]
  377. OFF_lpfnVioGetCurPosInos equ [word ptr 00092h]
  378. SEG_lpfnVioGetCurPosInos equ [word ptr 00094h]
  379. lpfnVioSetCurPosInos equ [dword ptr 00096h]
  380. OFF_lpfnVioSetCurPosInos equ [word ptr 00096h]
  381. SEG_lpfnVioSetCurPosInos equ [word ptr 00098h]
  382. lpfnVioGetFontInos equ [dword ptr 0009Ah]
  383. OFF_lpfnVioGetFontInos equ [word ptr 0009Ah]
  384. SEG_lpfnVioGetFontInos equ [word ptr 0009Ch]
  385. lpfnVioSetFontInos equ [dword ptr 0009Eh]
  386. OFF_lpfnVioSetFontInos equ [word ptr 0009Eh]
  387. SEG_lpfnVioSetFontInos equ [word ptr 000A0h]
  388. lpfnVioGetCPInos equ [dword ptr 000A2h]
  389. OFF_lpfnVioGetCPInos equ [word ptr 000A2h]
  390. SEG_lpfnVioGetCPInos equ [word ptr 000A4h]
  391. lpfnVioSetCPInos equ [dword ptr 000A6h]
  392. OFF_lpfnVioSetCPInos equ [word ptr 000A6h]
  393. SEG_lpfnVioSetCPInos equ [word ptr 000A8h]
  394. lpfnVioScrollUpInos equ [dword ptr 000AAh]
  395. OFF_lpfnVioScrollUpInos equ [word ptr 000AAh]
  396. SEG_lpfnVioScrollUpInos equ [word ptr 000ACh]
  397. lpfnKbdOpenInos equ [dword ptr 000AEh]
  398. OFF_lpfnKbdOpenInos equ [word ptr 000AEh]
  399. SEG_lpfnKbdOpenInos equ [word ptr 000B0h]
  400. lpfnKbdCloseInos equ [dword ptr 000B2h]
  401. OFF_lpfnKbdCloseInos equ [word ptr 000B2h]
  402. SEG_lpfnKbdCloseInos equ [word ptr 000B4h]
  403. lpfnKbdCharInInos equ [dword ptr 000B6h]
  404. OFF_lpfnKbdCharInInos equ [word ptr 000B6h]
  405. SEG_lpfnKbdCharInInos equ [word ptr 000B8h]
  406. lpfnKbdGetStatusInos equ [dword ptr 000BAh]
  407. OFF_lpfnKbdGetStatusInos equ [word ptr 000BAh]
  408. SEG_lpfnKbdGetStatusInos equ [word ptr 000BCh]
  409. lpfnKbdSetStatusInos equ [dword ptr 000BEh]
  410. OFF_lpfnKbdSetStatusInos equ [word ptr 000BEh]
  411. SEG_lpfnKbdSetStatusInos equ [word ptr 000C0h]
  412. lpfnDosBeepInos equ [dword ptr 000C2h]
  413. OFF_lpfnDosBeepInos equ [word ptr 000C2h]
  414. SEG_lpfnDosBeepInos equ [word ptr 000C4h]
  415. lpfnVioGetPhysBufInos equ [dword ptr 000C6h]
  416. OFF_lpfnVioGetPhysBufInos equ [word ptr 000C6h]
  417. SEG_lpfnVioGetPhysBufInos equ [word ptr 000C8h]
  418. lpfnCwBeginIOInos equ [dword ptr 000CAh]
  419. OFF_lpfnCwBeginIOInos equ [word ptr 000CAh]
  420. SEG_lpfnCwBeginIOInos equ [word ptr 000CCh]
  421. lpfnCwEndIOInos equ [dword ptr 000CEh]
  422. OFF_lpfnCwEndIOInos equ [word ptr 000CEh]
  423. SEG_lpfnCwEndIOInos equ [word ptr 000D0h]
  424. cbInosMin equ 000D2h
  425. cpfnIncs equ [word ptr 00000h]
  426. cbIncsMin equ 00002h
  427. lpwDataInsh equ [dword ptr 00000h]
  428. LO_lpwDataInsh equ [word ptr 00000h]
  429. HI_lpwDataInsh equ [word ptr 00002h]
  430. pinosInsh equ [word ptr 00004h]
  431. pincsInsh equ [word ptr 00006h]
  432. cpfnInsh equ [word ptr 00008h]
  433. cbInshMin equ 0000Ah
  434. dxCharInft equ [byte ptr 00000h]
  435. dyCharInft equ [byte ptr 00001h]
  436. dyBaseLineInft equ [byte ptr 00002h]
  437. ifontInft equ [byte ptr 00003h]
  438. cbInftMin equ 00004h
  439. finstText equ 1
  440. finstGraphics equ 2
  441. finstMonochrome equ 4
  442. finstAlternate equ 8
  443. finstFont equ 00010h
  444. finstCgaSnow equ 00020h
  445. finstDisableMouse equ 01000h
  446. finstFastScroll equ 02000h
  447. finstQuestionable equ 04000h
  448. finstAvailable equ 08000h
  449. finstInst equ [word ptr 00000h]
  450. axMacInst equ [byte ptr 00002h]
  451. ayMacInst equ [byte ptr 00003h]
  452. coMacInst equ [byte ptr 00004h]
  453. covMacInst equ [byte ptr 00005h]
  454. coiMacInst equ [word ptr 00006h]
  455. imodeInst equ [word ptr 00008h]
  456. inftInst equ [dword ptr 0000Ah]
  457. LO_inftInst equ [word ptr 0000Ah]
  458. HI_inftInst equ [word ptr 0000Ch]
  459. ffontSupportedInst equ [word ptr 0000Eh]
  460. psPrimInst equ [word ptr 00010h]
  461. psSecInst equ [word ptr 00012h]
  462. cwExtraInst equ [word ptr 00014h]
  463. psExtraInst equ [word ptr 00016h]
  464. bits0Inst equ [word ptr 00018h]
  465. bits0recInst record fillerInst:15,fAllocPrimInst:1
  466. wDriver1Inst equ [word ptr 0001Ah]
  467. reserved2Inst equ [0001Ch]
  468. cbInstMin equ 0002Ah
  469. imodeUnknown equ 0FFFFh
  470. _chTopLeftCorner1Inch equ [byte ptr 00000h]
  471. _chTopRightCorner1Inch equ [byte ptr 00001h]
  472. _chBottomLeftCorner1Inch equ [byte ptr 00002h]
  473. _chBottomRightCorner1Inch equ [byte ptr 00003h]
  474. _chTopSide1Inch equ [byte ptr 00004h]
  475. _chBottomSide1Inch equ [byte ptr 00005h]
  476. _chLeftSide1Inch equ [byte ptr 00006h]
  477. _chRightSide1Inch equ [byte ptr 00007h]
  478. _chMiddleLeft1Inch equ [byte ptr 00008h]
  479. _chMiddleRight1Inch equ [byte ptr 00009h]
  480. _chTopLeftCorner2Inch equ [byte ptr 0000Ah]
  481. _chTopRightCorner2Inch equ [byte ptr 0000Bh]
  482. _chBottomLeftCorner2Inch equ [byte ptr 0000Ch]
  483. _chBottomRightCorner2Inch equ [byte ptr 0000Dh]
  484. _chTopSide2Inch equ [byte ptr 0000Eh]
  485. _chBottomSide2Inch equ [byte ptr 0000Fh]
  486. _chLeftSide2Inch equ [byte ptr 00010h]
  487. _chRightSide2Inch equ [byte ptr 00011h]
  488. _chUpArrowInch equ [byte ptr 00012h]
  489. _chDownArrowInch equ [byte ptr 00013h]
  490. _chLeftArrowInch equ [byte ptr 00014h]
  491. _chRightArrowInch equ [byte ptr 00015h]
  492. _chBulletInch equ [byte ptr 00016h]
  493. _chMiddleDotInch equ [byte ptr 00017h]
  494. _chScrollbarInch equ [byte ptr 00018h]
  495. _chElevatorInch equ [byte ptr 00019h]
  496. _chShadowInitInch equ [byte ptr 0001Ah]
  497. _chCloseInch equ [byte ptr 0001Bh]
  498. _chZoomInInch equ [byte ptr 0001Ch]
  499. _chZoomOutInch equ [byte ptr 0001Dh]
  500. _chUpDownArrowInch equ [byte ptr 0001Eh]
  501. _chLeftRightArrowInch equ [byte ptr 0001Fh]
  502. reservedInch equ [00020h]
  503. cbInchMin equ 00040h
  504. ffontNormal equ 00000h
  505. ffontUnderline equ 00001h
  506. ffontDoubleUnderline equ 00002h
  507. ffontOrUnderline equ 00003h
  508. ffontStrikeThrough equ 00004h
  509. ffontBold equ 00008h
  510. ffontSubscript equ 00010h
  511. ffontSuperscript equ 00020h
  512. ffontMiniCap equ 00030h
  513. ffontItalic equ 00040h
  514. ffontOrCharacter equ 00080h
  515. ffontReservedBits equ 00F00h
  516. ffontExtraMask equ 0F000h
  517. ffontOrUnderlineSupport equ 01000h
  518. fvidsChAttr equ 1
  519. modeVids equ [byte ptr 00000h]
  520. pageVids equ [byte ptr 00001h]
  521. fvidsVids equ [word ptr 00002h]
  522. cwVidDataVids equ [word ptr 00004h]
  523. cwExtraVids equ [word ptr 00006h]
  524. rgwExtraVids equ [word ptr 00008h]
  525. cbVidsMin equ 0000Ah
  526. lpfnImodeGuessCurrentCsdInsj equ [dword ptr 00000h]
  527. OFF_lpfnImodeGuessCurrentCsdInsj equ [word ptr 00000h]
  528. SEG_lpfnImodeGuessCurrentCsdInsj equ [word ptr 00002h]
  529. lpfnFQueryInstCsdInsj equ [dword ptr 00004h]
  530. OFF_lpfnFQueryInstCsdInsj equ [word ptr 00004h]
  531. SEG_lpfnFQueryInstCsdInsj equ [word ptr 00006h]
  532. lpfnFInitCsdInsj equ [dword ptr 00008h]
  533. OFF_lpfnFInitCsdInsj equ [word ptr 00008h]
  534. SEG_lpfnFInitCsdInsj equ [word ptr 0000Ah]
  535. lpfnTermCsdInsj equ [dword ptr 0000Ch]
  536. OFF_lpfnTermCsdInsj equ [word ptr 0000Ch]
  537. SEG_lpfnTermCsdInsj equ [word ptr 0000Eh]
  538. lpfnMoveHwCursCsdInsj equ [dword ptr 00010h]
  539. OFF_lpfnMoveHwCursCsdInsj equ [word ptr 00010h]
  540. SEG_lpfnMoveHwCursCsdInsj equ [word ptr 00012h]
  541. lpfnFQueryInftCsdInsj equ [dword ptr 00014h]
  542. OFF_lpfnFQueryInftCsdInsj equ [word ptr 00014h]
  543. SEG_lpfnFQueryInftCsdInsj equ [word ptr 00016h]
  544. lpfnFGetColorPaletteCsdInsj equ [dword ptr 00018h]
  545. OFF_lpfnFGetColorPaletteCsdInsj equ [word ptr 00018h]
  546. SEG_lpfnFGetColorPaletteCsdInsj equ [word ptr 0001Ah]
  547. lpfnSetColorPaletteCsdInsj equ [dword ptr 0001Ch]
  548. OFF_lpfnSetColorPaletteCsdInsj equ [word ptr 0001Ch]
  549. SEG_lpfnSetColorPaletteCsdInsj equ [word ptr 0001Eh]
  550. lpfnPrepUpdateCsdInsj equ [dword ptr 00020h]
  551. OFF_lpfnPrepUpdateCsdInsj equ [word ptr 00020h]
  552. SEG_lpfnPrepUpdateCsdInsj equ [word ptr 00022h]
  553. lpfnDoUpdateCsdInsj equ [dword ptr 00024h]
  554. OFF_lpfnDoUpdateCsdInsj equ [word ptr 00024h]
  555. SEG_lpfnDoUpdateCsdInsj equ [word ptr 00026h]
  556. lpfnDoneUpdateCsdInsj equ [dword ptr 00028h]
  557. OFF_lpfnDoneUpdateCsdInsj equ [word ptr 00028h]
  558. SEG_lpfnDoneUpdateCsdInsj equ [word ptr 0002Ah]
  559. lpfnSpecialUpdateCsdInsj equ [dword ptr 0002Ch]
  560. OFF_lpfnSpecialUpdateCsdInsj equ [word ptr 0002Ch]
  561. SEG_lpfnSpecialUpdateCsdInsj equ [word ptr 0002Eh]
  562. lpfnCbSizeVidsCsdInsj equ [dword ptr 00030h]
  563. OFF_lpfnCbSizeVidsCsdInsj equ [word ptr 00030h]
  564. SEG_lpfnCbSizeVidsCsdInsj equ [word ptr 00032h]
  565. lpfnFSaveVidsCsdInsj equ [dword ptr 00034h]
  566. OFF_lpfnFSaveVidsCsdInsj equ [word ptr 00034h]
  567. SEG_lpfnFSaveVidsCsdInsj equ [word ptr 00036h]
  568. lpfnFRestoreVidsCsdInsj equ [dword ptr 00038h]
  569. OFF_lpfnFRestoreVidsCsdInsj equ [word ptr 00038h]
  570. SEG_lpfnFRestoreVidsCsdInsj equ [word ptr 0003Ah]
  571. lpfnSaveVidDataCsdInsj equ [dword ptr 0003Ch]
  572. OFF_lpfnSaveVidDataCsdInsj equ [word ptr 0003Ch]
  573. SEG_lpfnSaveVidDataCsdInsj equ [word ptr 0003Eh]
  574. lpfnRestoreVidDataCsdInsj equ [dword ptr 00040h]
  575. OFF_lpfnRestoreVidDataCsdInsj equ [word ptr 00040h]
  576. SEG_lpfnRestoreVidDataCsdInsj equ [word ptr 00042h]
  577. lpfnEnableVidsMonitorCsdInsj equ [dword ptr 00044h]
  578. OFF_lpfnEnableVidsMonitorCsdInsj equ [word ptr 00044h]
  579. SEG_lpfnEnableVidsMonitorCsdInsj equ [word ptr 00046h]
  580. lpfnBltArcCsdInsj equ [dword ptr 00048h]
  581. OFF_lpfnBltArcCsdInsj equ [word ptr 00048h]
  582. SEG_lpfnBltArcCsdInsj equ [word ptr 0004Ah]
  583. lpfnGetCharMapCsdInsj equ [dword ptr 0004Ch]
  584. OFF_lpfnGetCharMapCsdInsj equ [word ptr 0004Ch]
  585. SEG_lpfnGetCharMapCsdInsj equ [word ptr 0004Eh]
  586. cbInsjMin equ 00050h
  587. cpfnCsdMin equ 20
  588. KK_EXTENDED equ 08000h
  589. KK_CAPLOCK equ 04000h
  590. KK_NUMLOCK equ 02000h
  591. KK_SCRLOCK equ 01000h
  592. KK_ALT equ 00800h
  593. KK_CONTROL equ 00400h
  594. KK_SHIFT equ 00200h
  595. KK_VK equ 001FFh
  596. KK_SC equ 000FFh
  597. lpfnKeyboardMessageInkb equ [dword ptr 00000h]
  598. OFF_lpfnKeyboardMessageInkb equ [word ptr 00000h]
  599. SEG_lpfnKeyboardMessageInkb equ [word ptr 00002h]
  600. lpfnFTestKeyboardEmptyInkb equ [dword ptr 00004h]
  601. OFF_lpfnFTestKeyboardEmptyInkb equ [word ptr 00004h]
  602. SEG_lpfnFTestKeyboardEmptyInkb equ [word ptr 00006h]
  603. lpfnSpecialAbortInkb equ [dword ptr 00008h]
  604. OFF_lpfnSpecialAbortInkb equ [word ptr 00008h]
  605. SEG_lpfnSpecialAbortInkb equ [word ptr 0000Ah]
  606. fAbortInkb equ [word ptr 0000Ch]
  607. fPollKeyboardInkb equ [word ptr 0000Eh]
  608. fKeyIsUpInkb equ [byte ptr 00010h]
  609. fKeyWasUpInkb equ [byte ptr 00011h]
  610. wRateKeyRepeatInkb equ [word ptr 00012h]
  611. fNormalKeyboardInkb equ [word ptr 00014h]
  612. fNonAltKeyHitInkb equ [byte ptr 00016h]
  613. fDisableExtendedInkb equ [word ptr 00018h]
  614. cbInkbMin equ 0001Ah
  615. pfnEnableKeyboardKbdInkj equ [dword ptr 00000h]
  616. OFF_pfnEnableKeyboardKbdInkj equ [word ptr 00000h]
  617. SEG_pfnEnableKeyboardKbdInkj equ [word ptr 00002h]
  618. pfnPollKeyboardKbdInkj equ [dword ptr 00004h]
  619. OFF_pfnPollKeyboardKbdInkj equ [word ptr 00004h]
  620. SEG_pfnPollKeyboardKbdInkj equ [word ptr 00006h]
  621. pfnFlushKeyRgchKbdInkj equ [dword ptr 00008h]
  622. OFF_pfnFlushKeyRgchKbdInkj equ [word ptr 00008h]
  623. SEG_pfnFlushKeyRgchKbdInkj equ [word ptr 0000Ah]
  624. pfnMkGetShiftStatesKbdInkj equ [dword ptr 0000Ch]
  625. OFF_pfnMkGetShiftStatesKbdInkj equ [word ptr 0000Ch]
  626. SEG_pfnMkGetShiftStatesKbdInkj equ [word ptr 0000Eh]
  627. pfnSetShiftKkKbdInkj equ [dword ptr 00010h]
  628. OFF_pfnSetShiftKkKbdInkj equ [word ptr 00010h]
  629. SEG_pfnSetShiftKkKbdInkj equ [word ptr 00012h]
  630. pfnChAlternateKeytopKbdInkj equ [dword ptr 00014h]
  631. OFF_pfnChAlternateKeytopKbdInkj equ [word ptr 00014h]
  632. SEG_pfnChAlternateKeytopKbdInkj equ [word ptr 00016h]
  633. cbInkjMin equ 00018h
  634. cpfnKbdMin equ 6
  635. lpfnDoSoundSydInyj equ [dword ptr 00000h]
  636. OFF_lpfnDoSoundSydInyj equ [word ptr 00000h]
  637. SEG_lpfnDoSoundSydInyj equ [word ptr 00002h]
  638. lpfnLGetTimeSydInyj equ [dword ptr 00004h]
  639. OFF_lpfnLGetTimeSydInyj equ [word ptr 00004h]
  640. SEG_lpfnLGetTimeSydInyj equ [word ptr 00006h]
  641. cbInyjMin equ 00008h
  642. cpfnSydMin equ 2
  643. colHotMcb equ [word ptr 00000h]
  644. rowHotMcb equ [word ptr 00002h]
  645. rgwAndMaskGfxMcb equ [00004h]
  646. rgwXorMaskGfxMcb equ [00024h]
  647. wAndMaskTextMcb equ [word ptr 00044h]
  648. wXorMaskTextMcb equ [word ptr 00046h]
  649. cbMcbMin equ 00048h
  650. leftXMcob equ [word ptr 00000h]
  651. upperYMcob equ [word ptr 00002h]
  652. rightXMcob equ [word ptr 00004h]
  653. lowerYMcob equ [word ptr 00006h]
  654. cbMcobMin equ 00008h
  655. MK_LBUTTON equ 00001h
  656. MK_RBUTTON equ 00002h
  657. MK_SHIFT equ 00004h
  658. MK_CONTROL equ 00008h
  659. MK_MBUTTON equ 00010h
  660. MK_NONCLIENT equ 00060h
  661. MK_NONCLIENT_X equ 00020h
  662. MK_NONCLIENT_Y equ 00040h
  663. MK_MENU equ 08000h
  664. rerrOk equ 0
  665. rerrBadFile equ 2
  666. rerrBadPath equ 3
  667. rerrNoMemory equ 8
  668. rerrBadFormat equ 11
  669. rerrBadRead equ 30
  670. rerrBadVersion equ 90
  671. rerrBadMemReq equ 91
  672. xGpt equ [word ptr 00000h]
  673. yGpt equ [word ptr 00002h]
  674. cbGptMin equ 00004h
  675. xLeftRect equ [word ptr 00000h]
  676. yTopRect equ [word ptr 00002h]
  677. xRightRect equ [word ptr 00004h]
  678. yBottomRect equ [word ptr 00006h]
  679. cbRectMin equ 00008h
  680. cbPolygon equ [word ptr 00000h]
  681. rectBoundPolygon equ [00002h]
  682. rggptPolygon equ [dword ptr 0000Ah]
  683. LO_rggptPolygon equ [word ptr 0000Ah]
  684. HI_rggptPolygon equ [word ptr 0000Ch]
  685. cbPolygonMin equ 0000Eh
  686. cpenMax equ 41
  687. icoMax equ 41
  688. fingdIngd equ [word ptr 00000h]
  689. reserved2Ingd equ [word ptr 00002h]
  690. fingpSupportedIngd equ [word ptr 00004h]
  691. dimHIngd equ [word ptr 00006h]
  692. dimVIngd equ [word ptr 00008h]
  693. dxScreenIngd equ [word ptr 0000Ah]
  694. dyScreenIngd equ [word ptr 0000Ch]
  695. dimPenHIngd equ [word ptr 0000Eh]
  696. dimPenVIngd equ [word ptr 00010h]
  697. cpenIngd equ [byte ptr 00012h]
  698. icoAvailMacIngd equ [byte ptr 00013h]
  699. icoPrefMacIngd equ [byte ptr 00014h]
  700. ipaLineMacIngd equ [byte ptr 00015h]
  701. ipaAreaMacIngd equ [byte ptr 00016h]
  702. ccoplnIngd equ [byte ptr 00017h]
  703. rgcoAvailIngd equ [00018h]
  704. rgcoPrefIngd equ [0006Ah]
  705. rgpaLineIngd equ [000BCh]
  706. rgpaAreaIngd equ [000C1h]
  707. szNameIngd equ [000D1h]
  708. cbIngdMin equ 000FAh
  709. fingdRstrVctr equ 00004h
  710. fingdRasterFonts equ 00040h
  711. fingdMultiColor equ 00100h
  712. fingdVirtualPen equ 00200h
  713. fingdFilm equ 00400h
  714. fingdVarPenSize equ 01000h
  715. fingdNotAvailable equ 08000h
  716. fingpSetAreaPat equ 00001h
  717. fingpSetLinePat equ 00002h
  718. fingpSetLineWeight equ 00004h
  719. fingpSetColor equ 00008h
  720. fingpText equ 00010h
  721. fingpRectangle equ 00020h
  722. fingpArc equ 00040h
  723. fingpPolygon equ 00080h
  724. fingpBitBlt equ 00100h
  725. pfnFInitGraphicsIndj equ [dword ptr 00000h]
  726. OFF_pfnFInitGraphicsIndj equ [word ptr 00000h]
  727. SEG_pfnFInitGraphicsIndj equ [word ptr 00002h]
  728. pfnTermGraphicsIndj equ [dword ptr 00004h]
  729. OFF_pfnTermGraphicsIndj equ [word ptr 00004h]
  730. SEG_pfnTermGraphicsIndj equ [word ptr 00006h]
  731. pfnMoveIndj equ [dword ptr 00008h]
  732. OFF_pfnMoveIndj equ [word ptr 00008h]
  733. SEG_pfnMoveIndj equ [word ptr 0000Ah]
  734. pfnDrawIndj equ [dword ptr 0000Ch]
  735. OFF_pfnDrawIndj equ [word ptr 0000Ch]
  736. SEG_pfnDrawIndj equ [word ptr 0000Eh]
  737. pfnSetAreaPatIndj equ [dword ptr 00010h]
  738. OFF_pfnSetAreaPatIndj equ [word ptr 00010h]
  739. SEG_pfnSetAreaPatIndj equ [word ptr 00012h]
  740. pfnSetLinePatIndj equ [dword ptr 00014h]
  741. OFF_pfnSetLinePatIndj equ [word ptr 00014h]
  742. SEG_pfnSetLinePatIndj equ [word ptr 00016h]
  743. pfnSetLineWeightIndj equ [dword ptr 00018h]
  744. OFF_pfnSetLineWeightIndj equ [word ptr 00018h]
  745. SEG_pfnSetLineWeightIndj equ [word ptr 0001Ah]
  746. pfnSetColorIndj equ [dword ptr 0001Ch]
  747. OFF_pfnSetColorIndj equ [word ptr 0001Ch]
  748. SEG_pfnSetColorIndj equ [word ptr 0001Eh]
  749. pfnTextIndj equ [dword ptr 00020h]
  750. OFF_pfnTextIndj equ [word ptr 00020h]
  751. SEG_pfnTextIndj equ [word ptr 00022h]
  752. pfnRectangleIndj equ [dword ptr 00024h]
  753. OFF_pfnRectangleIndj equ [word ptr 00024h]
  754. SEG_pfnRectangleIndj equ [word ptr 00026h]
  755. pfnArcIndj equ [dword ptr 00028h]
  756. OFF_pfnArcIndj equ [word ptr 00028h]
  757. SEG_pfnArcIndj equ [word ptr 0002Ah]
  758. pfnPolygonIndj equ [dword ptr 0002Ch]
  759. OFF_pfnPolygonIndj equ [word ptr 0002Ch]
  760. SEG_pfnPolygonIndj equ [word ptr 0002Eh]
  761. pfnBitBltIndj equ [dword ptr 00030h]
  762. OFF_pfnBitBltIndj equ [word ptr 00030h]
  763. SEG_pfnBitBltIndj equ [word ptr 00032h]
  764. cbIndjMin equ 00034h
  765. cpfnGxdMin equ 13
  766. cpfnGsdMin equ cpfnGxdMin
  767. cpfnGpdMin equ cpfnGxdMin
  768. IFNDEF NOPROCS 
  769. externFP FEnableMouse
  770. externFP EnableKeyboard
  771. externFP PollKeyboard
  772. externFP SetShiftKk
  773. externFP DisableExtendedKeyboard
  774. externFP GetCharMap
  775. externFP MessageBox
  776. externFP SetDialogCaption
  777. externFP HiliteDialogAccel
  778. externFP SetEditText
  779. externFP GetEditText
  780. externFP EditWndProc
  781. externFP SetAlarm
  782. externFP KillAlarm
  783. externFP UngetMessage
  784. externFP PeekMessage
  785. externFP GetFocus
  786. externFP SetFocus
  787. externFP FlushAbort
  788. externFP SetCapture
  789. externFP ReleaseCapture
  790. externFP DispatchMessage
  791. externFP PostMessage
  792. externFP SendMessage
  793. externFP InitMenu
  794. externFP FEnableMenuBar
  795. externFP EnableMenu
  796. externFP EnableMenuItem
  797. externFP CheckMenuItem
  798. externFP FMenuItemChecked
  799. externFP FindMenuItem
  800. externFP DrawMenubar
  801. externFP SetCursorBlock
  802. externFP ScrollBarWndProc
  803. externFP SetScrollPos
  804. externFP GetScrollPos
  805. externFP SetScrollRange
  806. externFP AddChild
  807. externFP RemoveChild
  808. externFP EnableWindow
  809. externFP GetClientRrc
  810. externFP SetWindowStyle
  811. externFP SetWindowSize
  812. externFP DrawWindow
  813. externFP DrawBorder
  814. externFP TextOut
  815. externFP CharOut
  816. externFP FillRrc
  817. externFP BltRrc
  818. externFP DrawBox
  819. externFP SaveRrc
  820. externFP RestoreRrc
  821. externFP EnableCursor
  822. externFP MoveCursor
  823. externFP MoveWindow
  824. externFP IntersectRect
  825. externFP UnionRect
  826. externFP IsRectEmpty
  827. externFP SetRect
  828. externFP PtInRect
  829. externFP CwSizeRrc
  830. externFP ShadowArc
  831. externFP ListBoxWndProc
  832. externFP DoSound
  833. externFP ClockTicks
  834. externFP FValidDrive
  835. externFP SetIsaColor
  836. externFP GetIsaColor
  837. externFP SetIsaRgca
  838. externFP TmcDoDlg
  839. externFP HcabAlloc
  840. externFP FreeCab
  841. externFP FreeCabData
  842. externFP SzToCab
  843. externFP SzFromCab
  844. externFP EnableTmc
  845. externFP FEnabledTmc
  846. externFP SetTmcVal
  847. externFP GetTmcVal
  848. externFP SetTmcSel
  849. externFP GetTmcText
  850. externFP SetTmcText
  851. externFP SetFocusTmc
  852. externFP RedisplayListBox
  853. externFP RedisplayTmc
  854. externFP SetDefaultTmc
  855. externFP InitCab
  856. externFP ReinitCab
  857. externFP PwndOfListbox
  858. ENDIF ;!NOPROCS