ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_atraps.h
(Generate patch)

Comparing mon/src/mon_atraps.h (file contents):
Revision 1.2 by cebix, 1999-10-04T21:16:02Z vs.
Revision 1.3 by cebix, 1999-10-05T14:43:44Z

# Line 27 | Line 27 | struct atrap_info {
27   };
28  
29   static atrap_info atraps[] = {
30 <        "NQDMisc"                                       , 0xABC3,
31 <        "CopyMask"                                      , 0xA817,
32 <        "MeasureText"                           , 0xA837,
33 <        "GetMaskTable"                          , 0xA836,
34 <        "CalcMask"                                      , 0xA838,
35 <        "SeedFill"                                      , 0xA839,
36 <        "InitCursor"                            , 0xA850,
37 <        "SetCursor"                                     , 0xA851,
38 <        "HideCursor"                            , 0xA852,
39 <        "ShowCursor"                            , 0xA853,
40 <        "ShieldCursor"                          , 0xA855,
41 <        "ObscureCursor"                         , 0xA856,
42 <        "BitAnd"                                        , 0xA858,
43 <        "BitXOr"                                        , 0xA859,
44 <        "BitNot"                                        , 0xA85A,
45 <        "BitOr"                                         , 0xA85B,
46 <        "BitShift"                                      , 0xA85C,
47 <        "BitTst"                                        , 0xA85D,
48 <        "BitSet"                                        , 0xA85E,
49 <        "BitClr"                                        , 0xA85F,
50 <        "Random"                                        , 0xA861,
51 <        "ForeColor"                                     , 0xA862,
52 <        "BackColor"                                     , 0xA863,
53 <        "ColorBit"                                      , 0xA864,
54 <        "GetPixel"                                      , 0xA865,
55 <        "StuffHex"                                      , 0xA866,
56 <        "LongMul"                                       , 0xA867,
57 <        "FixMul"                                        , 0xA868,
58 <        "FixRatio"                                      , 0xA869,
59 <        "HiWord"                                        , 0xA86A,
60 <        "LoWord"                                        , 0xA86B,
61 <        "FixRound"                                      , 0xA86C,
62 <        "InitPort"                                      , 0xA86D,
63 <        "InitGraf"                                      , 0xA86E,
64 <        "OpenPort"                                      , 0xA86F,
65 <        "LocalToGlobal"                         , 0xA870,
66 <        "GlobalToLocal"                         , 0xA871,
67 <        "GrafDevice"                            , 0xA872,
68 <        "SetPort"                                       , 0xA873,
69 <        "GetPort"                                       , 0xA874,
70 <        "SetPBits"                                      , 0xA875,
71 <        "PortSize"                                      , 0xA876,
72 <        "MovePortTo"                            , 0xA877,
73 <        "SetOrigin"                                     , 0xA878,
74 <        "SetClip"                                       , 0xA879,
75 <        "GetClip"                                       , 0xA87A,
76 <        "ClipRect"                                      , 0xA87B,
77 <        "BackPat"                                       , 0xA87C,
78 <        "ClosePort"                                     , 0xA87D,
79 <        "AddPt"                                         , 0xA87E,
80 <        "SubPt"                                         , 0xA87F,
81 <        "SetPt"                                         , 0xA880,
82 <        "EqualPt"                                       , 0xA881,
83 <        "StdText"                                       , 0xA882,
84 <        "DrawChar"                                      , 0xA883,
85 <        "DrawString"                            , 0xA884,
86 <        "DrawText"                                      , 0xA885,
87 <        "TextWidth"                                     , 0xA886,
88 <        "TextFont"                                      , 0xA887,
89 <        "TextFace"                                      , 0xA888,
90 <        "TextMode"                                      , 0xA889,
91 <        "TextSize"                                      , 0xA88A,
92 <        "GetFontInfo"                           , 0xA88B,
93 <        "StringWidth"                           , 0xA88C,
94 <        "CharWidth"                                     , 0xA88D,
95 <        "SpaceExtra"                            , 0xA88E,
96 <        "StdLine"                                       , 0xA890,
97 <        "LineTo"                                        , 0xA891,
98 <        "Line"                                          , 0xA892,
99 <        "MoveTo"                                        , 0xA893,
100 <        "Move"                                          , 0xA894,
101 <        "ShutDown"                                      , 0xA895,
102 <        "HidePen"                                       , 0xA896,
103 <        "ShowPen"                                       , 0xA897,
104 <        "GetPenState"                           , 0xA898,
105 <        "SetPenState"                           , 0xA899,
106 <        "GetPen"                                        , 0xA89A,
107 <        "PenSize"                                       , 0xA89B,
108 <        "PenMode"                                       , 0xA89C,
109 <        "PenPat"                                        , 0xA89D,
110 <        "PenNormal"                                     , 0xA89E,
111 <        "Unimplemented"                         , 0xA89F,
112 <        "StdRect"                                       , 0xA8A0,
113 <        "FrameRect"                                     , 0xA8A1,
114 <        "PaintRect"                                     , 0xA8A2,
115 <        "EraseRect"                                     , 0xA8A3,
116 <        "InverRect"                                     , 0xA8A4,
117 <        "FillRect"                                      , 0xA8A5,
118 <        "EqualRect"                                     , 0xA8A6,
119 <        "SetRect"                                       , 0xA8A7,
120 <        "OffsetRect"                            , 0xA8A8,
121 <        "InsetRect"                                     , 0xA8A9,
122 <        "SectRect"                                      , 0xA8AA,
123 <        "UnionRect"                                     , 0xA8AB,
124 <        "Pt2Rect"                                       , 0xA8AC,
125 <        "PtInRect"                                      , 0xA8AD,
126 <        "EmptyRect"                                     , 0xA8AE,
127 <        "StdRRect"                                      , 0xA8AF,
128 <        "FrameRoundRect"                        , 0xA8B0,
129 <        "PaintRoundRect"                        , 0xA8B1,
130 <        "EraseRoundRect"                        , 0xA8B2,
131 <        "InverRoundRect"                        , 0xA8B3,
132 <        "FillRoundRect"                         , 0xA8B4,
133 <        "StdOval"                                       , 0xA8B6,
134 <        "FrameOval"                                     , 0xA8B7,
135 <        "PaintOval"                                     , 0xA8B8,
136 <        "EraseOval"                                     , 0xA8B9,
137 <        "InvertOval"                            , 0xA8BA,
138 <        "FillOval"                                      , 0xA8BB,
139 <        "SlopeFromAngle"                        , 0xA8BC,
140 <        "StdArc"                                        , 0xA8BD,
141 <        "FrameArc"                                      , 0xA8BE,
142 <        "PaintArc"                                      , 0xA8BF,
143 <        "EraseArc"                                      , 0xA8C0,
144 <        "InvertArc"                                     , 0xA8C1,
145 <        "FillArc"                                       , 0xA8C2,
146 <        "PtToAngle"                                     , 0xA8C3,
147 <        "AngleFromSlope"                        , 0xA8C4,
148 <        "StdPoly"                                       , 0xA8C5,
149 <        "FramePoly"                                     , 0xA8C6,
150 <        "PaintPoly"                                     , 0xA8C7,
151 <        "ErasePoly"                                     , 0xA8C8,
152 <        "InvertPoly"                            , 0xA8C9,
153 <        "FillPoly"                                      , 0xA8CA,
154 <        "OpenPoly"                                      , 0xA8CB,
155 <        "ClosePgon"                                     , 0xA8CC,
156 <        "ClosePoly"                                     , 0xA8CC,
157 <        "KillPoly"                                      , 0xA8CD,
158 <        "OffsetPoly"                            , 0xA8CE,
159 <        "PackBits"                                      , 0xA8CF,
160 <        "UnpackBits"                            , 0xA8D0,
161 <        "StdRgn"                                        , 0xA8D1,
162 <        "FrameRgn"                                      , 0xA8D2,
163 <        "PaintRgn"                                      , 0xA8D3,
164 <        "EraseRgn"                                      , 0xA8D4,
165 <        "InverRgn"                                      , 0xA8D5,
166 <        "FillRgn"                                       , 0xA8D6,
167 <        "BitMapRgn"                                     , 0xA8D7,
168 <        "BitMapToRegion"                        , 0xA8D7,
169 <        "NewRgn"                                        , 0xA8D8,
170 <        "DisposRgn"                                     , 0xA8D9,
171 <        "DisposeRgn"                            , 0xA8D9,
172 <        "OpenRgn"                                       , 0xA8DA,
173 <        "CloseRgn"                                      , 0xA8DB,
174 <        "CopyRgn"                                       , 0xA8DC,
175 <        "SetEmptyRgn"                           , 0xA8DD,
176 <        "SetRecRgn"                                     , 0xA8DE,
177 <        "RectRgn"                                       , 0xA8DF,
178 <        "OffsetRgn"                                     , 0xA8E0,
179 <        "InsetRgn"                                      , 0xA8E1,
180 <        "EmptyRgn"                                      , 0xA8E2,
181 <        "EqualRgn"                                      , 0xA8E3,
182 <        "SectRgn"                                       , 0xA8E4,
183 <        "UnionRgn"                                      , 0xA8E5,
184 <        "DiffRgn"                                       , 0xA8E6,
185 <        "XOrRgn"                                        , 0xA8E7,
186 <        "PtInRgn"                                       , 0xA8E8,
187 <        "RectInRgn"                                     , 0xA8E9,
188 <        "SetStdProcs"                           , 0xA8EA,
189 <        "StdBits"                                       , 0xA8EB,
190 <        "CopyBits"                                      , 0xA8EC,
191 <        "StdTxMeas"                                     , 0xA8ED,
192 <        "StdGetPic"                                     , 0xA8EE,
193 <        "ScrollRect"                            , 0xA8EF,
194 <        "StdPutPic"                                     , 0xA8F0,
195 <        "StdComment"                            , 0xA8F1,
196 <        "PicComment"                            , 0xA8F2,
197 <        "OpenPicture"                           , 0xA8F3,
198 <        "ClosePicture"                          , 0xA8F4,
199 <        "KillPicture"                           , 0xA8F5,
200 <        "DrawPicture"                           , 0xA8F6,
201 <        "Layout"                                        , 0xA8F7,
202 <        "ScalePt"                                       , 0xA8F8,
203 <        "MapPt"                                         , 0xA8F9,
204 <        "MapRect"                                       , 0xA8FA,
205 <        "MapRgn"                                        , 0xA8FB,
206 <        "MapPoly"                                       , 0xA8FC,
207 <        "Count1Resources"                       , 0xA80D,
208 <        "Get1IxResource"                        , 0xA80E,
209 <        "Get1IxType"                            , 0xA80F,
210 <        "Unique1ID"                                     , 0xA810,
211 <        "TESelView"                                     , 0xA811,
212 <        "TEPinScroll"                           , 0xA812,
213 <        "TEAutoView"                            , 0xA813,
214 <        "Pack8"                                         , 0xA816,
215 <        "FixATan2"                                      , 0xA818,
216 <        "XMunger"                                       , 0xA819,
217 <        "HOpenResFile"                          , 0xA81A,
218 <        "HCreateResFile"                        , 0xA81B,
219 <        "Count1Types"                           , 0xA81C,
220 <        "Get1Resource"                          , 0xA81F,
221 <        "Get1NamedResource"                     , 0xA820,
222 <        "ResourceDispatch"                      , 0xA822,
223 <        "MaxSizeRsrc"                           , 0xA821,
224 <        "InsMenuItem"                           , 0xA826,
225 <        "InsertMenuItem"                        , 0xA826,
226 <        "HideDItem"                                     , 0xA827,
227 <        "HideDialogItem"                        , 0xA827,
228 <        "ShowDItem"                                     , 0xA828,
229 <        "ShowDialogItem"                        , 0xA828,
230 <        "Pack9"                                         , 0xA82B,
231 <        "Pack10"                                        , 0xA82C,
232 <        "Pack11"                                        , 0xA82D,
233 <        "Pack12"                                        , 0xA82E,
234 <        "Pack13"                                        , 0xA82F,
235 <        "Pack14"                                        , 0xA830,
236 <        "Pack15"                                        , 0xA831,
237 <        "ScrnBitMap"                            , 0xA833,
238 <        "SetFScaleDisable"                      , 0xA834,
239 <        "FontMetrics"                           , 0xA835,
240 <        "ZoomWindow"                            , 0xA83A,
241 <        "TrackBox"                                      , 0xA83B,
242 <        "PrGlue"                                        , 0xA8FD,
243 <        "InitFonts"                                     , 0xA8FE,
244 <        "GetFName"                                      , 0xA8FF,
245 <        "GetFNum"                                       , 0xA900,
246 <        "FMSwapFont"                            , 0xA901,
247 <        "RealFont"                                      , 0xA902,
248 <        "SetFontLock"                           , 0xA903,
249 <        "DrawGrowIcon"                          , 0xA904,
250 <        "DragGrayRgn"                           , 0xA905,
251 <        "NewString"                                     , 0xA906,
252 <        "SetString"                                     , 0xA907,
253 <        "ShowHide"                                      , 0xA908,
254 <        "CalcVis"                                       , 0xA909,
255 <        "CalcVBehind"                           , 0xA90A,
256 <        "ClipAbove"                                     , 0xA90B,
257 <        "PaintOne"                                      , 0xA90C,
258 <        "PaintBehind"                           , 0xA90D,
259 <        "SaveOld"                                       , 0xA90E,
260 <        "DrawNew"                                       , 0xA90F,
261 <        "GetWMgrPort"                           , 0xA910,
262 <        "CheckUpDate"                           , 0xA911,
263 <        "InitWindows"                           , 0xA912,
264 <        "NewWindow"                                     , 0xA913,
265 <        "DisposWindow"                          , 0xA914,
266 <        "DisposeWindow"                         , 0xA914,
267 <        "ShowWindow"                            , 0xA915,
268 <        "HideWindow"                            , 0xA916,
269 <        "GetWRefCon"                            , 0xA917,
270 <        "SetWRefCon"                            , 0xA918,
271 <        "GetWTitle"                                     , 0xA919,
272 <        "SetWTitle"                                     , 0xA91A,
273 <        "MoveWindow"                            , 0xA91B,
274 <        "HiliteWindow"                          , 0xA91C,
275 <        "SizeWindow"                            , 0xA91D,
276 <        "TrackGoAway"                           , 0xA91E,
277 <        "SelectWindow"                          , 0xA91F,
278 <        "BringToFront"                          , 0xA920,
279 <        "SendBehind"                            , 0xA921,
280 <        "BeginUpDate"                           , 0xA922,
281 <        "EndUpDate"                                     , 0xA923,
282 <        "FrontWindow"                           , 0xA924,
283 <        "DragWindow"                            , 0xA925,
284 <        "DragTheRgn"                            , 0xA926,
285 <        "InvalRgn"                                      , 0xA927,
286 <        "InvalRect"                                     , 0xA928,
287 <        "ValidRgn"                                      , 0xA929,
288 <        "ValidRect"                                     , 0xA92A,
289 <        "GrowWindow"                            , 0xA92B,
290 <        "FindWindow"                            , 0xA92C,
291 <        "CloseWindow"                           , 0xA92D,
292 <        "SetWindowPic"                          , 0xA92E,
293 <        "GetWindowPic"                          , 0xA92F,
294 <        "InitMenus"                                     , 0xA930,
295 <        "NewMenu"                                       , 0xA931,
296 <        "DisposMenu"                            , 0xA932,
297 <        "DisposeMenu"                           , 0xA932,
298 <        "AppendMenu"                            , 0xA933,
299 <        "ClearMenuBar"                          , 0xA934,
300 <        "InsertMenu"                            , 0xA935,
301 <        "DeleteMenu"                            , 0xA936,
302 <        "DrawMenuBar"                           , 0xA937,
303 <        "InvalMenuBar"                          , 0xA81D,
304 <        "HiliteMenu"                            , 0xA938,
305 <        "EnableItem"                            , 0xA939,
306 <        "DisableItem"                           , 0xA93A,
307 <        "GetMenuBar"                            , 0xA93B,
308 <        "SetMenuBar"                            , 0xA93C,
309 <        "MenuSelect"                            , 0xA93D,
310 <        "MenuKey"                                       , 0xA93E,
311 <        "GetItmIcon"                            , 0xA93F,
312 <        "SetItmIcon"                            , 0xA940,
313 <        "GetItmStyle"                           , 0xA941,
314 <        "SetItmStyle"                           , 0xA942,
315 <        "GetItmMark"                            , 0xA943,
316 <        "SetItmMark"                            , 0xA944,
317 <        "CheckItem"                                     , 0xA945,
318 <        "GetItem"                                       , 0xA946,
319 <        "GetMenuItemText"                       , 0xA946,
320 <        "SetItem"                                       , 0xA947,
321 <        "SetMenuItemText"                       , 0xA947,
322 <        "CalcMenuSize"                          , 0xA948,
323 <        "GetMHandle"                            , 0xA949,
324 <        "GetMenuHandle"                         , 0xA949,
325 <        "SetMFlash"                                     , 0xA94A,
326 <        "PlotIcon"                                      , 0xA94B,
327 <        "FlashMenuBar"                          , 0xA94C,
328 <        "AddResMenu"                            , 0xA94D,
329 <        "AppendResMenu"                         , 0xA94D,
330 <        "PinRect"                                       , 0xA94E,
331 <        "DeltaPoint"                            , 0xA94F,
332 <        "CountMItems"                           , 0xA950,
333 <        "InsertResMenu"                         , 0xA951,
334 <        "DelMenuItem"                           , 0xA952,
335 <        "DeleteMenuItem"                        , 0xA952,
336 <        "UpdtControl"                           , 0xA953,
337 <        "NewControl"                            , 0xA954,
338 <        "DisposControl"                         , 0xA955,
339 <        "DisposeControl"                        , 0xA955,
340 <        "KillControls"                          , 0xA956,
341 <        "ShowControl"                           , 0xA957,
342 <        "HideControl"                           , 0xA958,
343 <        "MoveControl"                           , 0xA959,
344 <        "GetCRefCon"                            , 0xA95A,
345 <        "GetControlReference"           , 0xA95A,
346 <        "SetCRefCon"                            , 0xA95B,
347 <        "SetControlReference"           , 0xA95B,
348 <        "SizeControl"                           , 0xA95C,
349 <        "HiliteControl"                         , 0xA95D,
350 <        "GetCTitle"                                     , 0xA95E,
351 <        "GetControlTitle"                       , 0xA95E,
352 <        "SetCTitle"                                     , 0xA95F,
353 <        "SetControlTitle"                       , 0xA95F,
354 <        "GetCtlValue"                           , 0xA960,
355 <        "GetControlValue"                       , 0xA960,
356 <        "GetMinCtl"                                     , 0xA961,
357 <        "GetControlMinimum"                     , 0xA961,
358 <        "GetMaxCtl"                                     , 0xA962,
359 <        "GetControlMaximum"                     , 0xA962,
360 <        "SetCtlValue"                           , 0xA963,
361 <        "SetControlValue"                       , 0xA963,
362 <        "SetMinCtl"                                     , 0xA964,
363 <        "SetControlMinimum"                     , 0xA964,
364 <        "SetMaxCtl"                                     , 0xA965,
365 <        "SetControlMaximum"                     , 0xA965,
366 <        "TestControl"                           , 0xA966,
367 <        "DragControl"                           , 0xA967,
368 <        "TrackControl"                          , 0xA968,
369 <        "DrawControls"                          , 0xA969,
370 <        "GetCtlAction"                          , 0xA96A,
371 <        "GetControlAction"                      , 0xA96A,
372 <        "SetCtlAction"                          , 0xA96B,
373 <        "SetControlAction"                      , 0xA96B,
374 <        "FindControl"                           , 0xA96C,
375 <        "Draw1Control"                          , 0xA96D,
376 <        "Dequeue"                                       , 0xA96E,
377 <        "Enqueue"                                       , 0xA96F,
378 <        "WaitNextEvent"                         , 0xA860,
379 <        "GetNextEvent"                          , 0xA970,
380 <        "EventAvail"                            , 0xA971,
381 <        "GetMouse"                                      , 0xA972,
382 <        "StillDown"                                     , 0xA973,
383 <        "Button"                                        , 0xA974,
384 <        "TickCount"                                     , 0xA975,
385 <        "GetKeys"                                       , 0xA976,
386 <        "WaitMouseUp"                           , 0xA977,
387 <        "UpdtDialog"                            , 0xA978,
388 <        "InitDialogs"                           , 0xA97B,
389 <        "GetNewDialog"                          , 0xA97C,
390 <        "NewDialog"                                     , 0xA97D,
391 <        "SelIText"                                      , 0xA97E,
392 <        "SelectDialogItemText"          , 0xA97E,
393 <        "IsDialogEvent"                         , 0xA97F,
394 <        "DialogSelect"                          , 0xA980,
395 <        "DrawDialog"                            , 0xA981,
396 <        "CloseDialog"                           , 0xA982,
397 <        "DisposDialog"                          , 0xA983,
398 <        "DisposeDialog"                         , 0xA983,
399 <        "FindDItem"                                     , 0xA984,
400 <        "FindDialogItem"                        , 0xA984,
401 <        "Alert"                                         , 0xA985,
402 <        "StopAlert"                                     , 0xA986,
403 <        "NoteAlert"                                     , 0xA987,
404 <        "CautionAlert"                          , 0xA988,
405 <        "ParamText"                                     , 0xA98B,
406 <        "ErrorSound"                            , 0xA98C,
407 <        "GetDItem"                                      , 0xA98D,
408 <        "GetDialogItem"                         , 0xA98D,
409 <        "SetDItem"                                      , 0xA98E,
410 <        "SetDialogItem"                         , 0xA98E,
411 <        "SetIText"                                      , 0xA98F,
412 <        "SetDialogItemText"                     , 0xA98F,
413 <        "GetIText"                                      , 0xA990,
414 <        "GetDialogItemText"                     , 0xA990,
415 <        "ModalDialog"                           , 0xA991,
416 <        "DetachResource"                        , 0xA992,
417 <        "SetResPurge"                           , 0xA993,
418 <        "CurResFile"                            , 0xA994,
419 <        "InitResources"                         , 0xA995,
420 <        "RsrcZoneInit"                          , 0xA996,
421 <        "OpenResFile"                           , 0xA997,
422 <        "UseResFile"                            , 0xA998,
423 <        "UpdateResFile"                         , 0xA999,
424 <        "CloseResFile"                          , 0xA99A,
425 <        "SetResLoad"                            , 0xA99B,
426 <        "CountResources"                        , 0xA99C,
427 <        "GetIndResource"                        , 0xA99D,
428 <        "CountTypes"                            , 0xA99E,
429 <        "GetIndType"                            , 0xA99F,
430 <        "GetResource"                           , 0xA9A0,
431 <        "GetNamedResource"                      , 0xA9A1,
432 <        "LoadResource"                          , 0xA9A2,
433 <        "ReleaseResource"                       , 0xA9A3,
434 <        "HomeResFile"                           , 0xA9A4,
435 <        "SizeRsrc"                                      , 0xA9A5,
436 <        "GetResAttrs"                           , 0xA9A6,
437 <        "SetResAttrs"                           , 0xA9A7,
438 <        "GetResInfo"                            , 0xA9A8,
439 <        "SetResInfo"                            , 0xA9A9,
440 <        "ChangedResource"                       , 0xA9AA,
441 <        "AddResource"                           , 0xA9AB,
442 <        "AddReference"                          , 0xA9AC,
443 <        "RmveResource"                          , 0xA9AD,
444 <        "RmveReference"                         , 0xA9AE,
445 <        "ResError"                                      , 0xA9AF,
446 <        "WriteResource"                         , 0xA9B0,
447 <        "CreateResFile"                         , 0xA9B1,
448 <        "SystemEvent"                           , 0xA9B2,
449 <        "SystemClick"                           , 0xA9B3,
450 <        "SystemTask"                            , 0xA9B4,
451 <        "SystemMenu"                            , 0xA9B5,
452 <        "OpenDeskAcc"                           , 0xA9B6,
453 <        "CloseDeskAcc"                          , 0xA9B7,
454 <        "GetPattern"                            , 0xA9B8,
455 <        "GetCursor"                                     , 0xA9B9,
456 <        "GetString"                                     , 0xA9BA,
457 <        "GetIcon"                                       , 0xA9BB,
458 <        "GetPicture"                            , 0xA9BC,
459 <        "GetNewWindow"                          , 0xA9BD,
460 <        "GetNewControl"                         , 0xA9BE,
461 <        "GetRMenu"                                      , 0xA9BF,
462 <        "GetNewMBar"                            , 0xA9C0,
463 <        "UniqueID"                                      , 0xA9C1,
464 <        "SysEdit"                                       , 0xA9C2,
465 <        "OpenRFPerm"                            , 0xA9C4,
466 <        "RsrcMapEntry"                          , 0xA9C5,
467 <        "Secs2Date"                                     , 0xA9C6,
468 <        "SecondsToDate"                         , 0xA9C6,
469 <        "Date2Secs"                                     , 0xA9C7,
470 <        "DateToSeconds"                         , 0xA9C7,
471 <        "SysBeep"                                       , 0xA9C8,
472 <        "SysError"                                      , 0xA9C9,
473 <        "PutIcon"                                       , 0xA9CA,
474 <        "Munger"                                        , 0xA9E0,
475 <        "HandToHand"                            , 0xA9E1,
476 <        "PtrToXHand"                            , 0xA9E2,
477 <        "PtrToHand"                                     , 0xA9E3,
478 <        "HandAndHand"                           , 0xA9E4,
479 <        "InitPack"                                      , 0xA9E5,
480 <        "InitAllPacks"                          , 0xA9E6,
481 <        "Pack0"                                         , 0xA9E7,
482 <        "Pack1"                                         , 0xA9E8,
483 <        "Pack2"                                         , 0xA9E9,
484 <        "Pack3"                                         , 0xA9EA,
485 <        "FP68K"                                         , 0xA9EB,
486 <        "Pack4"                                         , 0xA9EB,
487 <        "Elems68K"                                      , 0xA9EC,
488 <        "Pack5"                                         , 0xA9EC,
489 <        "Pack6"                                         , 0xA9ED,
490 <        "DECSTR68K"                                     , 0xA9EE,
491 <        "Pack7"                                         , 0xA9EE,
492 <        "PtrAndHand"                            , 0xA9EF,
493 <        "LoadSeg"                                       , 0xA9F0,
494 <        "UnLoadSeg"                                     , 0xA9F1,
495 <        "Launch"                                        , 0xA9F2,
496 <        "Chain"                                         , 0xA9F3,
497 <        "ExitToShell"                           , 0xA9F4,
498 <        "GetAppParms"                           , 0xA9F5,
499 <        "GetResFileAttrs"                       , 0xA9F6,
500 <        "SetResFileAttrs"                       , 0xA9F7,
501 <        "MethodDispatch"                        , 0xA9F8,
502 <        "InfoScrap"                                     , 0xA9F9,
503 <        "UnlodeScrap"                           , 0xA9FA,
504 <        "UnloadScrap"                           , 0xA9FA,
505 <        "LodeScrap"                                     , 0xA9FB,
506 <        "LoadScrap"                                     , 0xA9FB,
507 <        "ZeroScrap"                                     , 0xA9FC,
508 <        "GetScrap"                                      , 0xA9FD,
509 <        "PutScrap"                                      , 0xA9FE,
510 <        "Debugger"                                      , 0xA9FF,
511 <        "DisplayDispatch"                       , 0xABEB,
512 <        "IconDispatch"                          , 0xABC9,
513 <        "ThreadDispatch"                        , 0xABF2,
514 <        "DictionaryDispatch"            , 0xAA53,
515 <        "DebugStr"                                      , 0xABFF,
516 <        "PPC"                                           , 0xA0DD,
517 <        "AliasDispatch"                         , 0xA823,
518 <        "Open"                                          , 0xA000,
519 <        "Close"                                         , 0xA001,
520 <        "Read"                                          , 0xA002,
521 <        "Write"                                         , 0xA003,
522 <        "Control"                                       , 0xA004,
523 <        "Status"                                        , 0xA005,
524 <        "KillIO"                                        , 0xA006,
525 <        "GetVolInfo"                            , 0xA007,
526 <        "Create"                                        , 0xA008,
527 <        "Delete"                                        , 0xA009,
528 <        "OpenRF"                                        , 0xA00A,
529 <        "Rename"                                        , 0xA00B,
530 <        "GetFileInfo"                           , 0xA00C,
531 <        "SetFileInfo"                           , 0xA00D,
532 <        "UnmountVol"                            , 0xA00E,
533 <        "HUnmountVol"                           , 0xA20E,
534 <        "MountVol"                                      , 0xA00F,
535 <        "Allocate"                                      , 0xA010,
536 <        "GetEOF"                                        , 0xA011,
537 <        "SetEOF"                                        , 0xA012,
538 <        "FlushVol"                                      , 0xA013,
539 <        "GetVol"                                        , 0xA014,
540 <        "SetVol"                                        , 0xA015,
541 <        "FInitQueue"                            , 0xA016,
542 <        "Eject"                                         , 0xA017,
543 <        "GetFPos"                                       , 0xA018,
544 <        "SetFilLock"                            , 0xA041,
545 <        "RstFilLock"                            , 0xA042,
546 <        "SetFilType"                            , 0xA043,
547 <        "SetFPos"                                       , 0xA044,
548 <        "FlushFile"                                     , 0xA045,
549 <        "HOpen"                                         , 0xA200,
550 <        "HGetVInfo"                                     , 0xA207,
551 <        "HCreate"                                       , 0xA208,
552 <        "HDelete"                                       , 0xA209,
553 <        "HOpenRF"                                       , 0xA20A,
554 <        "HRename"                                       , 0xA20B,
555 <        "HGetFileInfo"                          , 0xA20C,
556 <        "HSetFileInfo"                          , 0xA20D,
557 <        "AllocContig"                           , 0xA210,
558 <        "HSetVol"                                       , 0xA215,
559 <        "HGetVol"                                       , 0xA214,
560 <        "HSetFLock"                                     , 0xA241,
561 <        "HRstFLock"                                     , 0xA242,
562 <        "FSDispatch"                            , 0xA060,
563 <        "HFSDispatch"                           , 0xA260,
564 <        "HighLevelFSDispatch"           , 0xAA52,
565 <        "InitZone"                                      , 0xA019,
566 <        "GetZone"                                       , 0xA11A,
567 <        "SetZone"                                       , 0xA01B,
568 <        "FreeMem"                                       , 0xA01C,
569 <        "MaxMem"                                        , 0xA11D,
570 <        "NewPtr"                                        , 0xA11E,
571 <        "NewPtrSys"                                     , 0xA51E,
572 <        "NewPtrClear"                           , 0xA31E,
573 <        "NewPtrSysClear"                        , 0xA71E,
574 <        "DisposPtr"                                     , 0xA01F,
575 <        "DisposePtr"                            , 0xA01F,
576 <        "SetPtrSize"                            , 0xA020,
577 <        "GetPtrSize"                            , 0xA021,
578 <        "NewHandle"                                     , 0xA122,
579 <        "NewHandleClear"                        , 0xA322,
580 <        "NewHandleSys"                          , 0xA522,
581 <        "NewHandleSysClear"                     , 0xA722,
582 <        "DisposHandle"                          , 0xA023,
583 <        "DisposeHandle"                         , 0xA023,
584 <        "SetHandleSize"                         , 0xA024,
585 <        "GetHandleSize"                         , 0xA025,
586 <        "HandleZone"                            , 0xA126,
587 <        "ReallocHandle"                         , 0xA027,
588 <        "RecoverHandle"                         , 0xA128,
589 <        "HLock"                                         , 0xA029,
590 <        "HUnlock"                                       , 0xA02A,
591 <        "EmptyHandle"                           , 0xA02B,
592 <        "InitApplZone"                          , 0xA02C,
593 <        "SetApplLimit"                          , 0xA02D,
594 <        "BlockMove"                                     , 0xA02E,
595 <        "BlockMoveData"                         , 0xA22E,
596 <        "MemoryDispatch"                        , 0xA05C,
597 <        "MemoryDispatchA0Result"        , 0xA15C,
598 <        "DeferUserFn"                           , 0xA08F,
599 <        "DebugUtil"                                     , 0xA08D,
600 <        "HeapDispatch"                          , 0xA0A4,
601 <        "PostEvent"                                     , 0xA02F,
602 <        "PPostEvent"                            , 0xA12F,
603 <        "OSEventAvail"                          , 0xA030,
604 <        "GetOSEvent"                            , 0xA031,
605 <        "FlushEvents"                           , 0xA032,
606 <        "VInstall"                                      , 0xA033,
607 <        "VRemove"                                       , 0xA034,
608 <        "OffLine"                                       , 0xA035,
609 <        "MoreMasters"                           , 0xA036,
610 <        "WriteParam"                            , 0xA038,
611 <        "ReadDateTime"                          , 0xA039,
612 <        "SetDateTime"                           , 0xA03A,
613 <        "Delay"                                         , 0xA03B,
614 <        "CmpString"                                     , 0xA03C,
615 <        "DrvrInstall"                           , 0xA03D,
616 <        "DrvrInstall"                           , 0xA13D,
617 <        "DrvrInstallRsrvMem"            , 0xA43D,
618 <        "DrvrInstallRsrvMem"            , 0xA53D,
619 <        "DrvrRemove"                            , 0xA03E,
620 <        "InitUtil"                                      , 0xA03F,
621 <        "ResrvMem"                                      , 0xA040,
622 <        "GetTrapAddress"                        , 0xA146,
623 <        "SetTrapAddress"                        , 0xA047,
624 <        "GetOSTrapAddress"                      , 0xA346,
625 <        "SetOSTrapAddress"                      , 0xA247,
626 <        "GetToolTrapAddress"            , 0xA746,
627 <        "SetToolTrapAddress"            , 0xA647,
628 <        "GetToolBoxTrapAddress"         , 0xA746,
629 <        "SetToolBoxTrapAddress"         , 0xA647,
630 <        "PtrZone"                                       , 0xA148,
631 <        "HPurge"                                        , 0xA049,
632 <        "HNoPurge"                                      , 0xA04A,
633 <        "SetGrowZone"                           , 0xA04B,
634 <        "CompactMem"                            , 0xA04C,
635 <        "PurgeMem"                                      , 0xA04D,
636 <        "AddDrive"                                      , 0xA04E,
637 <        "RDrvrInstall"                          , 0xA04F,
638 <        "LwrString"                                     , 0xA056,
639 <        "UprString"                                     , 0xA054,
640 <        "SetApplBase"                           , 0xA057,
641 <        "HWPriv"                                        , 0xA198,
642 <        "LowerText"                                     , 0xA056,
643 <        "StripText"                                     , 0xA256,
644 <        "UpperText"                                     , 0xA456,
645 <        "StripUpperText"                        , 0xA656,
646 <        "OSDispatch"                            , 0xA88F,
647 <        "RelString"                                     , 0xA050,
648 <        "CompareString"                         , 0xA050,
649 <        "ReadXPRam"                                     , 0xA051,
650 <        "WriteXPRam"                            , 0xA052,
651 <        "InsTime"                                       , 0xA058,
652 <        "InsXTime"                                      , 0xA458,
653 <        "RmvTime"                                       , 0xA059,
654 <        "PrimeTime"                                     , 0xA05A,
655 <        "Microseconds"                          , 0xA193,
656 <        "PowerOff"                                      , 0xA05B,
657 <        "MaxBlock"                                      , 0xA061,
658 <        "PurgeSpace"                            , 0xA162,
659 <        "PurgeSpaceSys"                         , 0xA562,
660 <        "MaxApplZone"                           , 0xA063,
661 <        "MoveHHi"                                       , 0xA064,
662 <        "StackSpace"                            , 0xA065,
663 <        "NewEmptyHandle"                        , 0xA166,
664 <        "HSetRBit"                                      , 0xA067,
665 <        "HClrRBit"                                      , 0xA068,
666 <        "HGetState"                                     , 0xA069,
667 <        "HSetState"                                     , 0xA06A,
668 <        "InitFS"                                        , 0xA06C,
669 <        "InitEvents"                            , 0xA06D,
670 <        "StripAddress"                          , 0xA055,
671 <        "Translate24To32"                       , 0xA091,
672 <        "SetAppBase"                            , 0xA057,
673 <        "SwapMMUMode"                           , 0xA05D,
674 <        "SlotVInstall"                          , 0xA06F,
675 <        "SlotVRemove"                           , 0xA070,
676 <        "AttachVBL"                                     , 0xA071,
677 <        "DoVBLTask"                                     , 0xA072,
678 <        "SIntInstall"                           , 0xA075,
679 <        "SIntRemove"                            , 0xA076,
680 <        "CountADBs"                                     , 0xA077,
681 <        "GetIndADB"                                     , 0xA078,
682 <        "GetADBInfo"                            , 0xA079,
683 <        "SetADBInfo"                            , 0xA07A,
684 <        "ADBReInit"                                     , 0xA07B,
685 <        "ADBOp"                                         , 0xA07C,
686 <        "VADBProc"                                      , 0xA0AE,
687 <        "GetDefaultStartup"                     , 0xA07D,
688 <        "SetDefaultStartup"                     , 0xA07E,
689 <        "InternalWait"                          , 0xA07F,
690 <        "RGetResource"                          , 0xA80C,
691 <        "GetVideoDefault"                       , 0xA080,
692 <        "SetVideoDefault"                       , 0xA081,
693 <        "DTInstall"                                     , 0xA082,
694 <        "SetOSDefault"                          , 0xA083,
695 <        "GetOSDefault"                          , 0xA084,
696 <        "IOPInfoAccess"                         , 0xA086,
697 <        "IOPMsgRequest"                         , 0xA087,
698 <        "IOPMoveData"                           , 0xA088,
699 <        "PowerDispatch"                         , 0xA09F,
700 <        "PMgrOp"                                        , 0xA085,
701 <        "IdleUpdate"                            , 0xA285,
702 <        "IdleState"                                     , 0xA485,
703 <        "SerialPower"                           , 0xA685,
704 <        "Sleep"                                         , 0xA08A,
705 <        "SleepQInstall"                         , 0xA28A,
706 <        "SlpQInstall"                           , 0xA28A,
707 <        "SleepQRemove"                          , 0xA48A,
708 <        "SlpQRemove"                            , 0xA48A,
709 <        "CommToolboxDispatch"           , 0xA08B,
710 <        "SysEnvirons"                           , 0xA090,
711 <        "Gestalt"                                       , 0xA1AD,
712 <        "NewGestalt"                            , 0xA3AD,
713 <        "ReplaceGestalt"                        , 0xA5AD,
714 <        "GetGestaltProcPtr"                     , 0xA7AD,
715 <        "InitProcMenu"                          , 0xA808,
716 <        "GetItemCmd"                            , 0xA84E,
717 <        "SetItemCmd"                            , 0xA84F,
718 <        "PopUpMenuSelect"                       , 0xA80B,
719 <        "KeyTrans"                                      , 0xA9C3,
720 <        "KeyTranslate"                          , 0xA9C3,
721 <        "TEGetText"                                     , 0xA9CB,
722 <        "TEInit"                                        , 0xA9CC,
723 <        "TEDispose"                                     , 0xA9CD,
724 <        "TextBox"                                       , 0xA9CE,
725 <        "TETextBox"                                     , 0xA9CE,
726 <        "TESetText"                                     , 0xA9CF,
727 <        "TECalText"                                     , 0xA9D0,
728 <        "TESetSelect"                           , 0xA9D1,
729 <        "TENew"                                         , 0xA9D2,
730 <        "TEUpdate"                                      , 0xA9D3,
731 <        "TEClick"                                       , 0xA9D4,
732 <        "TECopy"                                        , 0xA9D5,
733 <        "TECut"                                         , 0xA9D6,
734 <        "TEDelete"                                      , 0xA9D7,
735 <        "TEActivate"                            , 0xA9D8,
736 <        "TEDeactivate"                          , 0xA9D9,
737 <        "TEIdle"                                        , 0xA9DA,
738 <        "TEPaste"                                       , 0xA9DB,
739 <        "TEKey"                                         , 0xA9DC,
740 <        "TEScroll"                                      , 0xA9DD,
741 <        "TEInsert"                                      , 0xA9DE,
742 <        "TESetJust"                                     , 0xA9DF,
743 <        "TESetAlignment"                        , 0xA9DF,
744 <        "TEGetOffset"                           , 0xA83C,
745 <        "TEDispatch"                            , 0xA83D,
746 <        "TEStyleNew"                            , 0xA83E,
747 <        "TEFindWord"                            , 0xA0FE,
748 <        "TEFindLine"                            , 0xA0FF,
749 <        "OpenCPort"                                     , 0xAA00,
750 <        "InitCPort"                                     , 0xAA01,
751 <        "CloseCPort"                            , 0xAA02,
752 <        "NewPixMap"                                     , 0xAA03,
753 <        "DisposPixMap"                          , 0xAA04,
754 <        "DisposePixMap"                         , 0xAA04,
755 <        "CopyPixMap"                            , 0xAA05,
756 <        "SetPortPix"                            , 0xAA06,
757 <        "NewPixPat"                                     , 0xAA07,
758 <        "DisposPixPat"                          , 0xAA08,
759 <        "DisposePixPat"                         , 0xAA08,
760 <        "CopyPixPat"                            , 0xAA09,
761 <        "PenPixPat"                                     , 0xAA0A,
762 <        "BackPixPat"                            , 0xAA0B,
763 <        "GetPixPat"                                     , 0xAA0C,
764 <        "MakeRGBPat"                            , 0xAA0D,
765 <        "FillCRect"                                     , 0xAA0E,
766 <        "FillCOval"                                     , 0xAA0F,
767 <        "FillCRoundRect"                        , 0xAA10,
768 <        "FillCArc"                                      , 0xAA11,
769 <        "FillCRgn"                                      , 0xAA12,
770 <        "FillCPoly"                                     , 0xAA13,
771 <        "RGBForeColor"                          , 0xAA14,
772 <        "RGBBackColor"                          , 0xAA15,
773 <        "SetCPixel"                                     , 0xAA16,
774 <        "GetCPixel"                                     , 0xAA17,
775 <        "GetCTable"                                     , 0xAA18,
776 <        "GetForeColor"                          , 0xAA19,
777 <        "GetBackColor"                          , 0xAA1A,
778 <        "GetCCursor"                            , 0xAA1B,
779 <        "SetCCursor"                            , 0xAA1C,
780 <        "AllocCursor"                           , 0xAA1D,
781 <        "GetCIcon"                                      , 0xAA1E,
782 <        "PlotCIcon"                                     , 0xAA1F,
783 <        "OpenCPicture"                          , 0xAA20,
784 <        "OpColor"                                       , 0xAA21,
785 <        "HiliteColor"                           , 0xAA22,
786 <        "CharExtra"                                     , 0xAA23,
787 <        "DisposCTable"                          , 0xAA24,
788 <        "DisposeCTable"                         , 0xAA24,
789 <        "DisposCIcon"                           , 0xAA25,
790 <        "DisposeCIcon"                          , 0xAA25,
791 <        "DisposCCursor"                         , 0xAA26,
792 <        "DisposeCCursor"                        , 0xAA26,
793 <        "SeedCFill"                                     , 0xAA50,
794 <        "CalcCMask"                                     , 0xAA4F,
795 <        "CopyDeepMask"                          , 0xAA51,
796 <        "GetMaxDevice"                          , 0xAA27,
797 <        "GetCTSeed"                                     , 0xAA28,
798 <        "GetDeviceList"                         , 0xAA29,
799 <        "GetMainDevice"                         , 0xAA2A,
800 <        "GetNextDevice"                         , 0xAA2B,
801 <        "TestDeviceAttribute"           , 0xAA2C,
802 <        "SetDeviceAttribute"            , 0xAA2D,
803 <        "InitGDevice"                           , 0xAA2E,
804 <        "NewGDevice"                            , 0xAA2F,
805 <        "DisposGDevice"                         , 0xAA30,
806 <        "DisposeGDevice"                        , 0xAA30,
807 <        "SetGDevice"                            , 0xAA31,
808 <        "GetGDevice"                            , 0xAA32,
809 <        "DeviceLoop"                            , 0xABCA,
810 <        "Color2Index"                           , 0xAA33,
811 <        "Index2Color"                           , 0xAA34,
812 <        "InvertColor"                           , 0xAA35,
813 <        "RealColor"                                     , 0xAA36,
814 <        "GetSubTable"                           , 0xAA37,
815 <        "UpdatePixMap"                          , 0xAA38,
816 <        "NewCDialog"                            , 0xAA4B,
817 <        "NewColorDialog"                        , 0xAA4B,
818 <        "MakeITable"                            , 0xAA39,
819 <        "AddSearch"                                     , 0xAA3A,
820 <        "AddComp"                                       , 0xAA3B,
821 <        "SetClientID"                           , 0xAA3C,
822 <        "ProtectEntry"                          , 0xAA3D,
823 <        "ReserveEntry"                          , 0xAA3E,
824 <        "SetEntries"                            , 0xAA3F,
825 <        "QDError"                                       , 0xAA40,
826 <        "SaveEntries"                           , 0xAA49,
827 <        "RestoreEntries"                        , 0xAA4A,
828 <        "DelSearch"                                     , 0xAA4C,
829 <        "DelComp"                                       , 0xAA4D,
830 <        "SetStdCProcs"                          , 0xAA4E,
831 <        "StdOpcodeProc"                         , 0xABF8,
832 <        "SetWinColor"                           , 0xAA41,
833 <        "GetAuxWin"                                     , 0xAA42,
834 <        "SetCtlColor"                           , 0xAA43,
835 <        "SetControlColor"                       , 0xAA43,
836 <        "GetAuxCtl"                                     , 0xAA44,
837 <        "GetAuxiliaryControlRecord"     , 0xAA44,
838 <        "NewCWindow"                            , 0xAA45,
839 <        "GetNewCWindow"                         , 0xAA46,
840 <        "SetDeskCPat"                           , 0xAA47,
841 <        "GetCWMgrPort"                          , 0xAA48,
842 <        "GetCVariant"                           , 0xA809,
843 <        "GetControlVariant"                     , 0xA809,
844 <        "GetWVariant"                           , 0xA80A,
845 <        "DelMCEntries"                          , 0xAA60,
846 <        "DeleteMCEntries"                       , 0xAA60,
847 <        "GetMCInfo"                                     , 0xAA61,
848 <        "SetMCInfo"                                     , 0xAA62,
849 <        "DispMCInfo"                            , 0xAA63,
850 <        "DisposeMCInfo"                         , 0xAA63,
851 <        "GetMCEntry"                            , 0xAA64,
852 <        "SetMCEntries"                          , 0xAA65,
853 <        "MenuChoice"                            , 0xAA66,
854 <        "DialogDispatch"                        , 0xAA68,
855 <        "SetFractEnable"                        , 0xA814,
856 <        "FontDispatch"                          , 0xA854,
857 <        "InitPalettes"                          , 0xAA90,
858 <        "NewPalette"                            , 0xAA91,
859 <        "GetNewPalette"                         , 0xAA92,
860 <        "DisposePalette"                        , 0xAA93,
861 <        "ActivatePalette"                       , 0xAA94,
862 <        "SetPalette"                            , 0xAA95,
863 <        "NSetPalette"                           , 0xAA95,
864 <        "GetPalette"                            , 0xAA96,
865 <        "PmForeColor"                           , 0xAA97,
866 <        "PmBackColor"                           , 0xAA98,
867 <        "AnimateEntry"                          , 0xAA99,
868 <        "AnimatePalette"                        , 0xAA9A,
869 <        "GetEntryColor"                         , 0xAA9B,
870 <        "SetEntryColor"                         , 0xAA9C,
871 <        "GetEntryUsage"                         , 0xAA9D,
872 <        "SetEntryUsage"                         , 0xAA9E,
873 <        "CTab2Palette"                          , 0xAA9F,
874 <        "Palette2CTab"                          , 0xAAA0,
875 <        "CopyPalette"                           , 0xAAA1,
876 <        "PaletteDispatch"                       , 0xAAA2,
877 <        "EgretDispatch"                         , 0xA092,
878 <        "SoundDispatch"                         , 0xA800,
879 <        "SndDisposeChannel"                     , 0xA801,
880 <        "SndAddModifier"                        , 0xA802,
881 <        "SndDoCommand"                          , 0xA803,
882 <        "SndDoImmediate"                        , 0xA804,
883 <        "SndPlay"                                       , 0xA805,
884 <        "SndControl"                            , 0xA806,
885 <        "SndNewChannel"                         , 0xA807,
886 <        "SlotManager"                           , 0xA06E,
887 <        "ScriptUtil"                            , 0xA8B5,
888 <        "SCSIAtomic"                            , 0xA089,
889 <        "SCSIDispatch"                          , 0xA815,
890 <        "Long2Fix"                                      , 0xA83F,
891 <        "Fix2Long"                                      , 0xA840,
892 <        "Fix2Frac"                                      , 0xA841,
893 <        "Frac2Fix"                                      , 0xA842,
894 <        "Fix2X"                                         , 0xA843,
895 <        "X2Fix"                                         , 0xA844,
896 <        "Frac2X"                                        , 0xA845,
897 <        "X2Frac"                                        , 0xA846,
898 <        "FracCos"                                       , 0xA847,
899 <        "FracSin"                                       , 0xA848,
900 <        "FracSqrt"                                      , 0xA849,
901 <        "FracMul"                                       , 0xA84A,
902 <        "FracDiv"                                       , 0xA84B,
903 <        "FixDiv"                                        , 0xA84D,
904 <        "NMInstall"                                     , 0xA05E,
905 <        "NMRemove"                                      , 0xA05F,
906 <        "QDExtensions"                          , 0xAB1D,
907 <        "ComponentDispatch"                     , 0xA82A,
908 <        "DockingDispatch"                       , 0xAA57,
909 <        "MixedModeDispatch"                     , 0xAA59,
910 <        "CodeFragmentDispatch"          , 0xAA5A,
911 <        "TranslationDispatch"           , 0xABFC,
912 <        "TextServicesDispatch"          , 0xAA54,
913 <        "CursorDeviceDispatch"          , 0xAADB,
914 <        "InitDogCow"                            , 0xA89F,
915 <        "EnableDogCow"                          , 0xA89F,
916 <        "DisableDogCow"                         , 0xA89F,
917 <        "Moof"                                          , 0xA89F,
918 <        "HFSPinaforeDispatch"           , 0xAA52,
919 <        "OCEUtils"                                      , 0xAA5C,
920 <        "DigitalSignature"                      , 0xAA5D,
921 <        "TBDispatch"                            , 0xAA5E,
922 <        "CollectionMgr"                         , 0xABF6,
923 <        "ControlStripDispatch"          , 0xAAF2,
924 <        "PowerMgrDispatch"                      , 0xA09E,
925 <        "ALMDispatch"                           , 0xAAA4,
926 <        "LayerDispatch"                         , 0xA829,
927 <        "DrvrInstallRsrvMem"            , 0xA43D,
928 <        ""                                                      , 0
30 >        {"Open"                     , 0xA000},
31 >        {"Close"                    , 0xA001},
32 >        {"Read"                     , 0xA002},
33 >        {"Write"                    , 0xA003},
34 >        {"Control"                  , 0xA004},
35 >        {"Status"                   , 0xA005},
36 >        {"KillIO"                   , 0xA006},
37 >        {"GetVolInfo"               , 0xA007},
38 >        {"Create"                   , 0xA008},
39 >        {"Delete"                   , 0xA009},
40 >        {"OpenRF"                   , 0xA00A},
41 >        {"Rename"                   , 0xA00B},
42 >        {"GetFileInfo"              , 0xA00C},
43 >        {"SetFileInfo"              , 0xA00D},
44 >        {"UnmountVol"               , 0xA00E},
45 >        {"MountVol"                 , 0xA00F},
46 >        {"Allocate"                 , 0xA010},
47 >        {"GetEOF"                   , 0xA011},
48 >        {"SetEOF"                   , 0xA012},
49 >        {"FlushVol"                 , 0xA013},
50 >        {"GetVol"                   , 0xA014},
51 >        {"SetVol"                   , 0xA015},
52 >        {"FInitQueue"               , 0xA016},
53 >        {"Eject"                    , 0xA017},
54 >        {"GetFPos"                  , 0xA018},
55 >        {"InitZone"                 , 0xA019},
56 >        {"SetZone"                  , 0xA01B},
57 >        {"FreeMem"                  , 0xA01C},
58 >        {"DisposPtr"                , 0xA01F},
59 >        {"DisposePtr"               , 0xA01F},
60 >        {"SetPtrSize"               , 0xA020},
61 >        {"GetPtrSize"               , 0xA021},
62 >        {"DisposHandle"             , 0xA023},
63 >        {"DisposeHandle"            , 0xA023},
64 >        {"SetHandleSize"            , 0xA024},
65 >        {"GetHandleSize"            , 0xA025},
66 >        {"ReallocHandle"            , 0xA027},
67 >        {"HLock"                    , 0xA029},
68 >        {"HUnlock"                  , 0xA02A},
69 >        {"EmptyHandle"              , 0xA02B},
70 >        {"InitApplZone"             , 0xA02C},
71 >        {"SetApplLimit"             , 0xA02D},
72 >        {"BlockMove"                , 0xA02E},
73 >        {"PostEvent"                , 0xA02F},
74 >        {"OSEventAvail"             , 0xA030},
75 >        {"GetOSEvent"               , 0xA031},
76 >        {"FlushEvents"              , 0xA032},
77 >        {"VInstall"                 , 0xA033},
78 >        {"VRemove"                  , 0xA034},
79 >        {"OffLine"                  , 0xA035},
80 >        {"MoreMasters"              , 0xA036},
81 >        {"WriteParam"               , 0xA038},
82 >        {"ReadDateTime"             , 0xA039},
83 >        {"SetDateTime"              , 0xA03A},
84 >        {"Delay"                    , 0xA03B},
85 >        {"CmpString"                , 0xA03C},
86 >        {"DrvrInstall"              , 0xA03D},
87 >        {"DrvrRemove"               , 0xA03E},
88 >        {"InitUtil"                 , 0xA03F},
89 >        {"ResrvMem"                 , 0xA040},
90 >        {"SetFilLock"               , 0xA041},
91 >        {"RstFilLock"               , 0xA042},
92 >        {"SetFilType"               , 0xA043},
93 >        {"SetFPos"                  , 0xA044},
94 >        {"FlushFile"                , 0xA045},
95 >        {"SetTrapAddress"           , 0xA047},
96 >        {"HPurge"                   , 0xA049},
97 >        {"HNoPurge"                 , 0xA04A},
98 >        {"SetGrowZone"              , 0xA04B},
99 >        {"CompactMem"               , 0xA04C},
100 >        {"PurgeMem"                 , 0xA04D},
101 >        {"AddDrive"                 , 0xA04E},
102 >        {"RDrvrInstall"             , 0xA04F},
103 >        {"CompareString"            , 0xA050},
104 >        {"RelString"                , 0xA050},
105 >        {"ReadXPRam"                , 0xA051},
106 >        {"WriteXPRam"               , 0xA052},
107 >        {"UprString"                , 0xA054},
108 >        {"StripAddress"             , 0xA055},
109 >        {"LowerText"                , 0xA056},
110 >        {"LwrString"                , 0xA056},
111 >        {"SetAppBase"               , 0xA057},
112 >        {"SetApplBase"              , 0xA057},
113 >        {"InsTime"                  , 0xA058},
114 >        {"RmvTime"                  , 0xA059},
115 >        {"PrimeTime"                , 0xA05A},
116 >        {"PowerOff"                 , 0xA05B},
117 >        {"MemoryDispatch"           , 0xA05C},
118 >        {"SwapMMUMode"              , 0xA05D},
119 >        {"NMInstall"                , 0xA05E},
120 >        {"NMRemove"                 , 0xA05F},
121 >        {"FSDispatch"               , 0xA060},
122 >        {"MaxBlock"                 , 0xA061},
123 >        {"MaxApplZone"              , 0xA063},
124 >        {"MoveHHi"                  , 0xA064},
125 >        {"StackSpace"               , 0xA065},
126 >        {"HSetRBit"                 , 0xA067},
127 >        {"HClrRBit"                 , 0xA068},
128 >        {"HGetState"                , 0xA069},
129 >        {"HSetState"                , 0xA06A},
130 >        {"InitFS"                   , 0xA06C},
131 >        {"InitEvents"               , 0xA06D},
132 >        {"SlotManager"              , 0xA06E},
133 >        {"SlotVInstall"             , 0xA06F},
134 >        {"SlotVRemove"              , 0xA070},
135 >        {"AttachVBL"                , 0xA071},
136 >        {"DoVBLTask"                , 0xA072},
137 >        {"SIntInstall"              , 0xA075},
138 >        {"SIntRemove"               , 0xA076},
139 >        {"CountADBs"                , 0xA077},
140 >        {"GetIndADB"                , 0xA078},
141 >        {"GetADBInfo"               , 0xA079},
142 >        {"SetADBInfo"               , 0xA07A},
143 >        {"ADBReInit"                , 0xA07B},
144 >        {"ADBOp"                    , 0xA07C},
145 >        {"GetDefaultStartup"        , 0xA07D},
146 >        {"SetDefaultStartup"        , 0xA07E},
147 >        {"InternalWait"             , 0xA07F},
148 >        {"GetVideoDefault"          , 0xA080},
149 >        {"SetVideoDefault"          , 0xA081},
150 >        {"DTInstall"                , 0xA082},
151 >        {"SetOSDefault"             , 0xA083},
152 >        {"GetOSDefault"             , 0xA084},
153 >        {"PMgrOp"                   , 0xA085},
154 >        {"IOPInfoAccess"            , 0xA086},
155 >        {"IOPMsgRequest"            , 0xA087},
156 >        {"IOPMoveData"              , 0xA088},
157 >        {"SCSIAtomic"               , 0xA089},
158 >        {"Sleep"                    , 0xA08A},
159 >        {"CommToolboxDispatch"      , 0xA08B},
160 >        {"DebugUtil"                , 0xA08D},
161 >        {"DeferUserFn"              , 0xA08F},
162 >        {"SysEnvirons"              , 0xA090},
163 >        {"Translate24To32"          , 0xA091},
164 >        {"EgretDispatch"            , 0xA092},
165 >        {"PowerMgrDispatch"         , 0xA09E},
166 >        {"PowerDispatch"            , 0xA09F},
167 >        {"HeapDispatch"             , 0xA0A4},
168 >        {"VADBProc"                 , 0xA0AE},
169 >        {"PPC"                      , 0xA0DD},
170 >        {"TEFindWord"               , 0xA0FE},
171 >        {"TEFindLine"               , 0xA0FF},
172 >        {"GetZone"                  , 0xA11A},
173 >        {"MaxMem"                   , 0xA11D},
174 >        {"NewPtr"                   , 0xA11E},
175 >        {"NewHandle"                , 0xA122},
176 >        {"HandleZone"               , 0xA126},
177 >        {"RecoverHandle"            , 0xA128},
178 >        {"PPostEvent"               , 0xA12F},
179 >        {"DrvrInstall"              , 0xA13D},
180 >        {"GetTrapAddress"           , 0xA146},
181 >        {"PtrZone"                  , 0xA148},
182 >        {"MemoryDispatchA0Result"   , 0xA15C},
183 >        {"PurgeSpace"               , 0xA162},
184 >        {"NewEmptyHandle"           , 0xA166},
185 >        {"Microseconds"             , 0xA193},
186 >        {"HWPriv"                   , 0xA198},
187 >        {"Gestalt"                  , 0xA1AD},
188 >        {"HOpen"                    , 0xA200},
189 >        {"HGetVInfo"                , 0xA207},
190 >        {"HCreate"                  , 0xA208},
191 >        {"HDelete"                  , 0xA209},
192 >        {"HOpenRF"                  , 0xA20A},
193 >        {"HRename"                  , 0xA20B},
194 >        {"HGetFileInfo"             , 0xA20C},
195 >        {"HSetFileInfo"             , 0xA20D},
196 >        {"HUnmountVol"              , 0xA20E},
197 >        {"AllocContig"              , 0xA210},
198 >        {"HGetVol"                  , 0xA214},
199 >        {"HSetVol"                  , 0xA215},
200 >        {"BlockMoveData"            , 0xA22E},
201 >        {"HSetFLock"                , 0xA241},
202 >        {"HRstFLock"                , 0xA242},
203 >        {"SetOSTrapAddress"         , 0xA247},
204 >        {"StripText"                , 0xA256},
205 >        {"HFSDispatch"              , 0xA260},
206 >        {"IdleUpdate"               , 0xA285},
207 >        {"SleepQInstall"            , 0xA28A},
208 >        {"SlpQInstall"              , 0xA28A},
209 >        {"NewPtrClear"              , 0xA31E},
210 >        {"NewHandleClear"           , 0xA322},
211 >        {"GetOSTrapAddress"         , 0xA346},
212 >        {"NewGestalt"               , 0xA3AD},
213 >        {"DrvrInstallRsrvMem"       , 0xA43D},
214 >        {"DrvrInstallRsrvMem"       , 0xA43D},
215 >        {"UpperText"                , 0xA456},
216 >        {"InsXTime"                 , 0xA458},
217 >        {"IdleState"                , 0xA485},
218 >        {"SleepQRemove"             , 0xA48A},
219 >        {"SlpQRemove"               , 0xA48A},
220 >        {"NewPtrSys"                , 0xA51E},
221 >        {"NewHandleSys"             , 0xA522},
222 >        {"DrvrInstallRsrvMem"       , 0xA53D},
223 >        {"PurgeSpaceSys"            , 0xA562},
224 >        {"ReplaceGestalt"           , 0xA5AD},
225 >        {"SetToolBoxTrapAddress"    , 0xA647},
226 >        {"SetToolTrapAddress"       , 0xA647},
227 >        {"StripUpperText"           , 0xA656},
228 >        {"SerialPower"              , 0xA685},
229 >        {"NewPtrSysClear"           , 0xA71E},
230 >        {"NewHandleSysClear"        , 0xA722},
231 >        {"GetToolBoxTrapAddress"    , 0xA746},
232 >        {"GetToolTrapAddress"       , 0xA746},
233 >        {"GetGestaltProcPtr"        , 0xA7AD},
234 >        {"SoundDispatch"            , 0xA800},
235 >        {"SndDisposeChannel"        , 0xA801},
236 >        {"SndAddModifier"           , 0xA802},
237 >        {"SndDoCommand"             , 0xA803},
238 >        {"SndDoImmediate"           , 0xA804},
239 >        {"SndPlay"                  , 0xA805},
240 >        {"SndControl"               , 0xA806},
241 >        {"SndNewChannel"            , 0xA807},
242 >        {"InitProcMenu"             , 0xA808},
243 >        {"GetCVariant"              , 0xA809},
244 >        {"GetControlVariant"        , 0xA809},
245 >        {"GetWVariant"              , 0xA80A},
246 >        {"PopUpMenuSelect"          , 0xA80B},
247 >        {"RGetResource"             , 0xA80C},
248 >        {"Count1Resources"          , 0xA80D},
249 >        {"Get1IxResource"           , 0xA80E},
250 >        {"Get1IxType"               , 0xA80F},
251 >        {"Unique1ID"                , 0xA810},
252 >        {"TESelView"                , 0xA811},
253 >        {"TEPinScroll"              , 0xA812},
254 >        {"TEAutoView"               , 0xA813},
255 >        {"SetFractEnable"           , 0xA814},
256 >        {"SCSIDispatch"             , 0xA815},
257 >        {"Pack8"                    , 0xA816},
258 >        {"CopyMask"                 , 0xA817},
259 >        {"FixATan2"                 , 0xA818},
260 >        {"XMunger"                  , 0xA819},
261 >        {"HOpenResFile"             , 0xA81A},
262 >        {"HCreateResFile"           , 0xA81B},
263 >        {"Count1Types"              , 0xA81C},
264 >        {"InvalMenuBar"             , 0xA81D},
265 >        {"Get1Resource"             , 0xA81F},
266 >        {"Get1NamedResource"        , 0xA820},
267 >        {"MaxSizeRsrc"              , 0xA821},
268 >        {"ResourceDispatch"         , 0xA822},
269 >        {"AliasDispatch"            , 0xA823},
270 >        {"InsMenuItem"              , 0xA826},
271 >        {"InsertMenuItem"           , 0xA826},
272 >        {"HideDItem"                , 0xA827},
273 >        {"HideDialogItem"           , 0xA827},
274 >        {"ShowDItem"                , 0xA828},
275 >        {"ShowDialogItem"           , 0xA828},
276 >        {"LayerDispatch"            , 0xA829},
277 >        {"ComponentDispatch"        , 0xA82A},
278 >        {"Pack9"                    , 0xA82B},
279 >        {"Pack10"                   , 0xA82C},
280 >        {"Pack11"                   , 0xA82D},
281 >        {"Pack12"                   , 0xA82E},
282 >        {"Pack13"                   , 0xA82F},
283 >        {"Pack14"                   , 0xA830},
284 >        {"Pack15"                   , 0xA831},
285 >        {"ScrnBitMap"               , 0xA833},
286 >        {"SetFScaleDisable"         , 0xA834},
287 >        {"FontMetrics"              , 0xA835},
288 >        {"GetMaskTable"             , 0xA836},
289 >        {"MeasureText"              , 0xA837},
290 >        {"CalcMask"                 , 0xA838},
291 >        {"SeedFill"                 , 0xA839},
292 >        {"ZoomWindow"               , 0xA83A},
293 >        {"TrackBox"                 , 0xA83B},
294 >        {"TEGetOffset"              , 0xA83C},
295 >        {"TEDispatch"               , 0xA83D},
296 >        {"TEStyleNew"               , 0xA83E},
297 >        {"Long2Fix"                 , 0xA83F},
298 >        {"Fix2Long"                 , 0xA840},
299 >        {"Fix2Frac"                 , 0xA841},
300 >        {"Frac2Fix"                 , 0xA842},
301 >        {"Fix2X"                    , 0xA843},
302 >        {"X2Fix"                    , 0xA844},
303 >        {"Frac2X"                   , 0xA845},
304 >        {"X2Frac"                   , 0xA846},
305 >        {"FracCos"                  , 0xA847},
306 >        {"FracSin"                  , 0xA848},
307 >        {"FracSqrt"                 , 0xA849},
308 >        {"FracMul"                  , 0xA84A},
309 >        {"FracDiv"                  , 0xA84B},
310 >        {"FixDiv"                   , 0xA84D},
311 >        {"GetItemCmd"               , 0xA84E},
312 >        {"SetItemCmd"               , 0xA84F},
313 >        {"InitCursor"               , 0xA850},
314 >        {"SetCursor"                , 0xA851},
315 >        {"HideCursor"               , 0xA852},
316 >        {"ShowCursor"               , 0xA853},
317 >        {"FontDispatch"             , 0xA854},
318 >        {"ShieldCursor"             , 0xA855},
319 >        {"ObscureCursor"            , 0xA856},
320 >        {"BitAnd"                   , 0xA858},
321 >        {"BitXOr"                   , 0xA859},
322 >        {"BitNot"                   , 0xA85A},
323 >        {"BitOr"                    , 0xA85B},
324 >        {"BitShift"                 , 0xA85C},
325 >        {"BitTst"                   , 0xA85D},
326 >        {"BitSet"                   , 0xA85E},
327 >        {"BitClr"                   , 0xA85F},
328 >        {"WaitNextEvent"            , 0xA860},
329 >        {"Random"                   , 0xA861},
330 >        {"ForeColor"                , 0xA862},
331 >        {"BackColor"                , 0xA863},
332 >        {"ColorBit"                 , 0xA864},
333 >        {"GetPixel"                 , 0xA865},
334 >        {"StuffHex"                 , 0xA866},
335 >        {"LongMul"                  , 0xA867},
336 >        {"FixMul"                   , 0xA868},
337 >        {"FixRatio"                 , 0xA869},
338 >        {"HiWord"                   , 0xA86A},
339 >        {"LoWord"                   , 0xA86B},
340 >        {"FixRound"                 , 0xA86C},
341 >        {"InitPort"                 , 0xA86D},
342 >        {"InitGraf"                 , 0xA86E},
343 >        {"OpenPort"                 , 0xA86F},
344 >        {"LocalToGlobal"            , 0xA870},
345 >        {"GlobalToLocal"            , 0xA871},
346 >        {"GrafDevice"               , 0xA872},
347 >        {"SetPort"                  , 0xA873},
348 >        {"GetPort"                  , 0xA874},
349 >        {"SetPBits"                 , 0xA875},
350 >        {"PortSize"                 , 0xA876},
351 >        {"MovePortTo"               , 0xA877},
352 >        {"SetOrigin"                , 0xA878},
353 >        {"SetClip"                  , 0xA879},
354 >        {"GetClip"                  , 0xA87A},
355 >        {"ClipRect"                 , 0xA87B},
356 >        {"BackPat"                  , 0xA87C},
357 >        {"ClosePort"                , 0xA87D},
358 >        {"AddPt"                    , 0xA87E},
359 >        {"SubPt"                    , 0xA87F},
360 >        {"SetPt"                    , 0xA880},
361 >        {"EqualPt"                  , 0xA881},
362 >        {"StdText"                  , 0xA882},
363 >        {"DrawChar"                 , 0xA883},
364 >        {"DrawString"               , 0xA884},
365 >        {"DrawText"                 , 0xA885},
366 >        {"TextWidth"                , 0xA886},
367 >        {"TextFont"                 , 0xA887},
368 >        {"TextFace"                 , 0xA888},
369 >        {"TextMode"                 , 0xA889},
370 >        {"TextSize"                 , 0xA88A},
371 >        {"GetFontInfo"              , 0xA88B},
372 >        {"StringWidth"              , 0xA88C},
373 >        {"CharWidth"                , 0xA88D},
374 >        {"SpaceExtra"               , 0xA88E},
375 >        {"OSDispatch"               , 0xA88F},
376 >        {"StdLine"                  , 0xA890},
377 >        {"LineTo"                   , 0xA891},
378 >        {"Line"                     , 0xA892},
379 >        {"MoveTo"                   , 0xA893},
380 >        {"Move"                     , 0xA894},
381 >        {"ShutDown"                 , 0xA895},
382 >        {"HidePen"                  , 0xA896},
383 >        {"ShowPen"                  , 0xA897},
384 >        {"GetPenState"              , 0xA898},
385 >        {"SetPenState"              , 0xA899},
386 >        {"GetPen"                   , 0xA89A},
387 >        {"PenSize"                  , 0xA89B},
388 >        {"PenMode"                  , 0xA89C},
389 >        {"PenPat"                   , 0xA89D},
390 >        {"PenNormal"                , 0xA89E},
391 >        {"DisableDogCow"            , 0xA89F},
392 >        {"EnableDogCow"             , 0xA89F},
393 >        {"InitDogCow"               , 0xA89F},
394 >        {"Moof"                     , 0xA89F},
395 >        {"Unimplemented"            , 0xA89F},
396 >        {"StdRect"                  , 0xA8A0},
397 >        {"FrameRect"                , 0xA8A1},
398 >        {"PaintRect"                , 0xA8A2},
399 >        {"EraseRect"                , 0xA8A3},
400 >        {"InverRect"                , 0xA8A4},
401 >        {"FillRect"                 , 0xA8A5},
402 >        {"EqualRect"                , 0xA8A6},
403 >        {"SetRect"                  , 0xA8A7},
404 >        {"OffsetRect"               , 0xA8A8},
405 >        {"InsetRect"                , 0xA8A9},
406 >        {"SectRect"                 , 0xA8AA},
407 >        {"UnionRect"                , 0xA8AB},
408 >        {"Pt2Rect"                  , 0xA8AC},
409 >        {"PtInRect"                 , 0xA8AD},
410 >        {"EmptyRect"                , 0xA8AE},
411 >        {"StdRRect"                 , 0xA8AF},
412 >        {"FrameRoundRect"           , 0xA8B0},
413 >        {"PaintRoundRect"           , 0xA8B1},
414 >        {"EraseRoundRect"           , 0xA8B2},
415 >        {"InverRoundRect"           , 0xA8B3},
416 >        {"FillRoundRect"            , 0xA8B4},
417 >        {"ScriptUtil"               , 0xA8B5},
418 >        {"StdOval"                  , 0xA8B6},
419 >        {"FrameOval"                , 0xA8B7},
420 >        {"PaintOval"                , 0xA8B8},
421 >        {"EraseOval"                , 0xA8B9},
422 >        {"InvertOval"               , 0xA8BA},
423 >        {"FillOval"                 , 0xA8BB},
424 >        {"SlopeFromAngle"           , 0xA8BC},
425 >        {"StdArc"                   , 0xA8BD},
426 >        {"FrameArc"                 , 0xA8BE},
427 >        {"PaintArc"                 , 0xA8BF},
428 >        {"EraseArc"                 , 0xA8C0},
429 >        {"InvertArc"                , 0xA8C1},
430 >        {"FillArc"                  , 0xA8C2},
431 >        {"PtToAngle"                , 0xA8C3},
432 >        {"AngleFromSlope"           , 0xA8C4},
433 >        {"StdPoly"                  , 0xA8C5},
434 >        {"FramePoly"                , 0xA8C6},
435 >        {"PaintPoly"                , 0xA8C7},
436 >        {"ErasePoly"                , 0xA8C8},
437 >        {"InvertPoly"               , 0xA8C9},
438 >        {"FillPoly"                 , 0xA8CA},
439 >        {"OpenPoly"                 , 0xA8CB},
440 >        {"ClosePgon"                , 0xA8CC},
441 >        {"ClosePoly"                , 0xA8CC},
442 >        {"KillPoly"                 , 0xA8CD},
443 >        {"OffsetPoly"               , 0xA8CE},
444 >        {"PackBits"                 , 0xA8CF},
445 >        {"UnpackBits"               , 0xA8D0},
446 >        {"StdRgn"                   , 0xA8D1},
447 >        {"FrameRgn"                 , 0xA8D2},
448 >        {"PaintRgn"                 , 0xA8D3},
449 >        {"EraseRgn"                 , 0xA8D4},
450 >        {"InverRgn"                 , 0xA8D5},
451 >        {"FillRgn"                  , 0xA8D6},
452 >        {"BitMapRgn"                , 0xA8D7},
453 >        {"BitMapToRegion"           , 0xA8D7},
454 >        {"NewRgn"                   , 0xA8D8},
455 >        {"DisposRgn"                , 0xA8D9},
456 >        {"DisposeRgn"               , 0xA8D9},
457 >        {"OpenRgn"                  , 0xA8DA},
458 >        {"CloseRgn"                 , 0xA8DB},
459 >        {"CopyRgn"                  , 0xA8DC},
460 >        {"SetEmptyRgn"              , 0xA8DD},
461 >        {"SetRecRgn"                , 0xA8DE},
462 >        {"RectRgn"                  , 0xA8DF},
463 >        {"OffsetRgn"                , 0xA8E0},
464 >        {"InsetRgn"                 , 0xA8E1},
465 >        {"EmptyRgn"                 , 0xA8E2},
466 >        {"EqualRgn"                 , 0xA8E3},
467 >        {"SectRgn"                  , 0xA8E4},
468 >        {"UnionRgn"                 , 0xA8E5},
469 >        {"DiffRgn"                  , 0xA8E6},
470 >        {"XOrRgn"                   , 0xA8E7},
471 >        {"PtInRgn"                  , 0xA8E8},
472 >        {"RectInRgn"                , 0xA8E9},
473 >        {"SetStdProcs"              , 0xA8EA},
474 >        {"StdBits"                  , 0xA8EB},
475 >        {"CopyBits"                 , 0xA8EC},
476 >        {"StdTxMeas"                , 0xA8ED},
477 >        {"StdGetPic"                , 0xA8EE},
478 >        {"ScrollRect"               , 0xA8EF},
479 >        {"StdPutPic"                , 0xA8F0},
480 >        {"StdComment"               , 0xA8F1},
481 >        {"PicComment"               , 0xA8F2},
482 >        {"OpenPicture"              , 0xA8F3},
483 >        {"ClosePicture"             , 0xA8F4},
484 >        {"KillPicture"              , 0xA8F5},
485 >        {"DrawPicture"              , 0xA8F6},
486 >        {"Layout"                   , 0xA8F7},
487 >        {"ScalePt"                  , 0xA8F8},
488 >        {"MapPt"                    , 0xA8F9},
489 >        {"MapRect"                  , 0xA8FA},
490 >        {"MapRgn"                   , 0xA8FB},
491 >        {"MapPoly"                  , 0xA8FC},
492 >        {"PrGlue"                   , 0xA8FD},
493 >        {"InitFonts"                , 0xA8FE},
494 >        {"GetFName"                 , 0xA8FF},
495 >        {"GetFNum"                  , 0xA900},
496 >        {"FMSwapFont"               , 0xA901},
497 >        {"RealFont"                 , 0xA902},
498 >        {"SetFontLock"              , 0xA903},
499 >        {"DrawGrowIcon"             , 0xA904},
500 >        {"DragGrayRgn"              , 0xA905},
501 >        {"NewString"                , 0xA906},
502 >        {"SetString"                , 0xA907},
503 >        {"ShowHide"                 , 0xA908},
504 >        {"CalcVis"                  , 0xA909},
505 >        {"CalcVBehind"              , 0xA90A},
506 >        {"ClipAbove"                , 0xA90B},
507 >        {"PaintOne"                 , 0xA90C},
508 >        {"PaintBehind"              , 0xA90D},
509 >        {"SaveOld"                  , 0xA90E},
510 >        {"DrawNew"                  , 0xA90F},
511 >        {"GetWMgrPort"              , 0xA910},
512 >        {"CheckUpDate"              , 0xA911},
513 >        {"InitWindows"              , 0xA912},
514 >        {"NewWindow"                , 0xA913},
515 >        {"DisposWindow"             , 0xA914},
516 >        {"DisposeWindow"            , 0xA914},
517 >        {"ShowWindow"               , 0xA915},
518 >        {"HideWindow"               , 0xA916},
519 >        {"GetWRefCon"               , 0xA917},
520 >        {"SetWRefCon"               , 0xA918},
521 >        {"GetWTitle"                , 0xA919},
522 >        {"SetWTitle"                , 0xA91A},
523 >        {"MoveWindow"               , 0xA91B},
524 >        {"HiliteWindow"             , 0xA91C},
525 >        {"SizeWindow"               , 0xA91D},
526 >        {"TrackGoAway"              , 0xA91E},
527 >        {"SelectWindow"             , 0xA91F},
528 >        {"BringToFront"             , 0xA920},
529 >        {"SendBehind"               , 0xA921},
530 >        {"BeginUpDate"              , 0xA922},
531 >        {"EndUpDate"                , 0xA923},
532 >        {"FrontWindow"              , 0xA924},
533 >        {"DragWindow"               , 0xA925},
534 >        {"DragTheRgn"               , 0xA926},
535 >        {"InvalRgn"                 , 0xA927},
536 >        {"InvalRect"                , 0xA928},
537 >        {"ValidRgn"                 , 0xA929},
538 >        {"ValidRect"                , 0xA92A},
539 >        {"GrowWindow"               , 0xA92B},
540 >        {"FindWindow"               , 0xA92C},
541 >        {"CloseWindow"              , 0xA92D},
542 >        {"SetWindowPic"             , 0xA92E},
543 >        {"GetWindowPic"             , 0xA92F},
544 >        {"InitMenus"                , 0xA930},
545 >        {"NewMenu"                  , 0xA931},
546 >        {"DisposMenu"               , 0xA932},
547 >        {"DisposeMenu"              , 0xA932},
548 >        {"AppendMenu"               , 0xA933},
549 >        {"ClearMenuBar"             , 0xA934},
550 >        {"InsertMenu"               , 0xA935},
551 >        {"DeleteMenu"               , 0xA936},
552 >        {"DrawMenuBar"              , 0xA937},
553 >        {"HiliteMenu"               , 0xA938},
554 >        {"EnableItem"               , 0xA939},
555 >        {"DisableItem"              , 0xA93A},
556 >        {"GetMenuBar"               , 0xA93B},
557 >        {"SetMenuBar"               , 0xA93C},
558 >        {"MenuSelect"               , 0xA93D},
559 >        {"MenuKey"                  , 0xA93E},
560 >        {"GetItmIcon"               , 0xA93F},
561 >        {"SetItmIcon"               , 0xA940},
562 >        {"GetItmStyle"              , 0xA941},
563 >        {"SetItmStyle"              , 0xA942},
564 >        {"GetItmMark"               , 0xA943},
565 >        {"SetItmMark"               , 0xA944},
566 >        {"CheckItem"                , 0xA945},
567 >        {"GetItem"                  , 0xA946},
568 >        {"GetMenuItemText"          , 0xA946},
569 >        {"SetItem"                  , 0xA947},
570 >        {"SetMenuItemText"          , 0xA947},
571 >        {"CalcMenuSize"             , 0xA948},
572 >        {"GetMHandle"               , 0xA949},
573 >        {"GetMenuHandle"            , 0xA949},
574 >        {"SetMFlash"                , 0xA94A},
575 >        {"PlotIcon"                 , 0xA94B},
576 >        {"FlashMenuBar"             , 0xA94C},
577 >        {"AddResMenu"               , 0xA94D},
578 >        {"AppendResMenu"            , 0xA94D},
579 >        {"PinRect"                  , 0xA94E},
580 >        {"DeltaPoint"               , 0xA94F},
581 >        {"CountMItems"              , 0xA950},
582 >        {"InsertResMenu"            , 0xA951},
583 >        {"DelMenuItem"              , 0xA952},
584 >        {"DeleteMenuItem"           , 0xA952},
585 >        {"UpdtControl"              , 0xA953},
586 >        {"NewControl"               , 0xA954},
587 >        {"DisposControl"            , 0xA955},
588 >        {"DisposeControl"           , 0xA955},
589 >        {"KillControls"             , 0xA956},
590 >        {"ShowControl"              , 0xA957},
591 >        {"HideControl"              , 0xA958},
592 >        {"MoveControl"              , 0xA959},
593 >        {"GetCRefCon"               , 0xA95A},
594 >        {"GetControlReference"      , 0xA95A},
595 >        {"SetCRefCon"               , 0xA95B},
596 >        {"SetControlReference"      , 0xA95B},
597 >        {"SizeControl"              , 0xA95C},
598 >        {"HiliteControl"            , 0xA95D},
599 >        {"GetCTitle"                , 0xA95E},
600 >        {"GetControlTitle"          , 0xA95E},
601 >        {"SetCTitle"                , 0xA95F},
602 >        {"SetControlTitle"          , 0xA95F},
603 >        {"GetControlValue"          , 0xA960},
604 >        {"GetCtlValue"              , 0xA960},
605 >        {"GetControlMinimum"        , 0xA961},
606 >        {"GetMinCtl"                , 0xA961},
607 >        {"GetControlMaximum"        , 0xA962},
608 >        {"GetMaxCtl"                , 0xA962},
609 >        {"SetControlValue"          , 0xA963},
610 >        {"SetCtlValue"              , 0xA963},
611 >        {"SetControlMinimum"        , 0xA964},
612 >        {"SetMinCtl"                , 0xA964},
613 >        {"SetControlMaximum"        , 0xA965},
614 >        {"SetMaxCtl"                , 0xA965},
615 >        {"TestControl"              , 0xA966},
616 >        {"DragControl"              , 0xA967},
617 >        {"TrackControl"             , 0xA968},
618 >        {"DrawControls"             , 0xA969},
619 >        {"GetControlAction"         , 0xA96A},
620 >        {"GetCtlAction"             , 0xA96A},
621 >        {"SetControlAction"         , 0xA96B},
622 >        {"SetCtlAction"             , 0xA96B},
623 >        {"FindControl"              , 0xA96C},
624 >        {"Draw1Control"             , 0xA96D},
625 >        {"Dequeue"                  , 0xA96E},
626 >        {"Enqueue"                  , 0xA96F},
627 >        {"GetNextEvent"             , 0xA970},
628 >        {"EventAvail"               , 0xA971},
629 >        {"GetMouse"                 , 0xA972},
630 >        {"StillDown"                , 0xA973},
631 >        {"Button"                   , 0xA974},
632 >        {"TickCount"                , 0xA975},
633 >        {"GetKeys"                  , 0xA976},
634 >        {"WaitMouseUp"              , 0xA977},
635 >        {"UpdtDialog"               , 0xA978},
636 >        {"InitDialogs"              , 0xA97B},
637 >        {"GetNewDialog"             , 0xA97C},
638 >        {"NewDialog"                , 0xA97D},
639 >        {"SelIText"                 , 0xA97E},
640 >        {"SelectDialogItemText"     , 0xA97E},
641 >        {"IsDialogEvent"            , 0xA97F},
642 >        {"DialogSelect"             , 0xA980},
643 >        {"DrawDialog"               , 0xA981},
644 >        {"CloseDialog"              , 0xA982},
645 >        {"DisposDialog"             , 0xA983},
646 >        {"DisposeDialog"            , 0xA983},
647 >        {"FindDItem"                , 0xA984},
648 >        {"FindDialogItem"           , 0xA984},
649 >        {"Alert"                    , 0xA985},
650 >        {"StopAlert"                , 0xA986},
651 >        {"NoteAlert"                , 0xA987},
652 >        {"CautionAlert"             , 0xA988},
653 >        {"ParamText"                , 0xA98B},
654 >        {"ErrorSound"               , 0xA98C},
655 >        {"GetDItem"                 , 0xA98D},
656 >        {"GetDialogItem"            , 0xA98D},
657 >        {"SetDItem"                 , 0xA98E},
658 >        {"SetDialogItem"            , 0xA98E},
659 >        {"SetDialogItemText"        , 0xA98F},
660 >        {"SetIText"                 , 0xA98F},
661 >        {"GetDialogItemText"        , 0xA990},
662 >        {"GetIText"                 , 0xA990},
663 >        {"ModalDialog"              , 0xA991},
664 >        {"DetachResource"           , 0xA992},
665 >        {"SetResPurge"              , 0xA993},
666 >        {"CurResFile"               , 0xA994},
667 >        {"InitResources"            , 0xA995},
668 >        {"RsrcZoneInit"             , 0xA996},
669 >        {"OpenResFile"              , 0xA997},
670 >        {"UseResFile"               , 0xA998},
671 >        {"UpdateResFile"            , 0xA999},
672 >        {"CloseResFile"             , 0xA99A},
673 >        {"SetResLoad"               , 0xA99B},
674 >        {"CountResources"           , 0xA99C},
675 >        {"GetIndResource"           , 0xA99D},
676 >        {"CountTypes"               , 0xA99E},
677 >        {"GetIndType"               , 0xA99F},
678 >        {"GetResource"              , 0xA9A0},
679 >        {"GetNamedResource"         , 0xA9A1},
680 >        {"LoadResource"             , 0xA9A2},
681 >        {"ReleaseResource"          , 0xA9A3},
682 >        {"HomeResFile"              , 0xA9A4},
683 >        {"SizeRsrc"                 , 0xA9A5},
684 >        {"GetResAttrs"              , 0xA9A6},
685 >        {"SetResAttrs"              , 0xA9A7},
686 >        {"GetResInfo"               , 0xA9A8},
687 >        {"SetResInfo"               , 0xA9A9},
688 >        {"ChangedResource"          , 0xA9AA},
689 >        {"AddResource"              , 0xA9AB},
690 >        {"AddReference"             , 0xA9AC},
691 >        {"RmveResource"             , 0xA9AD},
692 >        {"RmveReference"            , 0xA9AE},
693 >        {"ResError"                 , 0xA9AF},
694 >        {"WriteResource"            , 0xA9B0},
695 >        {"CreateResFile"            , 0xA9B1},
696 >        {"SystemEvent"              , 0xA9B2},
697 >        {"SystemClick"              , 0xA9B3},
698 >        {"SystemTask"               , 0xA9B4},
699 >        {"SystemMenu"               , 0xA9B5},
700 >        {"OpenDeskAcc"              , 0xA9B6},
701 >        {"CloseDeskAcc"             , 0xA9B7},
702 >        {"GetPattern"               , 0xA9B8},
703 >        {"GetCursor"                , 0xA9B9},
704 >        {"GetString"                , 0xA9BA},
705 >        {"GetIcon"                  , 0xA9BB},
706 >        {"GetPicture"               , 0xA9BC},
707 >        {"GetNewWindow"             , 0xA9BD},
708 >        {"GetNewControl"            , 0xA9BE},
709 >        {"GetRMenu"                 , 0xA9BF},
710 >        {"GetNewMBar"               , 0xA9C0},
711 >        {"UniqueID"                 , 0xA9C1},
712 >        {"SysEdit"                  , 0xA9C2},
713 >        {"KeyTrans"                 , 0xA9C3},
714 >        {"KeyTranslate"             , 0xA9C3},
715 >        {"OpenRFPerm"               , 0xA9C4},
716 >        {"RsrcMapEntry"             , 0xA9C5},
717 >        {"SecondsToDate"            , 0xA9C6},
718 >        {"Secs2Date"                , 0xA9C6},
719 >        {"Date2Secs"                , 0xA9C7},
720 >        {"DateToSeconds"            , 0xA9C7},
721 >        {"SysBeep"                  , 0xA9C8},
722 >        {"SysError"                 , 0xA9C9},
723 >        {"PutIcon"                  , 0xA9CA},
724 >        {"TEGetText"                , 0xA9CB},
725 >        {"TEInit"                   , 0xA9CC},
726 >        {"TEDispose"                , 0xA9CD},
727 >        {"TETextBox"                , 0xA9CE},
728 >        {"TextBox"                  , 0xA9CE},
729 >        {"TESetText"                , 0xA9CF},
730 >        {"TECalText"                , 0xA9D0},
731 >        {"TESetSelect"              , 0xA9D1},
732 >        {"TENew"                    , 0xA9D2},
733 >        {"TEUpdate"                 , 0xA9D3},
734 >        {"TEClick"                  , 0xA9D4},
735 >        {"TECopy"                   , 0xA9D5},
736 >        {"TECut"                    , 0xA9D6},
737 >        {"TEDelete"                 , 0xA9D7},
738 >        {"TEActivate"               , 0xA9D8},
739 >        {"TEDeactivate"             , 0xA9D9},
740 >        {"TEIdle"                   , 0xA9DA},
741 >        {"TEPaste"                  , 0xA9DB},
742 >        {"TEKey"                    , 0xA9DC},
743 >        {"TEScroll"                 , 0xA9DD},
744 >        {"TEInsert"                 , 0xA9DE},
745 >        {"TESetAlignment"           , 0xA9DF},
746 >        {"TESetJust"                , 0xA9DF},
747 >        {"Munger"                   , 0xA9E0},
748 >        {"HandToHand"               , 0xA9E1},
749 >        {"PtrToXHand"               , 0xA9E2},
750 >        {"PtrToHand"                , 0xA9E3},
751 >        {"HandAndHand"              , 0xA9E4},
752 >        {"InitPack"                 , 0xA9E5},
753 >        {"InitAllPacks"             , 0xA9E6},
754 >        {"Pack0"                    , 0xA9E7},
755 >        {"Pack1"                    , 0xA9E8},
756 >        {"Pack2"                    , 0xA9E9},
757 >        {"Pack3"                    , 0xA9EA},
758 >        {"FP68K"                    , 0xA9EB},
759 >        {"Pack4"                    , 0xA9EB},
760 >        {"Elems68K"                 , 0xA9EC},
761 >        {"Pack5"                    , 0xA9EC},
762 >        {"Pack6"                    , 0xA9ED},
763 >        {"DECSTR68K"                , 0xA9EE},
764 >        {"Pack7"                    , 0xA9EE},
765 >        {"PtrAndHand"               , 0xA9EF},
766 >        {"LoadSeg"                  , 0xA9F0},
767 >        {"UnLoadSeg"                , 0xA9F1},
768 >        {"Launch"                   , 0xA9F2},
769 >        {"Chain"                    , 0xA9F3},
770 >        {"ExitToShell"              , 0xA9F4},
771 >        {"GetAppParms"              , 0xA9F5},
772 >        {"GetResFileAttrs"          , 0xA9F6},
773 >        {"SetResFileAttrs"          , 0xA9F7},
774 >        {"MethodDispatch"           , 0xA9F8},
775 >        {"InfoScrap"                , 0xA9F9},
776 >        {"UnloadScrap"              , 0xA9FA},
777 >        {"UnlodeScrap"              , 0xA9FA},
778 >        {"LoadScrap"                , 0xA9FB},
779 >        {"LodeScrap"                , 0xA9FB},
780 >        {"ZeroScrap"                , 0xA9FC},
781 >        {"GetScrap"                 , 0xA9FD},
782 >        {"PutScrap"                 , 0xA9FE},
783 >        {"Debugger"                 , 0xA9FF},
784 >        {"OpenCPort"                , 0xAA00},
785 >        {"InitCPort"                , 0xAA01},
786 >        {"CloseCPort"               , 0xAA02},
787 >        {"NewPixMap"                , 0xAA03},
788 >        {"DisposPixMap"             , 0xAA04},
789 >        {"DisposePixMap"            , 0xAA04},
790 >        {"CopyPixMap"               , 0xAA05},
791 >        {"SetPortPix"               , 0xAA06},
792 >        {"NewPixPat"                , 0xAA07},
793 >        {"DisposPixPat"             , 0xAA08},
794 >        {"DisposePixPat"            , 0xAA08},
795 >        {"CopyPixPat"               , 0xAA09},
796 >        {"PenPixPat"                , 0xAA0A},
797 >        {"BackPixPat"               , 0xAA0B},
798 >        {"GetPixPat"                , 0xAA0C},
799 >        {"MakeRGBPat"               , 0xAA0D},
800 >        {"FillCRect"                , 0xAA0E},
801 >        {"FillCOval"                , 0xAA0F},
802 >        {"FillCRoundRect"           , 0xAA10},
803 >        {"FillCArc"                 , 0xAA11},
804 >        {"FillCRgn"                 , 0xAA12},
805 >        {"FillCPoly"                , 0xAA13},
806 >        {"RGBForeColor"             , 0xAA14},
807 >        {"RGBBackColor"             , 0xAA15},
808 >        {"SetCPixel"                , 0xAA16},
809 >        {"GetCPixel"                , 0xAA17},
810 >        {"GetCTable"                , 0xAA18},
811 >        {"GetForeColor"             , 0xAA19},
812 >        {"GetBackColor"             , 0xAA1A},
813 >        {"GetCCursor"               , 0xAA1B},
814 >        {"SetCCursor"               , 0xAA1C},
815 >        {"AllocCursor"              , 0xAA1D},
816 >        {"GetCIcon"                 , 0xAA1E},
817 >        {"PlotCIcon"                , 0xAA1F},
818 >        {"OpenCPicture"             , 0xAA20},
819 >        {"OpColor"                  , 0xAA21},
820 >        {"HiliteColor"              , 0xAA22},
821 >        {"CharExtra"                , 0xAA23},
822 >        {"DisposCTable"             , 0xAA24},
823 >        {"DisposeCTable"            , 0xAA24},
824 >        {"DisposCIcon"              , 0xAA25},
825 >        {"DisposeCIcon"             , 0xAA25},
826 >        {"DisposCCursor"            , 0xAA26},
827 >        {"DisposeCCursor"           , 0xAA26},
828 >        {"GetMaxDevice"             , 0xAA27},
829 >        {"GetCTSeed"                , 0xAA28},
830 >        {"GetDeviceList"            , 0xAA29},
831 >        {"GetMainDevice"            , 0xAA2A},
832 >        {"GetNextDevice"            , 0xAA2B},
833 >        {"TestDeviceAttribute"      , 0xAA2C},
834 >        {"SetDeviceAttribute"       , 0xAA2D},
835 >        {"InitGDevice"              , 0xAA2E},
836 >        {"NewGDevice"               , 0xAA2F},
837 >        {"DisposGDevice"            , 0xAA30},
838 >        {"DisposeGDevice"           , 0xAA30},
839 >        {"SetGDevice"               , 0xAA31},
840 >        {"GetGDevice"               , 0xAA32},
841 >        {"Color2Index"              , 0xAA33},
842 >        {"Index2Color"              , 0xAA34},
843 >        {"InvertColor"              , 0xAA35},
844 >        {"RealColor"                , 0xAA36},
845 >        {"GetSubTable"              , 0xAA37},
846 >        {"UpdatePixMap"             , 0xAA38},
847 >        {"MakeITable"               , 0xAA39},
848 >        {"AddSearch"                , 0xAA3A},
849 >        {"AddComp"                  , 0xAA3B},
850 >        {"SetClientID"              , 0xAA3C},
851 >        {"ProtectEntry"             , 0xAA3D},
852 >        {"ReserveEntry"             , 0xAA3E},
853 >        {"SetEntries"               , 0xAA3F},
854 >        {"QDError"                  , 0xAA40},
855 >        {"SetWinColor"              , 0xAA41},
856 >        {"GetAuxWin"                , 0xAA42},
857 >        {"SetControlColor"          , 0xAA43},
858 >        {"SetCtlColor"              , 0xAA43},
859 >        {"GetAuxCtl"                , 0xAA44},
860 >        {"GetAuxiliaryControlRecord", 0xAA44},
861 >        {"NewCWindow"               , 0xAA45},
862 >        {"GetNewCWindow"            , 0xAA46},
863 >        {"SetDeskCPat"              , 0xAA47},
864 >        {"GetCWMgrPort"             , 0xAA48},
865 >        {"SaveEntries"              , 0xAA49},
866 >        {"RestoreEntries"           , 0xAA4A},
867 >        {"NewCDialog"               , 0xAA4B},
868 >        {"NewColorDialog"           , 0xAA4B},
869 >        {"DelSearch"                , 0xAA4C},
870 >        {"DelComp"                  , 0xAA4D},
871 >        {"SetStdCProcs"             , 0xAA4E},
872 >        {"CalcCMask"                , 0xAA4F},
873 >        {"SeedCFill"                , 0xAA50},
874 >        {"CopyDeepMask"             , 0xAA51},
875 >        {"HFSPinaforeDispatch"      , 0xAA52},
876 >        {"HighLevelFSDispatch"      , 0xAA52},
877 >        {"DictionaryDispatch"       , 0xAA53},
878 >        {"TextServicesDispatch"     , 0xAA54},
879 >        {"DockingDispatch"          , 0xAA57},
880 >        {"MixedModeDispatch"        , 0xAA59},
881 >        {"CodeFragmentDispatch"     , 0xAA5A},
882 >        {"OCEUtils"                 , 0xAA5C},
883 >        {"DigitalSignature"         , 0xAA5D},
884 >        {"TBDispatch"               , 0xAA5E},
885 >        {"DelMCEntries"             , 0xAA60},
886 >        {"DeleteMCEntries"          , 0xAA60},
887 >        {"GetMCInfo"                , 0xAA61},
888 >        {"SetMCInfo"                , 0xAA62},
889 >        {"DispMCInfo"               , 0xAA63},
890 >        {"DisposeMCInfo"            , 0xAA63},
891 >        {"GetMCEntry"               , 0xAA64},
892 >        {"SetMCEntries"             , 0xAA65},
893 >        {"MenuChoice"               , 0xAA66},
894 >        {"DialogDispatch"           , 0xAA68},
895 >        {"InitPalettes"             , 0xAA90},
896 >        {"NewPalette"               , 0xAA91},
897 >        {"GetNewPalette"            , 0xAA92},
898 >        {"DisposePalette"           , 0xAA93},
899 >        {"ActivatePalette"          , 0xAA94},
900 >        {"NSetPalette"              , 0xAA95},
901 >        {"SetPalette"               , 0xAA95},
902 >        {"GetPalette"               , 0xAA96},
903 >        {"PmForeColor"              , 0xAA97},
904 >        {"PmBackColor"              , 0xAA98},
905 >        {"AnimateEntry"             , 0xAA99},
906 >        {"AnimatePalette"           , 0xAA9A},
907 >        {"GetEntryColor"            , 0xAA9B},
908 >        {"SetEntryColor"            , 0xAA9C},
909 >        {"GetEntryUsage"            , 0xAA9D},
910 >        {"SetEntryUsage"            , 0xAA9E},
911 >        {"CTab2Palette"             , 0xAA9F},
912 >        {"Palette2CTab"             , 0xAAA0},
913 >        {"CopyPalette"              , 0xAAA1},
914 >        {"PaletteDispatch"          , 0xAAA2},
915 >        {"ALMDispatch"              , 0xAAA4},
916 >        {"CursorDeviceDispatch"     , 0xAADB},
917 >        {"ControlStripDispatch"     , 0xAAF2},
918 >        {"QDExtensions"             , 0xAB1D},
919 >        {"NQDMisc"                  , 0xABC3},
920 >        {"IconDispatch"             , 0xABC9},
921 >        {"DeviceLoop"               , 0xABCA},
922 >        {"DisplayDispatch"          , 0xABEB},
923 >        {"ThreadDispatch"           , 0xABF2},
924 >        {"CollectionMgr"            , 0xABF6},
925 >        {"StdOpcodeProc"            , 0xABF8},
926 >        {"TranslationDispatch"      , 0xABFC},
927 >        {"DebugStr"                 , 0xABFF},
928 >        {""                         , 0}
929   };
930  
931   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines