ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_atraps.h
Revision: 1.3
Committed: 1999-10-05T14:43:44Z (24 years, 9 months ago) by cebix
Content type: text/plain
Branch: MAIN
Changes since 1.2: +899 -899 lines
Log Message:
- fixed some compiler warnings
- sorted mon_atraps.h

File Contents

# Content
1 /*
2 * mon_atraps.h - MacOS A-Line trap definitions
3 *
4 * mon (C) 1997-1999 Christian Bauer, Marc Hellwig
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 #ifndef MON_ATRAPS_H
22 #define MON_ATRAPS_H
23
24 struct atrap_info {
25 char *name;
26 uint16 word;
27 };
28
29 static atrap_info atraps[] = {
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