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