Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 1 | # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:AppleEvents.h' |
Guido van Rossum | 227a423 | 1995-03-10 14:42:57 +0000 | [diff] [blame] | 2 | |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 3 | typeBoolean = 'bool' |
| 4 | typeChar = 'TEXT' |
| 5 | typeSMInt = 'shor' |
| 6 | typeInteger = 'long' |
| 7 | typeSMFloat = 'sing' |
| 8 | typeFloat = 'doub' |
| 9 | typeLongInteger = 'long' |
| 10 | typeShortInteger = 'shor' |
| 11 | typeLongFloat = 'doub' |
| 12 | typeShortFloat = 'sing' |
| 13 | typeExtended = 'exte' |
| 14 | typeComp = 'comp' |
| 15 | typeMagnitude = 'magn' |
| 16 | typeAEList = 'list' |
| 17 | typeAERecord = 'reco' |
| 18 | typeAppleEvent = 'aevt' |
| 19 | typeTrue = 'true' |
| 20 | typeFalse = 'fals' |
| 21 | typeAlias = 'alis' |
| 22 | typeEnumerated = 'enum' |
| 23 | typeType = 'type' |
| 24 | typeAppParameters = 'appa' |
| 25 | typeProperty = 'prop' |
| 26 | typeFSS = 'fss ' |
| 27 | typeKeyword = 'keyw' |
| 28 | typeSectionH = 'sect' |
| 29 | typeWildCard = '****' |
| 30 | typeApplSignature = 'sign' |
| 31 | typeSessionID = 'ssid' |
| 32 | typeTargetID = 'targ' |
| 33 | typeProcessSerialNumber = 'psn ' |
| 34 | typeNull = 'null' |
| 35 | keyDirectObject = '----' |
| 36 | keyErrorNumber = 'errn' |
| 37 | keyErrorString = 'errs' |
| 38 | keyProcessSerialNumber = 'psn ' |
| 39 | keyTransactionIDAttr = 'tran' |
| 40 | keyReturnIDAttr = 'rtid' |
| 41 | keyEventClassAttr = 'evcl' |
| 42 | keyEventIDAttr = 'evid' |
| 43 | keyAddressAttr = 'addr' |
| 44 | keyOptionalKeywordAttr = 'optk' |
| 45 | keyTimeoutAttr = 'timo' |
| 46 | keyInteractLevelAttr = 'inte' |
| 47 | keyEventSourceAttr = 'esrc' |
| 48 | keyMissedKeywordAttr = 'miss' |
| 49 | keyOriginalAddressAttr = 'from' |
| 50 | keyPreDispatch = 'phac' |
| 51 | keySelectProc = 'selh' |
| 52 | keyAERecorderCount = 'recr' |
| 53 | keyAEVersion = 'vers' |
| 54 | kCoreEventClass = 'aevt' |
| 55 | kAEOpenApplication = 'oapp' |
| 56 | kAEOpenDocuments = 'odoc' |
| 57 | kAEPrintDocuments = 'pdoc' |
| 58 | kAEQuitApplication = 'quit' |
| 59 | kAEAnswer = 'ansr' |
| 60 | kAEApplicationDied = 'obit' |
| 61 | kAENoReply = 0x00000001 |
| 62 | kAEQueueReply = 0x00000002 |
| 63 | kAEWaitReply = 0x00000003 |
| 64 | kAENeverInteract = 0x00000010 |
| 65 | kAECanInteract = 0x00000020 |
| 66 | kAEAlwaysInteract = 0x00000030 |
| 67 | kAECanSwitchLayer = 0x00000040 |
| 68 | kAEDontReconnect = 0x00000080 |
| 69 | kAEDontRecord = 0x00001000 |
| 70 | kAEDontExecute = 0x00002000 |
| 71 | kAENormalPriority = 0x00000000 |
| 72 | kAEStartRecording = 'reca' |
| 73 | kAEStopRecording = 'recc' |
| 74 | kAENotifyStartRecording = 'rec1' |
| 75 | kAENotifyStopRecording = 'rec0' |
| 76 | kAENotifyRecording = 'recr' |
| 77 | kAutoGenerateReturnID = -1 |
| 78 | kAnyTransactionID = 0 |
| 79 | kAEDefaultTimeout = -1 |
| 80 | kNoTimeOut = -2 |
| 81 | kAENoDispatch = 0 |
| 82 | kAEUseStandardDispatch = -1 |
| 83 | errAECoercionFail = -1700 |
| 84 | errAEDescNotFound = -1701 |
| 85 | errAECorruptData = -1702 |
| 86 | errAEWrongDataType = -1703 |
| 87 | errAENotAEDesc = -1704 |
| 88 | errAEBadListItem = -1705 |
| 89 | errAENewerVersion = -1706 |
| 90 | errAENotAppleEvent = -1707 |
| 91 | errAEEventNotHandled = -1708 |
| 92 | errAEReplyNotValid = -1709 |
| 93 | errAEUnknownSendMode = -1710 |
| 94 | errAEWaitCanceled = -1711 |
| 95 | errAETimeout = -1712 |
| 96 | errAENoUserInteraction = -1713 |
| 97 | errAENotASpecialFunction = -1714 |
| 98 | errAEParamMissed = -1715 |
| 99 | errAEUnknownAddressType = -1716 |
| 100 | errAEHandlerNotFound = -1717 |
| 101 | errAEReplyNotArrived = -1718 |
| 102 | errAEIllegalIndex = -1719 |
| 103 | errAEUnknownObjectType = -1731 |
| 104 | errAERecordingIsAlreadyOn = -1732 |