Documentation
¶
Overview ¶
Package ae provides a fluent Go API over the macOS AE framework.
Construction ¶
New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.
Lifecycle ¶
A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.
Index ¶
- Constants
- func AECallObjectAccessor(desiredClass int, containerToken unsafe.Pointer, containerClass int, ...) int16
- func AECheckIsRecord(theDesc unsafe.Pointer) uint8
- func AECoerceDesc(theAEDesc unsafe.Pointer, toType int, result unsafe.Pointer) int16
- func AECoercePtr(typeCode int, dataPtr unsafe.Pointer, dataSize int, toType int, ...) int16
- func AECompareDesc(desc1 unsafe.Pointer, desc2 unsafe.Pointer) (result int, resultP uint8)
- func AECountItems(theAEDescList unsafe.Pointer) (result int16, theCount int64)
- func AECreateAppleEvent(theAEEventClass int, theAEEventID int, target unsafe.Pointer, returnID int16, ...) int16
- func AECreateDesc(typeCode int, dataPtr unsafe.Pointer, dataSize int, result unsafe.Pointer) int16
- func AECreateDescFromExternalPtr(descriptorType int, dataPtr unsafe.Pointer, dataLength int, ...) int
- func AECreateList(factoringPtr unsafe.Pointer, factoredSize int, isRecord uint8, ...) int16
- func AEDecodeMessage(header unsafe.Pointer, event unsafe.Pointer, reply unsafe.Pointer) int
- func AEDeleteItem(theAEDescList unsafe.Pointer, index int) int16
- func AEDeleteParam(theAppleEvent unsafe.Pointer, theAEKeyword int) int16
- func AEDeterminePermissionToAutomateTarget(target unsafe.Pointer, theAEEventClass int, theAEEventID int, ...) int
- func AEDisposeDesc(theAEDesc unsafe.Pointer) int16
- func AEDisposeRemoteProcessResolver(ref AERemoteProcessResolverRef)
- func AEDisposeToken(theToken unsafe.Pointer) int16
- func AEDuplicateDesc(theAEDesc unsafe.Pointer, result unsafe.Pointer) int16
- func AEFlattenDesc(theAEDesc unsafe.Pointer, buffer string, bufferSize int) (result int, actualSize int)
- func AEGetArray(theAEDescList unsafe.Pointer, arrayType int8, arrayPtr unsafe.Pointer, ...) (result int16, itemType int, itemCount int64)
- func AEGetAttributeDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, ...) int16
- func AEGetAttributePtr(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, ...) (result int16, typeCode int, actualSize int)
- func AEGetCoercionHandler(fromType int, toType int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, ...) (result int16, fromTypeIsDesc uint8)
- func AEGetDescData(theAEDesc unsafe.Pointer, dataPtr unsafe.Pointer, maximumSize int) int16
- func AEGetDescDataRange(dataDesc unsafe.Pointer, buffer unsafe.Pointer, offset int, length int) int
- func AEGetDescDataSize(theAEDesc unsafe.Pointer) int
- func AEGetEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, ...) int16
- func AEGetNthDesc(theAEDescList unsafe.Pointer, index int, desiredType int, ...) (result_ int16, theAEKeyword int)
- func AEGetNthPtr(theAEDescList unsafe.Pointer, index int, desiredType int, ...) (result int16, theAEKeyword int, typeCode int, actualSize int)
- func AEGetObjectAccessor(desiredClass int, containerType int, accessor unsafe.Pointer, ...) int16
- func AEGetParamDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, ...) int16
- func AEGetParamPtr(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, ...) (result int16, actualType int, actualSize int)
- func AEGetRegisteredMachPort() int
- func AEGetSpecialHandler(functionClass int, handler unsafe.Pointer, isSysHandler uint8) int16
- func AEInitializeDesc(desc unsafe.Pointer)
- func AEInstallCoercionHandler(fromType int, toType int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, ...) int16
- func AEInstallEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, ...) int16
- func AEInstallObjectAccessor(desiredClass int, containerType int, theAccessor unsafe.Pointer, ...) int16
- func AEInstallSpecialHandler(functionClass int, handler unsafe.Pointer, isSysHandler uint8) int16
- func AEManagerInfo(keyWord int) (result int16, result_ int64)
- func AEObjectInit() int16
- func AEPrintDescToHandle(desc unsafe.Pointer, result unsafe.Pointer) int
- func AEProcessMessage(header unsafe.Pointer) error
- func AEPutArray(theAEDescList unsafe.Pointer, arrayType int8, arrayPtr unsafe.Pointer, ...) int16
- func AEPutAttributeDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, theAEDesc unsafe.Pointer) int16
- func AEPutAttributePtr(theAppleEvent unsafe.Pointer, theAEKeyword int, typeCode int, ...) int16
- func AEPutDesc(theAEDescList unsafe.Pointer, index int, theAEDesc unsafe.Pointer) int16
- func AEPutParamDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, theAEDesc unsafe.Pointer) int16
- func AEPutParamPtr(theAppleEvent unsafe.Pointer, theAEKeyword int, typeCode int, ...) int16
- func AEPutPtr(theAEDescList unsafe.Pointer, index int, typeCode int, dataPtr unsafe.Pointer, ...) int16
- func AERemoteProcessResolverGetProcesses(ref AERemoteProcessResolverRef, outError *corefoundation.CFStreamError) corefoundation.CFArrayRef
- func AERemoteProcessResolverScheduleWithRunLoop(ref AERemoteProcessResolverRef, runLoop corefoundation.CFRunLoopRef, ...)
- func AERemoveCoercionHandler(fromType int, toType int, handler unsafe.Pointer, isSysHandler uint8) int16
- func AERemoveEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, ...) int16
- func AERemoveObjectAccessor(desiredClass int, containerType int, theAccessor unsafe.Pointer, ...) int16
- func AERemoveSpecialHandler(functionClass int, handler unsafe.Pointer, isSysHandler uint8) int16
- func AEReplaceDescData(typeCode int, dataPtr unsafe.Pointer, dataSize int, theAEDesc unsafe.Pointer) int16
- func AEResolve(objectSpecifier unsafe.Pointer, callbackFlags int16, theToken unsafe.Pointer) int16
- func AESendMessage(event unsafe.Pointer, reply unsafe.Pointer, sendMode int, timeOutInTicks int) int
- func AESetObjectCallbacks(myCompareProc unsafe.Pointer, myCountProc unsafe.Pointer, ...) int16
- func AESizeOfAttribute(theAppleEvent unsafe.Pointer, theAEKeyword int) (result int16, typeCode int, dataSize int)
- func AESizeOfFlattenedDesc(theAEDesc unsafe.Pointer) int
- func AESizeOfNthItem(theAEDescList unsafe.Pointer, index int) (result int16, typeCode int, dataSize int)
- func AESizeOfParam(theAppleEvent unsafe.Pointer, theAEKeyword int) (result int16, typeCode int, dataSize int)
- func AEStreamClose(ref AEStreamRef, desc unsafe.Pointer) int
- func AEStreamCloseDesc(ref AEStreamRef) error
- func AEStreamCloseList(ref AEStreamRef) error
- func AEStreamCloseRecord(ref AEStreamRef) error
- func AEStreamOpenDesc(ref AEStreamRef, newType int) error
- func AEStreamOpenKeyDesc(ref AEStreamRef, key int, newType int) error
- func AEStreamOpenList(ref AEStreamRef) error
- func AEStreamOpenRecord(ref AEStreamRef, newType int) error
- func AEStreamOptionalParam(ref AEStreamRef, key int) error
- func AEStreamSetRecordType(ref AEStreamRef, newType int) error
- func AEStreamWriteAEDesc(ref AEStreamRef, desc unsafe.Pointer) int
- func AEStreamWriteData(ref AEStreamRef, data unsafe.Pointer, length int) error
- func AEStreamWriteDesc(ref AEStreamRef, newType int, data unsafe.Pointer, length int) error
- func AEStreamWriteKey(ref AEStreamRef, key int) error
- func AEStreamWriteKeyDesc(ref AEStreamRef, key int, newType int, data unsafe.Pointer, length int) error
- func AEUnflattenDesc(buffer unsafe.Pointer, result unsafe.Pointer) int
- func AEUnflattenDescFromBytes(buffer unsafe.Pointer, bufferLen int, result unsafe.Pointer) int
- func CreateCompDescriptor(comparisonOperator int, operand1 unsafe.Pointer, operand2 unsafe.Pointer, ...) int16
- func CreateLogicalDescriptor(theLogicalTerms unsafe.Pointer, theLogicOperator int, disposeInputs uint8, ...) int16
- func CreateObjSpecifier(desiredClass int, theContainer unsafe.Pointer, keyForm int, ...) int16
- func CreateOffsetDescriptor(theOffset int, theDescriptor unsafe.Pointer) int16
- func CreateRangeDescriptor(rangeStart unsafe.Pointer, rangeStop unsafe.Pointer, disposeInputs uint8, ...) int16
- func DisposeAECoerceDescUPP(userUPP unsafe.Pointer)
- func DisposeAECoercePtrUPP(userUPP unsafe.Pointer)
- func DisposeAEDisposeExternalUPP(userUPP unsafe.Pointer)
- func DisposeAEEventHandlerUPP(userUPP unsafe.Pointer)
- func DisposeOSLAccessorUPP(userUPP unsafe.Pointer)
- func DisposeOSLAdjustMarksUPP(userUPP unsafe.Pointer)
- func DisposeOSLCompareUPP(userUPP unsafe.Pointer)
- func DisposeOSLCountUPP(userUPP unsafe.Pointer)
- func DisposeOSLDisposeTokenUPP(userUPP unsafe.Pointer)
- func DisposeOSLGetErrDescUPP(userUPP unsafe.Pointer)
- func DisposeOSLGetMarkTokenUPP(userUPP unsafe.Pointer)
- func DisposeOSLMarkUPP(userUPP unsafe.Pointer)
- func InvokeAECoerceDescUPP(fromDesc unsafe.Pointer, toType int, handlerRefcon unsafe.Pointer, ...) int16
- func InvokeAECoercePtrUPP(typeCode int, dataPtr unsafe.Pointer, dataSize int, toType int, ...) int16
- func InvokeAEDisposeExternalUPP(dataPtr unsafe.Pointer, dataLength int, refcon unsafe.Pointer, ...)
- func InvokeAEEventHandlerUPP(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, ...) int16
- func InvokeOSLAccessorUPP(desiredClass int, container unsafe.Pointer, containerClass int, form int, ...) int16
- func InvokeOSLAdjustMarksUPP(newStart int, newStop int, markToken unsafe.Pointer, userUPP unsafe.Pointer) int16
- func InvokeOSLCompareUPP(oper int, obj1 unsafe.Pointer, obj2 unsafe.Pointer, userUPP unsafe.Pointer) (result int16, result_ uint8)
- func InvokeOSLCountUPP(desiredType int, containerClass int, container unsafe.Pointer, ...) (result int16, result_ int64)
- func InvokeOSLDisposeTokenUPP(unneededToken unsafe.Pointer, userUPP unsafe.Pointer) int16
- func InvokeOSLGetErrDescUPP(appDescPtr unsafe.Pointer, userUPP unsafe.Pointer) int16
- func InvokeOSLGetMarkTokenUPP(dContainerToken unsafe.Pointer, containerClass int, result unsafe.Pointer, ...) int16
- func InvokeOSLMarkUPP(dToken unsafe.Pointer, markToken unsafe.Pointer, index int, ...) int16
- func KAERemoteProcessNameKey() obj.Object
- func KAERemoteProcessProcessIDKey() obj.Object
- func KAERemoteProcessURLKey() obj.Object
- func KAERemoteProcessUserIDKey() obj.Object
- func NewAECoerceDescUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewAECoercePtrUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewAEDisposeExternalUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewAEEventHandlerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLAccessorUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLAdjustMarksUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLCompareUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLCountUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLDisposeTokenUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLGetErrDescUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLGetMarkTokenUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewOSLMarkUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- type AEArrayData
- type AEBuildError
- func VAEBuildAppleEvent(theClass int, theID int, addressType int, addressData unsafe.Pointer, ...) (result int, err AEBuildError)
- func VAEBuildDesc(dst unsafe.Pointer, src string, args string) (result int, err AEBuildError)
- func VAEBuildParameters(event unsafe.Pointer, format string, args string) (result int, err AEBuildError)
- type AEDataStorageType
- type AEDesc
- type AEKeyDesc
- type AERemoteProcessResolver
- type AERemoteProcessResolverContext
- type AERemoteProcessResolverRef
- type AEStreamRef
- type CcntTokenRecord
- type Clockid
- type DispatchAutoreleaseFrequency
- type DispatchBlockFlags
- type EntryID
- type FilesecProperty
- type Flag
- type Idtype
- type IntlText
- type IpcInfoObjectType
- type MachVMRangeFlags
- type MachVMRangeFlavor
- type MachVMRangeTag
- type MpoFlags
- type OSClockid
- type OffsetArray
- type OpaqueAEDataStorageType
- type OpaqueAEStreamRef
- type Perm
- type PtrauthKey
- type QosClass
- type TScriptingSizeResource
- type Tag
- type TextRange
- type TextRangeArray
- type Type
- type VirtualMemoryGuardExceptionCode
- type WritingCode
Constants ¶
const ( KAEISHandleCGI = 1935961955 AeBuildSyntaxBadData = 12 AeBuildSyntaxBadDesc = 11 AeBuildSyntaxBadEOF = 2 AeBuildSyntaxBadHex = 6 AeBuildSyntaxBadNegative = 4 AeBuildSyntaxBadToken = 1 AeBuildSyntaxCoercedList = 18 AeBuildSyntaxMissingQuote = 5 AeBuildSyntaxNoCloseBrace = 15 AeBuildSyntaxNoCloseBracket = 14 AeBuildSyntaxNoCloseHex = 8 AeBuildSyntaxNoCloseParen = 13 AeBuildSyntaxNoCloseString = 10 AeBuildSyntaxNoColon = 17 AeBuildSyntaxNoEOF = 3 AeBuildSyntaxNoErr = 0 AeBuildSyntaxNoKey = 16 AeBuildSyntaxOddHex = 7 AeBuildSyntaxUncoercedDoubleAt = 19 AeBuildSyntaxUncoercedHex = 9 CADBAddress = 1667327074 CAEList = 1818850164 CAddressSpec = 1667327090 CAppleTalkAddress = 1667331104 CApplication = 1667330160 CArc = 1667330659 CBoolean = 1651470188 CBusAddress = 1667396979 CCell = 1667458412 CChar = 1667784992 CColorTable = 1668051572 CColumn = 1667460972 CDevSpec = 1667523958 CDocument = 1685021557 CDrawingArea = 1667527287 CEnumeration = 1701737837 CEthernetAddress = 1667591712 CFTPItem = 1718906912 CFile = 1718185061 CFireWireAddress = 1667659552 CFixed = 1718188132 CFixedPoint = 1718644340 CFixedRectangle = 1718772596 CGraphicLine = 1735158126 CGraphicObject = 1667723106 CGraphicShape = 1667724136 CGraphicText = 1667724408 CGroupedGraphic = 1668311395 CHTML = 1752460652 CIPAddress = 1667854368 CInsertionLoc = 1768846188 CInsertionPoint = 1667853939 CInternetAddress = 1229996356 CIntlText = 1769240692 CIntlWritingCode = 1768846444 CItem = 1667855469 CKeystroke = 1802531443 CLine = 1668049262 CLocalTalkAddress = 1668052000 CLongDateTime = 1818522656 CLongFixed = 1818654820 CLongFixedPoint = 1818652788 CLongFixedRectangle = 1818653283 CLongInteger = 1819242087 CLongPoint = 1819307636 CLongRectangle = 1819435892 CMachineLoc = 1833725795 CMenu = 1668116085 CMenuItem = 1668113774 CObject = 1668244074 CObjectSpecifier = 1868720672 COpenableObject = 1668247394 COval = 1668249196 CPICT = 1346978644 CParagraph = 1668309362 CPixel = 1668315244 CPixelMap = 1668311416 CPolygon = 1668310894 CProperty = 1886547824 CQDPoint = 1363439732 CQDRectangle = 1902408308 CRGBColor = 1666336578 CRectangle = 1668441443 CRotation = 1953656692 CRoundedRectangle = 1668444771 CRow = 1668444023 CSCSIAddress = 1668506483 CSelection = 1668506988 CShortInteger = 1936224114 CTable = 1668571756 CText = 1668577396 CTextFlow = 1667656815 CTextStyles = 1953723513 CTokenRingAddress = 1668575083 CType = 1954115685 CURL = 1970433056 CUSBAddress = 1668641634 CVersion = 1986359923 CWindow = 1668770158 CWord = 1668771698 EADB = 1700881506 EAddressSpec = 1700881523 EAnalogAudio = 1701863797 EAppleTalk = 1701863796 EAudioLineIn = 1701011817 EAudioLineOut = 1701011820 EAudioOut = 1701011823 EBus = 1700951411 ECDROM = 1701012512 ECapsLockDown = 1264807019 EClearKey = 1802716928 ECommSlot = 1701012333 ECommandDown = 1264807268 EConduit = 1701015406 EControlDown = 1264809068 EDVD = 1701082724 EDeleteKey = 1802711808 EDeviceType = 1701082740 EDigitalAudio = 1701864545 EDisplay = 1701078131 EDownArrowKey = 1802730752 EEndKey = 1802729216 EEnterKey = 1802718208 EEscapeKey = 1802712320 EEthernet = 1701012846 EF10Key = 1802726656 EF11Key = 1802725120 EF12Key = 1802727168 EF13Key = 1802725632 EF14Key = 1802726144 EF15Key = 1802727680 EF1Key = 1802729984 EF2Key = 1802729472 EF3Key = 1802724096 EF4Key = 1802728960 EF5Key = 1802723328 EF6Key = 1802723584 EF7Key = 1802723840 EF8Key = 1802724352 EF9Key = 1802724608 EFireWire = 1701013111 EFloppy = 1701209120 EForwardDelKey = 1802728704 EHD = 1701340192 EHelpKey = 1802727936 EHomeKey = 1802728192 EIP = 1701865840 EIRTalk = 1701865844 EInfrared = 1701013874 EIrDA = 1701865842 EKeyKind = 1701540724 EKeyboard = 1701536356 ELCD = 1701080163 ELeftArrowKey = 1802730240 ELocalTalk = 1701014644 EMacIP = 1701866857 EMacVideo = 1701866870 EMicrophone = 1701014889 EModem = 1701080429 EModemPort = 1701014896 EModemPrinterPort = 1701671024 EModifiers = 1699570803 EMonitorOut = 1701014894 EMouse = 1701670773 ENuBus = 1701737826 ENuBusCard = 1701080674 EOptionDown = 1265594484 EPCIbus = 1701015657 EPCIcard = 1701081193 EPCcard = 1701015651 EPDScard = 1701864563 EPDSslot = 1701015652 EPPP = 1701867632 EPageDownKey = 1802729728 EPageUpKey = 1802728448 EPointingDevice = 1701081188 EPostScript = 1701867635 EPrinter = 1701081202 EPrinterPort = 1701015664 EProtocol = 1701868143 EReturnKey = 1802707968 ERightArrowKey = 1802730496 ESCSI = 1701016419 ESVGA = 1701868391 EScheme = 1702060904 ESerial = 1701868402 EShiftDown = 1265854068 ESpeakers = 1701081968 EStorageDevice = 1701081972 ESvideo = 1701868406 ETabKey = 1802711040 ETokenRing = 1702129515 ETrackball = 1702130283 ETrackpad = 1701082224 EUSB = 1701016947 EUpArrowKey = 1802731008 EVideoIn = 1701017193 EVideoMonitor = 1701082733 EVideoOut = 1701017199 EnumArrows = 1634890351 EnumJustification = 1786082164 EnumKeyForm = 1801876077 EnumPosition = 1886352233 EnumProtection = 1886549102 EnumQuality = 1903518060 EnumSaveOptions = 1935767151 EnumStyle = 1937013100 EnumTransferMode = 1953653102 ErrAEEventNotPermitted = -1743 ErrAEEventWouldRequireUserConsent = -1744 ErrAETargetAddressNotPermitted = -1742 EurlAFP = 1634103328 EurlAT = 1635000352 EurlEPPC = 1701867619 EurlFTP = 1718906912 EurlFile = 1718185061 EurlGopher = 1735420018 EurlHTTP = 1752462448 EurlHTTPS = 1752461427 EurlIMAP = 1768776048 EurlLDAP = 1970037872 EurlLaunch = 1818326382 EurlMail = 1835100524 EurlMailbox = 1835167608 EurlMessage = 1835365235 EurlMulti = 1836412020 EurlNFS = 1970169459 EurlNNTP = 1852732528 EurlNews = 1852143475 EurlPOP = 1970302832 EurlRTSP = 1920234352 EurlSNews = 1936619379 EurlTelnet = 1953263220 EurlUnknown = 1970433087 FormAbsolutePosition = 1768842360 FormName = 1851878757 FormPropertyID = 1886547824 FormRange = 1918987879 FormRelativePosition = 1919249509 FormTest = 1952805748 FormUniqueID = 1229201440 FormWhose = 2003332979 KAEAND = 1095648288 KAEAbout = 1633841013 KAEActivate = 1633907830 KAEAfter = 1634104421 KAEAliasSelection = 1935764585 KAEAll = 1634495520 KAEAllCaps = 1634493296 KAEAlwaysInteract = 48 KAEAnswer = 1634628466 KAEAny = 1634629920 KAEApplicationActivationExpected = 1633775716 KAEApplicationClass = 1634758764 KAEApplicationDied = 1868720500 KAEArrowAtEnd = 1634887022 KAEArrowAtStart = 1634890612 KAEArrowBothEnds = 1634886255 KAEAsk = 1634954016 KAEAutoDown = 1635087471 KAEBefore = 1650812527 KAEBeginTransaction = 1650812777 KAEBeginning = 1650945639 KAEBeginsWith = 1650947956 KAEBold = 1651469412 KAECanInteract = 32 KAECanSwitchLayer = 64 KAECaseSensEquals = 1668506993 KAECentered = 1667591796 KAEChangeView = 1986618743 KAEClone = 1668050798 KAEClose = 1668050803 KAECommandClass = 1668116068 KAECondensed = 1668247140 KAEContains = 1668247156 KAECopy = 1668247673 KAECoreSuite = 1668248165 KAECountElements = 1668183141 KAECreateElement = 1668441452 KAECreatePublisher = 1668314466 KAECut = 1668641824 KAEDataArray = 0 KAEDeactivate = 1684104052 KAEDebugPOSTHeader = 1 KAEDebugReplyHeader = 2 KAEDebugXMLDebugAll = -1 KAEDebugXMLRequest = 4 KAEDebugXMLResponse = 8 KAEDefaultTimeout = -1 KAEDelete = 1684368495 KAEDescArray = 3 KAEDescListFactorNone = 0 KAEDescListFactorType = 4 KAEDescListFactorTypeAndSize = 8 KAEDirectCall = 1 KAEDiskEvent = 1684632427 KAEDoNotAutomaticallyAddAnnotationsToEvent = 65536 KAEDoNotPromptForUserConsent = 131072 KAEDoObjectsExist = 1685022072 KAEDoScript = 1685025635 KAEDontExecute = 8192 KAEDontReconnect = 128 KAEDontRecord = 4096 KAEDown = 1685026670 KAEDrag = 1685217639 KAEDuplicateSelection = 1935963504 KAEEditGraphic = 1701079412 KAEEmptyTrash = 1701671028 KAEEnd = 1701733408 KAEEndTransaction = 1701733492 KAEEndsWith = 1701733491 KAEEquals = 1025515552 KAEExpanded = 1885698160 KAEFast = 1717662580 KAEFinderEvents = 1179534418 KAEFirst = 1718186611 KAEFormulaProtect = 1718645359 KAEFullyJustified = 1718971500 KAEGetClassInfo = 1903125098 KAEGetData = 1734702180 KAEGetDataSize = 1685285242 KAEGetEventInfo = 1735681385 KAEGetInfoSelection = 1936289382 KAEGetPrivilegeSelection = 1936749174 KAEGetSuiteInfo = 1735684969 KAEGreaterThan = 1042292768 KAEGreaterThanEquals = 1044193312 KAEGrow = 1735552887 KAEHTTPProxyHostAttr = 2020111464 KAEHTTPProxyPortAttr = 2020111472 KAEHandleArray = 2 KAEHandleSimpleRanges = 32 KAEHiQuality = 1751740789 KAEHidden = 1751737454 KAEHighLevel = 1751738216 KAEHighPriority = 1 KAEIDoMarking = 4 KAEIDoMinimum = 0 KAEIDoWhose = 1 KAEISAction = 1264673652 KAEISActionPath = 1264676980 KAEISClientAddress = 1633969266 KAEISClientIP = 1264806256 KAEISContentType = 1668577648 KAEISFromUser = 1718775157 KAEISFullRequest = 1265005169 KAEISGetURL = 1735750252 KAEISHTTPSearchArgs = 1801875314 KAEISMethod = 1835365480 KAEISPassword = 1885434739 KAEISPostArgs = 1886352244 KAEISReferrer = 1919247986 KAEISScriptName = 1935896173 KAEISServerName = 1937141357 KAEISServerPort = 1937141876 KAEISUserAgent = 1097297524 KAEISUserName = 1970496882 KAEISWebStarSuite = 1465341885 KAEImageGraphic = 1768777586 KAEInfo = 11 KAEInternetSuite = 1735750252 KAEIsUniform = 1769174382 KAEItalic = 1769234796 KAEKeyClass = 1801812323 KAEKeyDescArray = 4 KAEKeyDown = 1801746286 KAELast = 1818325876 KAELeftJustified = 1818584692 KAELessThan = 1008738336 KAELessThanEquals = 1010638880 KAELocalProcess = 3 KAELogOut = 1819240303 KAELowercase = 1819244387 KAEMain = 0 KAEMakeObjectsVisible = 1836476787 KAEMenuClass = 1835363957 KAEMenuSelect = 1835559284 KAEMiddle = 1835623524 KAEMiscStandards = 1835627363 KAEModifiable = 1836016742 KAEMouseClass = 1836021107 KAEMouseDown = 1835300718 KAEMouseDownInBack = 1835295339 KAEMove = 1836021349 KAEMoved = 1836021349 KAENOT = 1313821728 KAENeverInteract = 16 KAENext = 1852143732 KAENo = 1852776480 KAENoArrow = 1634889327 KAENoReply = 1 KAENonmodifiable = 1852665700 KAENormalPriority = 0 KAENotifyRecording = 1919247218 KAENotifyStartRecording = 1919247153 KAENotifyStopRecording = 1919247152 KAENullEvent = 1853189228 KAEOR = 1330782240 KAEOSAXSizeResource = 1869834618 KAEOpen = 1868853091 KAEOpenApplication = 1868656752 KAEOpenContents = 1868787566 KAEOpenDocuments = 1868853091 KAEOpenSelection = 1936683109 KAEOutline = 1869968492 KAEPackedArray = 1 KAEPageSetup = 1885827957 KAEPassSubDescs = 8 KAEPaste = 1885434740 KAEPlain = 1886151022 KAEPrevious = 1886545270 KAEPrint = 1885630307 KAEPrintDocuments = 1885630307 KAEPrintSelection = 1936749161 KAEPrintWindow = 1886873966 KAEProcessNonReplyEvents = 32768 KAEPromise = 1886547821 KAEPutAwaySelection = 1936749940 KAEQDAdMax = 1633971576 KAEQDAdMin = 1633971566 KAEQDAddOver = 1633969263 KAEQDAddPin = 1633969264 KAEQDBic = 1651073824 KAEQDBlend = 1651273316 KAEQDCopy = 1668315424 KAEQDNotBic = 1851943267 KAEQDNotCopy = 1852010617 KAEQDNotOr = 1853124466 KAEQDNotXor = 1853386610 KAEQDOr = 1869750304 KAEQDSubOver = 1937072751 KAEQDSubPin = 1937072752 KAEQDSupplementalSuite = 1902408560 KAEQDXor = 2020569632 KAEQueueReply = 2 KAEQuickdrawSuite = 1902408311 KAEQuitAll = 1903520097 KAEQuitApplication = 1903520116 KAEQuitPreserveState = 1937006964 KAEQuitReason = 2003335487 KAERPCClass = 1919968032 KAERawKey = 1919640953 KAEReallyLogOut = 1919706991 KAERedo = 1919247471 KAERegular = 1919248236 KAERemoteProcess = 4 KAEReopenApplication = 1918988400 KAEReplace = 1919970403 KAERequiredSuite = 1919250788 KAEResized = 1920166266 KAEResolveNestedLists = 16 KAERestart = 1919251316 KAEResume = 1920167269 KAERevealSelection = 1936876918 KAERevert = 1920365172 KAERightJustified = 1919379572 KAESOAPScheme = 1397702992 KAESameProcess = 2 KAESave = 1935767141 KAEScrapEvent = 1935897200 KAEScriptingSizeResource = 1935897466 KAESelect = 1936483188 KAESetData = 1936028772 KAESetPosition = 1886352238 KAEShadow = 1936220516 KAESharing = 13 KAEShowClipboard = 1936221036 KAEShowPreferences = 1886545254 KAEShowRestartDialog = 1920103284 KAEShowShutdownDialog = 1920164974 KAEShutDown = 1936225652 KAESleep = 1936483696 KAESmallCaps = 1936548720 KAESocks4Protocol = 4 KAESocks5Protocol = 5 KAESocksHostAttr = 2020829299 KAESocksPasswordAttr = 2020829303 KAESocksPortAttr = 2020829296 KAESocksProxyAttr = 2020831083 KAESocksUserAttr = 2020829301 KAESpecialClassProperties = 1665147681 KAEStartRecording = 1919247201 KAEStopRecording = 1919247203 KAEStoppedMoving = 1937010544 KAEStrikethrough = 1937011307 KAESubscript = 1935831907 KAESuperscript = 1936749411 KAESuspend = 1937077104 KAETableSuite = 1952607347 KAETerminologyExtension = 1634038885 KAETextSuite = 1413830740 KAETransactionTerminated = 1953788525 KAEUTApostrophe = 3 KAEUTChangesState = 12 KAEUTDirectParamIsReference = 9 KAEUTEnumListIsExclusive = 10 KAEUTEnumerated = 13 KAEUTEnumsAreTypes = 11 KAEUTFeminine = 2 KAEUTHasReturningParam = 31 KAEUTMasculine = 1 KAEUTNotDirectParamIsTarget = 8 KAEUTOptional = 15 KAEUTParamIsReference = 9 KAEUTParamIsTarget = 8 KAEUTPlural = 0 KAEUTPropertyIsReference = 9 KAEUTReadWrite = 12 KAEUTReplyIsReference = 9 KAEUTTightBindingFunction = 12 KAEUTlistOfItems = 14 KAEUnderline = 1970168940 KAEUndo = 1970168943 KAEUnknownSource = 0 KAEUp = 1970282528 KAEUpdate = 1970300020 KAEUseHTTPProxyAttr = 2020962418 KAEUseRelativeIterators = 64 KAEUseSocksAttr = 2020828019 KAEUserTerminology = 1634039156 KAEVirtualKey = 1801812323 KAEWaitReply = 3 KAEWakeUpEvent = 2002873189 KAEWantReceipt = 512 KAEWholeWordEquals = 2004313457 KAEWindowClass = 2003398244 KAEXMLRPCScheme = 1380991794 KAEYes = 2036691744 KAEZoom = 2054123373 KAEZoomIn = 7 KAEZoomOut = 8 KAlwaysSendSubject = 8192 KAnyTransactionID = 0 KAutoGenerateReturnID = -1 KByCommentView = 6 KByDateView = 3 KByIconView = 1 KByKindView = 5 KByLabelView = 7 KByNameView = 2 KBySizeView = 4 KBySmallIcon = 0 KByVersionView = 8 KConnSuite = 1835098979 KCoreEventClass = 1634039412 KDoFolderActionEvent = 1718578273 KDontFindAppBySignature = 16384 KFAAttachCommand = 1635018337 KFAEditCommand = 1701078625 KFAFileParam = 1717657964 KFAIndexParam = 1768842360 KFARemoveCommand = 1919772257 KFAServerApp = 1936945782 KFASuiteCode = 1717658479 KFolderActionCode = 1633907822 KFolderClosedEvent = 1717791855 KFolderItemsAddedEvent = 1718052212 KFolderItemsRemovedEvent = 1718382451 KFolderOpenedEvent = 1718579310 KFolderWindowMovedEvent = 1718839674 KGetSelectedText = 1735686260 KItemList = 1718383476 KLaunchToGetTerminology = 32768 KNewSizeParameter = 1718514554 KNextBody = 1 KNoTimeOut = -2 KOSIZDontOpenResourceFile = 15 KOSIZOpenWithReadPermission = 13 KOSIZdontAcceptRemoteEvents = 14 KOffset2Pos = 1936994928 KPos2Offset = 1882354548 KPreviousBody = 2 KReadExtensionTermsMask = 32768 KSOAP1999Schema = 1936931129 KSOAP2001Schema = 1936928817 KShowHideInputWindow = 1936222583 KTSMHiliteBlockFillText = 6 KTSMHiliteCaretPosition = 1 KTSMHiliteConvertedText = 4 KTSMHiliteNoHilite = 9 KTSMHiliteOutlineText = 7 KTSMHiliteRawText = 2 KTSMHiliteSelectedConvertedText = 5 KTSMHiliteSelectedRawText = 3 KTSMHiliteSelectedText = 8 KTSMInsideOfActiveInputArea = 3 KTSMInsideOfBody = 2 KTSMOutsideOfBody = 1 KTextServiceClass = 1953724003 KUnicodeNotFromInputMethod = 1970170221 KUpdateActiveInputArea = 1970300020 KeyAEAdjustMarksProc = 1633970797 KeyAEAngle = 1801547367 KeyAEArcAngle = 1885434467 KeyAEBaseAddr = 1650549860 KeyAEBestType = 1885500276 KeyAEBgndColor = 1801610092 KeyAEBgndPattern = 1801613428 KeyAEBounds = 1885498980 KeyAEBufferSize = 1651861094 KeyAECellList = 1801677940 KeyAEClassID = 1668041028 KeyAEClauseOffsets = 1668047221 KeyAEColor = 1668246642 KeyAEColorTable = 1668052066 KeyAECompOperator = 1919249519 KeyAECompareProc = 1668116594 KeyAEContainer = 1718775661 KeyAECountProc = 1668247156 KeyAECurrentPoint = 1668312947 KeyAECurveHeight = 1801676900 KeyAECurveWidth = 1801680740 KeyAEDashStyle = 1885631348 KeyAEData = 1684108385 KeyAEDefaultType = 1684366964 KeyAEDefinitionRect = 1885631092 KeyAEDescType = 1685288048 KeyAEDesiredClass = 2002873972 KeyAEDestination = 1684370292 KeyAEDoAntiAlias = 1634628705 KeyAEDoDithered = 1734633844 KeyAEDoRotate = 1801745012 KeyAEDoScale = 1802724193 KeyAEDoTranslate = 1802793569 KeyAEDragging = 1651470188 KeyAEEditionFileLoc = 1701605219 KeyAEElements = 1701604723 KeyAEEndPoint = 1885695588 KeyAEEventClass = 1702257516 KeyAEEventID = 1702261865 KeyAEFile = 1801873772 KeyAEFileType = 1718383728 KeyAEFillColor = 1718379372 KeyAEFillPattern = 1718382708 KeyAEFixLength = 1718188140 KeyAEFlipHorizontal = 1801873519 KeyAEFlipVertical = 1801877108 KeyAEFont = 1718578804 KeyAEFormula = 1885761394 KeyAEGetErrDescProc = 1768842339 KeyAEGraphicObjects = 1735352947 KeyAEHiliteRange = 1752329831 KeyAEID = 1229201440 KeyAEImageQuality = 1735488865 KeyAEIndex = 1802069112 KeyAEInsertHere = 1768846184 KeyAEKeyData = 1936026724 KeyAEKeyForm = 1718579821 KeyAEKeyForms = 1801812326 KeyAEKeyword = 1803122532 KeyAELaunchedAsLogInItem = 1818716532 KeyAELaunchedAsServiceItem = 1937140084 KeyAELeftSide = 1802265958 KeyAELevel = 1818588780 KeyAELineArrow = 1634890351 KeyAELogicalOperator = 1819240291 KeyAELogicalTerms = 1952805485 KeyAEMarkProc = 1835102827 KeyAEMarkTokenProc = 1835755876 KeyAEMoveView = 1836480119 KeyAEName = 1886282093 KeyAENewElementLoc = 1886283116 KeyAENextBody = 1853383268 KeyAEObject = 1802461802 KeyAEObject1 = 1868720689 KeyAEObject2 = 1868720690 KeyAEObjectClass = 1802462060 KeyAEOffStyles = 1868985204 KeyAEOffset = 1868985204 KeyAEOnStyles = 1869509492 KeyAEPMTable = 1802530164 KeyAEPOSTHeaderData = 1885889892 KeyAEParamFlags = 1886217831 KeyAEParameters = 1886547315 KeyAEPenColor = 1886413676 KeyAEPenPattern = 1886416993 KeyAEPenWidth = 1886418788 KeyAEPinRange = 1886286439 KeyAEPixMapMinus = 1802530157 KeyAEPixelDepth = 1885630580 KeyAEPoint = 1735421811 KeyAEPointList = 1886678132 KeyAEPointSize = 1886679930 KeyAEPosition = 1802530675 KeyAEPropData = 1886545012 KeyAEPropFlags = 1886545511 KeyAEPropID = 1886547824 KeyAEProperties = 1903194735 KeyAEProperty = 1802531440 KeyAEProtection = 1886417519 KeyAERangeStart = 1937006962 KeyAERangeStop = 1937010544 KeyAERecorderCount = 1919247218 KeyAERegionClass = 1919381091 KeyAERenderAs = 1802659182 KeyAEReplyHeaderData = 1919444324 KeyAERequestedType = 1920235888 KeyAERestoreAppState = 1920169071 KeyAEResult = 757935405 KeyAEResultInfo = 1920166254 KeyAERotPoint = 1802663024 KeyAERotation = 1886547828 KeyAERowList = 1802660979 KeyAESaveOptions = 1935767151 KeyAEScale = 1886610284 KeyAEScriptTag = 1886610292 KeyAESearchText = 1937012852 KeyAEServerInstance = 1936881257 KeyAEShowWhere = 1936224119 KeyAEStartAngle = 1885433447 KeyAEStartPoint = 1886614640 KeyAEStyles = 1802728569 KeyAESuiteID = 1937074548 KeyAETSMDocumentRefcon = 1919247971 KeyAETSMEventRecord = 1952806516 KeyAETSMEventRef = 1952806514 KeyAETSMGlyphInfoArray = 1952934241 KeyAETSMScriptTag = 1935895655 KeyAETSMTextFMFont = 1802795117 KeyAETSMTextFont = 1802795110 KeyAETSMTextPointSize = 1802793075 KeyAETest = 1802793844 KeyAEText = 1802795124 KeyAETextColor = 1886681187 KeyAETextFont = 1886681190 KeyAETextLineAscent = 1802789235 KeyAETextLineHeight = 1802792040 KeyAETextPointSize = 1886679155 KeyAETextServiceEncoding = 1953719662 KeyAETextServiceMacEncoding = 1953326446 KeyAETextStyles = 1954050932 KeyAETheData = 1801740660 KeyAETheText = 1953002616 KeyAETransferMode = 1886418029 KeyAETranslation = 1886679667 KeyAETryAsStructGraf = 1953460071 KeyAEUniformStyles = 1970500716 KeyAEUpdateOn = 1886744676 KeyAEUpdateRange = 1969516135 KeyAEUserTerm = 1970565741 KeyAEVersion = 1986359923 KeyAEWhoseRangeStart = 2004055154 KeyAEWhoseRangeStop = 2004055152 KeyAEWindow = 2003723383 KeyAEWritingCode = 2003985252 KeyAEXMLReplyData = 2020762992 KeyAEXMLRequestData = 2020762993 KeyAcceptTimeoutAttr = 1633907821 KeyActualSenderAuditToken = 1633902964 KeyAdditionalHTTPHeaders = 1634231652 KeyAddressAttr = 1633969266 KeyAppleEventAttributesAttr = 1635021938 KeyCloseAllWindows = 1667331872 KeyDirectObject = 757935405 KeyDisableAuthenticationAttr = 1635087464 KeyDisposeTokenProc = 2020896619 KeyDriveNumber = 1685222947 KeyErrorCode = 1701999139 KeyErrorNumber = 1701999214 KeyErrorString = 1701999219 KeyEventClassAttr = 1702257516 KeyEventIDAttr = 1702259044 KeyEventSourceAttr = 1702064739 KeyHighLevelClass = 1751346291 KeyHighLevelID = 1751737376 KeyInteractLevelAttr = 1768846437 KeyKey = 1801812256 KeyKeyCode = 1668244581 KeyKeyboard = 1801812322 KeyLocalWhere = 1819764850 KeyMenuID = 1835623456 KeyMenuItem = 1835627629 KeyMiscellaneous = 1718448995 KeyMissedKeywordAttr = 1835627379 KeyModifiers = 1836016755 KeyNewBounds = 1851944548 KeyOptionalKeywordAttr = 1869640811 KeyOriginalAddressAttr = 1718775661 KeyOriginalBounds = 1868721764 KeyPreDispatch = 1885888867 KeyProcessSerialNumber = 1886613024 KeyRPCMethodName = 1835365480 KeyRPCMethodParam = 1885434477 KeyRPCMethodParamOrder = 795832932 KeyReplyPortAttr = 1919250544 KeyReplyRequestedAttr = 1919250545 KeyReturnIDAttr = 1920231780 KeySOAPAction = 1935762292 KeySOAPMethodNameSpace = 1836281955 KeySOAPMethodNameSpaceURI = 1836281973 KeySOAPSMDNamespace = 1936944755 KeySOAPSMDNamespaceURI = 1936944757 KeySOAPSMDType = 1936946288 KeySOAPSchemaVersion = 1936941928 KeySOAPStructureMetaData = 796093796 KeySelectProc = 1936026728 KeySelection = 1718838636 KeySenderApplescriptEntitlementsAttr = 1701737580 KeySenderApplicationIdentifierEntitlementAttr = 1634297185 KeySenderApplicationSandboxed = 1936946018 KeySenderAuditTokenAttr = 1953459054 KeySenderEGIDAttr = 1936157028 KeySenderEUIDAttr = 1936025956 KeySenderGIDAttr = 1734960243 KeySenderPIDAttr = 1936746852 KeySenderUIDAttr = 1969841267 KeyTimeoutAttr = 1953066351 KeyTransactionIDAttr = 1953653102 KeyUserNameAttr = 1970168173 KeyUserPasswordAttr = 1885434739 KeyWhen = 2003330414 KeyWhere = 2003330418 KeyWindow = 1802989156 KeyXMLDebuggingAttr = 2019844711 PATMachine = 1885434989 PATType = 1885434996 PATZone = 1885435002 PArcAngle = 1885434467 PBackgroundColor = 1885496172 PBackgroundPattern = 1885499508 PBestType = 1885500276 PBounds = 1885498980 PClass = 1885564019 PClipboard = 1885564009 PColor = 1668246642 PColorTable = 1668052066 PConduit = 1885564782 PContents = 1885564532 PCornerCurveHeight = 1885562980 PCornerCurveWidth = 1885566820 PDNS = 1885630067 PDNSForm = 1883524691 PDashStyle = 1885631348 PDefaultType = 1684366964 PDefinitionRect = 1885631092 PDeviceAddress = 1885632097 PDeviceType = 1885632116 PDottedDecimal = 1885958244 PEnabled = 1701732972 PEndPoint = 1885695588 PFTPKind = 1802071652 PFillColor = 1718379372 PFillPattern = 1718382708 PFont = 1718578804 PFormula = 1885761394 PGraphicObjects = 1735352947 PHasCloseBox = 1751346274 PHasTitleBar = 1886677364 PHost = 1213158228 PID = 1229201440 PIndex = 1885955192 PInsertionLoc = 1885957747 PIsFloating = 1769170540 PIsFrontProcess = 1885959014 PIsModal = 1886220132 PIsModified = 1768779620 PIsResizable = 1886548858 PIsStationeryPad = 1886613604 PIsZoomable = 1769175661 PIsZoomed = 1887073645 PItemNumber = 1769237870 PJustification = 1886024564 PKeyKind = 1802202724 PKeystrokeKey = 1800237927 PLineArrow = 1634890351 PMenuID = 1835952484 PModifiers = 1800236900 PName = 1886282093 PNetwork = 1886283124 PNewElementLoc = 1886283116 PNode = 1886285668 PPath = 1179930723 PPenColor = 1886413676 PPenPattern = 1886416993 PPenWidth = 1886418788 PPixelDepth = 1885630580 PPointList = 1886678132 PPointSize = 1886679930 PPort = 1886416754 PProtection = 1886417519 PProtocol = 1886417524 PRotation = 1886547828 PSCSIBus = 1886610274 PSCSILUN = 1886612597 PScale = 1886610284 PScheme = 1886745443 PScript = 1935896692 PScriptTag = 1886610292 PSelected = 1936026723 PSelection = 1936026725 PSocket = 1886613347 PStartAngle = 1885433447 PStartPoint = 1886614640 PTextColor = 1886681187 PTextEncoding = 1886681189 PTextFont = 1886681190 PTextItemDelimiters = 1954047084 PTextPointSize = 1886679155 PTextStyles = 1954050932 PTransferMode = 1886418029 PTranslation = 1886679667 PURL = 1884639820 PUniformStyles = 1970500716 PUpdateOn = 1886744676 PUserName = 1380021614 PUserPassword = 1380020343 PUserSelection = 1886745452 PVersion = 1986359923 PVisible = 1886808435 Type128BitFloatingPoint = 1818518124 TypeAEList = 1818850164 TypeAERecord = 1919247215 TypeAEText = 1951684692 TypeAbsoluteOrdinal = 1633842031 TypeAlias = 1634494835 TypeAppParameters = 1634758753 TypeApplSignature = 1936287598 TypeAppleEvent = 1634039412 TypeApplicationBundleID = 1651863140 TypeApplicationURL = 1634759276 TypeArc = 1667330659 TypeAuditToken = 1953459054 TypeBest = 1650815860 TypeBookmarkData = 1651339883 TypeBoolean = 1651470188 TypeCFAbsoluteTime = 1667654004 TypeCFArrayRef = 1667654002 TypeCFAttributedStringRef = 1667654003 TypeCFBooleanRef = 1667658854 TypeCFDictionaryRef = 1667654755 TypeCFMutableArrayRef = 1667657057 TypeCFMutableAttributedStringRef = 1667653985 TypeCFMutableDictionaryRef = 1667657060 TypeCFMutableStringRef = 1667657075 TypeCFNumberRef = 1667657314 TypeCFStringRef = 1667658612 TypeCFTypeRef = 1667658873 TypeCString = 1668510834 TypeCell = 1667458412 TypeCentimeters = 1668117618 TypeChar = 1413830740 TypeClassInfo = 1734569065 TypeColorTable = 1668051572 TypeColumn = 1667460972 TypeCompDescriptor = 1668116580 TypeComponentInstance = 1668116585 TypeCubicCentimeter = 1667460468 TypeCubicFeet = 1667655028 TypeCubicInches = 1668639086 TypeCubicMeters = 1668113780 TypeCubicYards = 1668903524 TypeCurrentContainer = 1667460724 TypeDashStyle = 1952735603 TypeData = 1952740449 TypeDecimalStruct = 1684366189 TypeDegreesC = 1684367203 TypeDegreesF = 1684367206 TypeDegreesK = 1684367211 TypeDrawingArea = 1667527287 TypeEPS = 1162892064 TypeElemInfo = 1701603694 TypeEncodedString = 1701733235 TypeEnumerated = 1701737837 TypeEnumeration = 1701737837 TypeEventInfo = 1702259054 TypeEventRecord = 1702261347 TypeEventRef = 1702261350 TypeFSRef = 1718841958 TypeFalse = 1717660787 TypeFeet = 1717921140 TypeFileURL = 1718973036 TypeFinderWindow = 1719101806 TypeFixed = 1718188132 TypeFixedPoint = 1718644340 TypeFixedRectangle = 1718772596 TypeGIF = 1195984486 TypeGallons = 1734437998 TypeGlyphInfoArray = 1735158113 TypeGrams = 1735549293 TypeGraphicLine = 1735158126 TypeGraphicText = 1667724408 TypeGroupedGraphic = 1668311395 TypeHIMenu = 1836016234 TypeHIWindow = 2003788394 TypeIEEE32BitFloatingPoint = 1936289383 TypeIEEE64BitFloatingPoint = 1685026146 TypeISO8601DateTime = 1769172852 TypeInches = 1768842088 TypeIndexDescriptor = 1768842341 TypeInsertionLoc = 1768846188 TypeIntlText = 1769240692 TypeIntlWritingCode = 1768846444 TypeJPEG = 1246774599 TypeKernelProcessID = 1802529124 TypeKeyword = 1801812343 TypeKilograms = 1801941613 TypeKilometers = 1802335346 TypeLiters = 1818850418 TypeLogicalDescriptor = 1819240297 TypeLongDateTime = 1818522656 TypeLongFixed = 1818654820 TypeLongFixedPoint = 1818652788 TypeLongFixedRectangle = 1818653283 TypeLongPoint = 1819307636 TypeLongRectangle = 1819435892 TypeLowLevelEventRecord = 1702261874 TypeMachPort = 1886351988 TypeMachineLoc = 1833725795 TypeMeters = 1835365490 TypeMiles = 1835625573 TypeNull = 1853189228 TypeOSLTokenList = 1869837420 TypeObjectBeingExamined = 1702391150 TypeObjectSpecifier = 1868720672 TypeOffsetArray = 1868980601 TypeOunces = 1870295840 TypeOval = 1668249196 TypePString = 1886614642 TypeParamInfo = 1886218606 TypePict = 1346978644 TypePixMapMinus = 1953525101 TypePixelMap = 1668311416 TypePolygon = 1668310894 TypePounds = 1818391328 TypeProcessSerialNumber = 1886613024 TypePropInfo = 1885957734 TypeProperty = 1886547824 TypePtr = 1886679584 TypeQDPoint = 1363439732 TypeQDRectangle = 1902408308 TypeQDRegion = 1366452078 TypeQuarts = 1903326323 TypeRGB16 = 1953640758 TypeRGB96 = 1953642806 TypeRGBColor = 1666336578 TypeRangeDescriptor = 1918987879 TypeRectangle = 1668441443 TypeRelativeDescriptor = 1919249440 TypeReplyPortAttr = 1919250544 TypeRotation = 1953656692 TypeRoundedRectangle = 1668444771 TypeRow = 1668444023 TypeSInt16 = 1936224114 TypeSInt32 = 1819242087 TypeSInt64 = 1668246896 TypeScrapStyles = 1937013100 TypeScript = 1935896692 TypeSectionH = 1936024436 TypeSquareFeet = 1936811636 TypeSquareKilometers = 1936812909 TypeSquareMeters = 1936814701 TypeSquareMiles = 1936813417 TypeSquareYards = 1936816484 TypeStyledText = 1398036564 TypeStyledUnicodeText = 1937077368 TypeSuiteInfo = 1937074542 TypeTIFF = 1414088262 TypeTable = 1668571756 TypeText = 1413830740 TypeTextRange = 1954050670 TypeTextRangeArray = 1953653113 TypeTextStyles = 1953723513 TypeToken = 1953459045 TypeTrue = 1953658213 TypeType = 1954115685 TypeUInt16 = 1970497650 TypeUInt32 = 1835100014 TypeUInt64 = 1969450861 TypeUTF16ExternalRepresentation = 1970549046 TypeUTF8Text = 1970562616 TypeUnicodeText = 1970567284 TypeVersion = 1986359923 TypeWhoseDescriptor = 2003332979 TypeWhoseRange = 2003988071 TypeWildCard = 707406378 TypeYards = 2036429412 )
Variables ¶
This section is empty.
Functions ¶
func AECallObjectAccessor ¶
func AECallObjectAccessor(desiredClass int, containerToken unsafe.Pointer, containerClass int, keyForm int, keyData unsafe.Pointer, token unsafe.Pointer) int16
AECallObjectAccessor calls the AE framework function AECallObjectAccessor.
func AECheckIsRecord ¶
AECheckIsRecord calls the AE framework function AECheckIsRecord.
func AECoerceDesc ¶
AECoerceDesc calls the AE framework function AECoerceDesc.
func AECoercePtr ¶
func AECoercePtr(typeCode int, dataPtr unsafe.Pointer, dataSize int, toType int, result unsafe.Pointer) int16
AECoercePtr calls the AE framework function AECoercePtr.
func AECompareDesc ¶
AECompareDesc calls the AE framework function AECompareDesc.
func AECountItems ¶
AECountItems calls the AE framework function AECountItems.
func AECreateAppleEvent ¶
func AECreateAppleEvent(theAEEventClass int, theAEEventID int, target unsafe.Pointer, returnID int16, transactionID int, result unsafe.Pointer) int16
AECreateAppleEvent calls the AE framework function AECreateAppleEvent.
func AECreateDesc ¶
AECreateDesc calls the AE framework function AECreateDesc.
func AECreateDescFromExternalPtr ¶
func AECreateDescFromExternalPtr(descriptorType int, dataPtr unsafe.Pointer, dataLength int, disposeCallback unsafe.Pointer, disposeRefcon unsafe.Pointer, theDesc unsafe.Pointer) int
AECreateDescFromExternalPtr calls the AE framework function AECreateDescFromExternalPtr.
func AECreateList ¶
func AECreateList(factoringPtr unsafe.Pointer, factoredSize int, isRecord uint8, resultList unsafe.Pointer) int16
AECreateList calls the AE framework function AECreateList.
func AEDecodeMessage ¶
AEDecodeMessage calls the AE framework function AEDecodeMessage.
func AEDeleteItem ¶
AEDeleteItem calls the AE framework function AEDeleteItem.
func AEDeleteParam ¶
AEDeleteParam calls the AE framework function AEDeleteParam.
func AEDeterminePermissionToAutomateTarget ¶
func AEDeterminePermissionToAutomateTarget(target unsafe.Pointer, theAEEventClass int, theAEEventID int, askUserIfNeeded uint8) int
AEDeterminePermissionToAutomateTarget calls the AE framework function AEDeterminePermissionToAutomateTarget.
func AEDisposeDesc ¶
AEDisposeDesc calls the AE framework function AEDisposeDesc.
func AEDisposeRemoteProcessResolver ¶
func AEDisposeRemoteProcessResolver(ref AERemoteProcessResolverRef)
AEDisposeRemoteProcessResolver calls the AE framework function AEDisposeRemoteProcessResolver.
func AEDisposeToken ¶
AEDisposeToken calls the AE framework function AEDisposeToken.
func AEDuplicateDesc ¶
AEDuplicateDesc calls the AE framework function AEDuplicateDesc.
func AEFlattenDesc ¶
func AEFlattenDesc(theAEDesc unsafe.Pointer, buffer string, bufferSize int) (result int, actualSize int)
AEFlattenDesc calls the AE framework function AEFlattenDesc.
func AEGetArray ¶
func AEGetArray(theAEDescList unsafe.Pointer, arrayType int8, arrayPtr unsafe.Pointer, maximumSize int, itemSize unsafe.Pointer) (result int16, itemType int, itemCount int64)
AEGetArray calls the AE framework function AEGetArray.
func AEGetAttributeDesc ¶
func AEGetAttributeDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, result unsafe.Pointer) int16
AEGetAttributeDesc calls the AE framework function AEGetAttributeDesc.
func AEGetAttributePtr ¶
func AEGetAttributePtr(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, dataPtr unsafe.Pointer, maximumSize int) (result int16, typeCode int, actualSize int)
AEGetAttributePtr calls the AE framework function AEGetAttributePtr.
func AEGetCoercionHandler ¶
func AEGetCoercionHandler(fromType int, toType int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, isSysHandler uint8) (result int16, fromTypeIsDesc uint8)
AEGetCoercionHandler calls the AE framework function AEGetCoercionHandler.
func AEGetDescData ¶
AEGetDescData calls the AE framework function AEGetDescData.
func AEGetDescDataRange ¶
AEGetDescDataRange calls the AE framework function AEGetDescDataRange.
func AEGetDescDataSize ¶
AEGetDescDataSize calls the AE framework function AEGetDescDataSize.
func AEGetEventHandler ¶
func AEGetEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, isSysHandler uint8) int16
AEGetEventHandler calls the AE framework function AEGetEventHandler.
func AEGetNthDesc ¶
func AEGetNthDesc(theAEDescList unsafe.Pointer, index int, desiredType int, result unsafe.Pointer) (result_ int16, theAEKeyword int)
AEGetNthDesc calls the AE framework function AEGetNthDesc.
func AEGetNthPtr ¶
func AEGetNthPtr(theAEDescList unsafe.Pointer, index int, desiredType int, dataPtr unsafe.Pointer, maximumSize int) (result int16, theAEKeyword int, typeCode int, actualSize int)
AEGetNthPtr calls the AE framework function AEGetNthPtr.
func AEGetObjectAccessor ¶
func AEGetObjectAccessor(desiredClass int, containerType int, accessor unsafe.Pointer, accessorRefcon unsafe.Pointer, isSysHandler uint8) int16
AEGetObjectAccessor calls the AE framework function AEGetObjectAccessor.
func AEGetParamDesc ¶
func AEGetParamDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, result unsafe.Pointer) int16
AEGetParamDesc calls the AE framework function AEGetParamDesc.
func AEGetParamPtr ¶
func AEGetParamPtr(theAppleEvent unsafe.Pointer, theAEKeyword int, desiredType int, dataPtr unsafe.Pointer, maximumSize int) (result int16, actualType int, actualSize int)
AEGetParamPtr calls the AE framework function AEGetParamPtr.
func AEGetRegisteredMachPort ¶
func AEGetRegisteredMachPort() int
AEGetRegisteredMachPort calls the AE framework function AEGetRegisteredMachPort.
func AEGetSpecialHandler ¶
AEGetSpecialHandler calls the AE framework function AEGetSpecialHandler.
func AEInitializeDesc ¶
AEInitializeDesc calls the AE framework function AEInitializeDesc.
func AEInstallCoercionHandler ¶
func AEInstallCoercionHandler(fromType int, toType int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, fromTypeIsDesc uint8, isSysHandler uint8) int16
AEInstallCoercionHandler calls the AE framework function AEInstallCoercionHandler.
func AEInstallEventHandler ¶
func AEInstallEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, handlerRefcon unsafe.Pointer, isSysHandler uint8) int16
AEInstallEventHandler calls the AE framework function AEInstallEventHandler.
func AEInstallObjectAccessor ¶
func AEInstallObjectAccessor(desiredClass int, containerType int, theAccessor unsafe.Pointer, accessorRefcon unsafe.Pointer, isSysHandler uint8) int16
AEInstallObjectAccessor calls the AE framework function AEInstallObjectAccessor.
func AEInstallSpecialHandler ¶
AEInstallSpecialHandler calls the AE framework function AEInstallSpecialHandler.
func AEManagerInfo ¶
AEManagerInfo calls the AE framework function AEManagerInfo.
func AEObjectInit ¶
func AEObjectInit() int16
AEObjectInit calls the AE framework function AEObjectInit.
func AEPrintDescToHandle ¶
AEPrintDescToHandle calls the AE framework function AEPrintDescToHandle.
func AEProcessMessage ¶
AEProcessMessage reports an error if the AE framework function AEProcessMessage fails.
func AEPutArray ¶
func AEPutArray(theAEDescList unsafe.Pointer, arrayType int8, arrayPtr unsafe.Pointer, itemType int, itemSize int, itemCount int) int16
AEPutArray calls the AE framework function AEPutArray.
func AEPutAttributeDesc ¶
func AEPutAttributeDesc(theAppleEvent unsafe.Pointer, theAEKeyword int, theAEDesc unsafe.Pointer) int16
AEPutAttributeDesc calls the AE framework function AEPutAttributeDesc.
func AEPutAttributePtr ¶
func AEPutAttributePtr(theAppleEvent unsafe.Pointer, theAEKeyword int, typeCode int, dataPtr unsafe.Pointer, dataSize int) int16
AEPutAttributePtr calls the AE framework function AEPutAttributePtr.
func AEPutParamDesc ¶
AEPutParamDesc calls the AE framework function AEPutParamDesc.
func AEPutParamPtr ¶
func AEPutParamPtr(theAppleEvent unsafe.Pointer, theAEKeyword int, typeCode int, dataPtr unsafe.Pointer, dataSize int) int16
AEPutParamPtr calls the AE framework function AEPutParamPtr.
func AEPutPtr ¶
func AEPutPtr(theAEDescList unsafe.Pointer, index int, typeCode int, dataPtr unsafe.Pointer, dataSize int) int16
AEPutPtr calls the AE framework function AEPutPtr.
func AERemoteProcessResolverGetProcesses ¶
func AERemoteProcessResolverGetProcesses(ref AERemoteProcessResolverRef, outError *corefoundation.CFStreamError) corefoundation.CFArrayRef
AERemoteProcessResolverGetProcesses calls the AE framework function AERemoteProcessResolverGetProcesses.
func AERemoteProcessResolverScheduleWithRunLoop ¶
func AERemoteProcessResolverScheduleWithRunLoop(ref AERemoteProcessResolverRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef, callback unsafe.Pointer, ctx unsafe.Pointer)
AERemoteProcessResolverScheduleWithRunLoop calls the AE framework function AERemoteProcessResolverScheduleWithRunLoop.
func AERemoveCoercionHandler ¶
func AERemoveCoercionHandler(fromType int, toType int, handler unsafe.Pointer, isSysHandler uint8) int16
AERemoveCoercionHandler calls the AE framework function AERemoveCoercionHandler.
func AERemoveEventHandler ¶
func AERemoveEventHandler(theAEEventClass int, theAEEventID int, handler unsafe.Pointer, isSysHandler uint8) int16
AERemoveEventHandler calls the AE framework function AERemoveEventHandler.
func AERemoveObjectAccessor ¶
func AERemoveObjectAccessor(desiredClass int, containerType int, theAccessor unsafe.Pointer, isSysHandler uint8) int16
AERemoveObjectAccessor calls the AE framework function AERemoveObjectAccessor.
func AERemoveSpecialHandler ¶
AERemoveSpecialHandler calls the AE framework function AERemoveSpecialHandler.
func AEReplaceDescData ¶
func AEReplaceDescData(typeCode int, dataPtr unsafe.Pointer, dataSize int, theAEDesc unsafe.Pointer) int16
AEReplaceDescData calls the AE framework function AEReplaceDescData.
func AESendMessage ¶
func AESendMessage(event unsafe.Pointer, reply unsafe.Pointer, sendMode int, timeOutInTicks int) int
AESendMessage calls the AE framework function AESendMessage.
func AESetObjectCallbacks ¶
func AESetObjectCallbacks(myCompareProc unsafe.Pointer, myCountProc unsafe.Pointer, myDisposeTokenProc unsafe.Pointer, myGetMarkTokenProc unsafe.Pointer, myMarkProc unsafe.Pointer, myAdjustMarksProc unsafe.Pointer, myGetErrDescProcPtr unsafe.Pointer) int16
AESetObjectCallbacks calls the AE framework function AESetObjectCallbacks.
func AESizeOfAttribute ¶
func AESizeOfAttribute(theAppleEvent unsafe.Pointer, theAEKeyword int) (result int16, typeCode int, dataSize int)
AESizeOfAttribute calls the AE framework function AESizeOfAttribute.
func AESizeOfFlattenedDesc ¶
AESizeOfFlattenedDesc calls the AE framework function AESizeOfFlattenedDesc.
func AESizeOfNthItem ¶
func AESizeOfNthItem(theAEDescList unsafe.Pointer, index int) (result int16, typeCode int, dataSize int)
AESizeOfNthItem calls the AE framework function AESizeOfNthItem.
func AESizeOfParam ¶
func AESizeOfParam(theAppleEvent unsafe.Pointer, theAEKeyword int) (result int16, typeCode int, dataSize int)
AESizeOfParam calls the AE framework function AESizeOfParam.
func AEStreamClose ¶
func AEStreamClose(ref AEStreamRef, desc unsafe.Pointer) int
AEStreamClose calls the AE framework function AEStreamClose.
func AEStreamCloseDesc ¶
func AEStreamCloseDesc(ref AEStreamRef) error
AEStreamCloseDesc reports an error if the AE framework function AEStreamCloseDesc fails.
func AEStreamCloseList ¶
func AEStreamCloseList(ref AEStreamRef) error
AEStreamCloseList reports an error if the AE framework function AEStreamCloseList fails.
func AEStreamCloseRecord ¶
func AEStreamCloseRecord(ref AEStreamRef) error
AEStreamCloseRecord reports an error if the AE framework function AEStreamCloseRecord fails.
func AEStreamOpenDesc ¶
func AEStreamOpenDesc(ref AEStreamRef, newType int) error
AEStreamOpenDesc reports an error if the AE framework function AEStreamOpenDesc fails.
func AEStreamOpenKeyDesc ¶
func AEStreamOpenKeyDesc(ref AEStreamRef, key int, newType int) error
AEStreamOpenKeyDesc reports an error if the AE framework function AEStreamOpenKeyDesc fails.
func AEStreamOpenList ¶
func AEStreamOpenList(ref AEStreamRef) error
AEStreamOpenList reports an error if the AE framework function AEStreamOpenList fails.
func AEStreamOpenRecord ¶
func AEStreamOpenRecord(ref AEStreamRef, newType int) error
AEStreamOpenRecord reports an error if the AE framework function AEStreamOpenRecord fails.
func AEStreamOptionalParam ¶
func AEStreamOptionalParam(ref AEStreamRef, key int) error
AEStreamOptionalParam reports an error if the AE framework function AEStreamOptionalParam fails.
func AEStreamSetRecordType ¶
func AEStreamSetRecordType(ref AEStreamRef, newType int) error
AEStreamSetRecordType reports an error if the AE framework function AEStreamSetRecordType fails.
func AEStreamWriteAEDesc ¶
func AEStreamWriteAEDesc(ref AEStreamRef, desc unsafe.Pointer) int
AEStreamWriteAEDesc calls the AE framework function AEStreamWriteAEDesc.
func AEStreamWriteData ¶
func AEStreamWriteData(ref AEStreamRef, data unsafe.Pointer, length int) error
AEStreamWriteData reports an error if the AE framework function AEStreamWriteData fails.
func AEStreamWriteDesc ¶
AEStreamWriteDesc reports an error if the AE framework function AEStreamWriteDesc fails.
func AEStreamWriteKey ¶
func AEStreamWriteKey(ref AEStreamRef, key int) error
AEStreamWriteKey reports an error if the AE framework function AEStreamWriteKey fails.
func AEStreamWriteKeyDesc ¶
func AEStreamWriteKeyDesc(ref AEStreamRef, key int, newType int, data unsafe.Pointer, length int) error
AEStreamWriteKeyDesc reports an error if the AE framework function AEStreamWriteKeyDesc fails.
func AEUnflattenDesc ¶
AEUnflattenDesc calls the AE framework function AEUnflattenDesc.
func AEUnflattenDescFromBytes ¶
AEUnflattenDescFromBytes calls the AE framework function AEUnflattenDescFromBytes.
func CreateCompDescriptor ¶
func CreateCompDescriptor(comparisonOperator int, operand1 unsafe.Pointer, operand2 unsafe.Pointer, disposeInputs uint8, theDescriptor unsafe.Pointer) int16
CreateCompDescriptor calls the AE framework function CreateCompDescriptor.
func CreateLogicalDescriptor ¶
func CreateLogicalDescriptor(theLogicalTerms unsafe.Pointer, theLogicOperator int, disposeInputs uint8, theDescriptor unsafe.Pointer) int16
CreateLogicalDescriptor calls the AE framework function CreateLogicalDescriptor.
func CreateObjSpecifier ¶
func CreateObjSpecifier(desiredClass int, theContainer unsafe.Pointer, keyForm int, keyData unsafe.Pointer, disposeInputs uint8, objSpecifier unsafe.Pointer) int16
CreateObjSpecifier calls the AE framework function CreateObjSpecifier.
func CreateOffsetDescriptor ¶
CreateOffsetDescriptor calls the AE framework function CreateOffsetDescriptor.
func CreateRangeDescriptor ¶
func CreateRangeDescriptor(rangeStart unsafe.Pointer, rangeStop unsafe.Pointer, disposeInputs uint8, theDescriptor unsafe.Pointer) int16
CreateRangeDescriptor calls the AE framework function CreateRangeDescriptor.
func DisposeAECoerceDescUPP ¶
DisposeAECoerceDescUPP calls the AE framework function DisposeAECoerceDescUPP.
func DisposeAECoercePtrUPP ¶
DisposeAECoercePtrUPP calls the AE framework function DisposeAECoercePtrUPP.
func DisposeAEDisposeExternalUPP ¶
DisposeAEDisposeExternalUPP calls the AE framework function DisposeAEDisposeExternalUPP.
func DisposeAEEventHandlerUPP ¶
DisposeAEEventHandlerUPP calls the AE framework function DisposeAEEventHandlerUPP.
func DisposeOSLAccessorUPP ¶
DisposeOSLAccessorUPP calls the AE framework function DisposeOSLAccessorUPP.
func DisposeOSLAdjustMarksUPP ¶
DisposeOSLAdjustMarksUPP calls the AE framework function DisposeOSLAdjustMarksUPP.
func DisposeOSLCompareUPP ¶
DisposeOSLCompareUPP calls the AE framework function DisposeOSLCompareUPP.
func DisposeOSLCountUPP ¶
DisposeOSLCountUPP calls the AE framework function DisposeOSLCountUPP.
func DisposeOSLDisposeTokenUPP ¶
DisposeOSLDisposeTokenUPP calls the AE framework function DisposeOSLDisposeTokenUPP.
func DisposeOSLGetErrDescUPP ¶
DisposeOSLGetErrDescUPP calls the AE framework function DisposeOSLGetErrDescUPP.
func DisposeOSLGetMarkTokenUPP ¶
DisposeOSLGetMarkTokenUPP calls the AE framework function DisposeOSLGetMarkTokenUPP.
func DisposeOSLMarkUPP ¶
DisposeOSLMarkUPP calls the AE framework function DisposeOSLMarkUPP.
func InvokeAECoerceDescUPP ¶
func InvokeAECoerceDescUPP(fromDesc unsafe.Pointer, toType int, handlerRefcon unsafe.Pointer, toDesc unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeAECoerceDescUPP calls the AE framework function InvokeAECoerceDescUPP.
func InvokeAECoercePtrUPP ¶
func InvokeAECoercePtrUPP(typeCode int, dataPtr unsafe.Pointer, dataSize int, toType int, handlerRefcon unsafe.Pointer, result unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeAECoercePtrUPP calls the AE framework function InvokeAECoercePtrUPP.
func InvokeAEDisposeExternalUPP ¶
func InvokeAEDisposeExternalUPP(dataPtr unsafe.Pointer, dataLength int, refcon unsafe.Pointer, userUPP unsafe.Pointer)
InvokeAEDisposeExternalUPP calls the AE framework function InvokeAEDisposeExternalUPP.
func InvokeAEEventHandlerUPP ¶
func InvokeAEEventHandlerUPP(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, handlerRefcon unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeAEEventHandlerUPP calls the AE framework function InvokeAEEventHandlerUPP.
func InvokeOSLAccessorUPP ¶
func InvokeOSLAccessorUPP(desiredClass int, container unsafe.Pointer, containerClass int, form int, selectionData unsafe.Pointer, value unsafe.Pointer, accessorRefcon unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeOSLAccessorUPP calls the AE framework function InvokeOSLAccessorUPP.
func InvokeOSLAdjustMarksUPP ¶
func InvokeOSLAdjustMarksUPP(newStart int, newStop int, markToken unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeOSLAdjustMarksUPP calls the AE framework function InvokeOSLAdjustMarksUPP.
func InvokeOSLCompareUPP ¶
func InvokeOSLCompareUPP(oper int, obj1 unsafe.Pointer, obj2 unsafe.Pointer, userUPP unsafe.Pointer) (result int16, result_ uint8)
InvokeOSLCompareUPP calls the AE framework function InvokeOSLCompareUPP.
func InvokeOSLCountUPP ¶
func InvokeOSLCountUPP(desiredType int, containerClass int, container unsafe.Pointer, userUPP unsafe.Pointer) (result int16, result_ int64)
InvokeOSLCountUPP calls the AE framework function InvokeOSLCountUPP.
func InvokeOSLDisposeTokenUPP ¶
InvokeOSLDisposeTokenUPP calls the AE framework function InvokeOSLDisposeTokenUPP.
func InvokeOSLGetErrDescUPP ¶
InvokeOSLGetErrDescUPP calls the AE framework function InvokeOSLGetErrDescUPP.
func InvokeOSLGetMarkTokenUPP ¶
func InvokeOSLGetMarkTokenUPP(dContainerToken unsafe.Pointer, containerClass int, result unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeOSLGetMarkTokenUPP calls the AE framework function InvokeOSLGetMarkTokenUPP.
func InvokeOSLMarkUPP ¶
func InvokeOSLMarkUPP(dToken unsafe.Pointer, markToken unsafe.Pointer, index int, userUPP unsafe.Pointer) int16
InvokeOSLMarkUPP calls the AE framework function InvokeOSLMarkUPP.
func KAERemoteProcessNameKey ¶
KAERemoteProcessNameKey returns the value of the constant kAERemoteProcessNameKey.
func KAERemoteProcessProcessIDKey ¶
KAERemoteProcessProcessIDKey returns the value of the constant kAERemoteProcessProcessIDKey.
func KAERemoteProcessURLKey ¶
KAERemoteProcessURLKey returns the value of the constant kAERemoteProcessURLKey.
func KAERemoteProcessUserIDKey ¶
KAERemoteProcessUserIDKey returns the value of the constant kAERemoteProcessUserIDKey.
func NewAECoerceDescUPP ¶
NewAECoerceDescUPP calls the AE framework function NewAECoerceDescUPP.
func NewAECoercePtrUPP ¶
NewAECoercePtrUPP calls the AE framework function NewAECoercePtrUPP.
func NewAEDisposeExternalUPP ¶
NewAEDisposeExternalUPP calls the AE framework function NewAEDisposeExternalUPP.
func NewAEEventHandlerUPP ¶
NewAEEventHandlerUPP calls the AE framework function NewAEEventHandlerUPP.
func NewOSLAccessorUPP ¶
NewOSLAccessorUPP calls the AE framework function NewOSLAccessorUPP.
func NewOSLAdjustMarksUPP ¶
NewOSLAdjustMarksUPP calls the AE framework function NewOSLAdjustMarksUPP.
func NewOSLCompareUPP ¶
NewOSLCompareUPP calls the AE framework function NewOSLCompareUPP.
func NewOSLCountUPP ¶
NewOSLCountUPP calls the AE framework function NewOSLCountUPP.
func NewOSLDisposeTokenUPP ¶
NewOSLDisposeTokenUPP calls the AE framework function NewOSLDisposeTokenUPP.
func NewOSLGetErrDescUPP ¶
NewOSLGetErrDescUPP calls the AE framework function NewOSLGetErrDescUPP.
func NewOSLGetMarkTokenUPP ¶
NewOSLGetMarkTokenUPP calls the AE framework function NewOSLGetMarkTokenUPP.
Types ¶
type AEArrayData ¶ added in v0.18.0
type AEBuildError ¶
func VAEBuildAppleEvent ¶
func VAEBuildAppleEvent(theClass int, theID int, addressType int, addressData unsafe.Pointer, addressLength int, returnID int16, transactionID int, resultEvt unsafe.Pointer, paramsFmt string, args string) (result int, err AEBuildError)
VAEBuildAppleEvent calls the AE framework function vAEBuildAppleEvent.
func VAEBuildDesc ¶
VAEBuildDesc calls the AE framework function vAEBuildDesc.
func VAEBuildParameters ¶
func VAEBuildParameters(event unsafe.Pointer, format string, args string) (result int, err AEBuildError)
VAEBuildParameters calls the AE framework function vAEBuildParameters.
type AEDataStorageType ¶ added in v0.18.0
AEDataStorageType is a handle for the opaque AEDataStorageType type.
func (AEDataStorageType) IsNil ¶ added in v0.18.0
func (h AEDataStorageType) IsNil() bool
IsNil reports whether AEDataStorageType is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type AEDesc ¶
type AEDesc struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*AEDesc) AsDescriptorType ¶ added in v0.18.0
AsDescriptorType returns the descriptorType field, read from the backing bytes at offset 0.
type AEKeyDesc ¶
type AEKeyDesc struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
type AERemoteProcessResolver ¶
type AERemoteProcessResolver struct{}
type AERemoteProcessResolverRef ¶ added in v0.18.0
AERemoteProcessResolverRef is a handle for the opaque AERemoteProcessResolverRef type.
func AECreateRemoteProcessResolver ¶
func AECreateRemoteProcessResolver(allocator corefoundation.CFAllocatorRef, url corefoundation.CFURLRef) AERemoteProcessResolverRef
AECreateRemoteProcessResolver calls the AE framework function AECreateRemoteProcessResolver.
func (AERemoteProcessResolverRef) IsNil ¶ added in v0.18.0
func (h AERemoteProcessResolverRef) IsNil() bool
IsNil reports whether AERemoteProcessResolverRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type AEStreamRef ¶ added in v0.18.0
AEStreamRef is a handle for the opaque AEStreamRef type.
func AEStreamCreateEvent ¶
func AEStreamCreateEvent(clazz int, identifier int, targetType int, targetData unsafe.Pointer, targetLength int, returnID int16, transactionID int) AEStreamRef
AEStreamCreateEvent calls the AE framework function AEStreamCreateEvent.
func AEStreamOpen ¶
func AEStreamOpen() AEStreamRef
AEStreamOpen calls the AE framework function AEStreamOpen.
func AEStreamOpenEvent ¶
func AEStreamOpenEvent(event unsafe.Pointer) AEStreamRef
AEStreamOpenEvent calls the AE framework function AEStreamOpenEvent.
func (AEStreamRef) IsNil ¶ added in v0.18.0
func (h AEStreamRef) IsNil() bool
IsNil reports whether AEStreamRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type CcntTokenRecord ¶
type DispatchAutoreleaseFrequency ¶ added in v0.17.0
type DispatchAutoreleaseFrequency uint64
const ( DispatchAutoreleaseFrequencyInherit DispatchAutoreleaseFrequency = 0 DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1 DispatchAutoreleaseFrequencyNever DispatchAutoreleaseFrequency = 2 )
func (DispatchAutoreleaseFrequency) String ¶ added in v0.17.0
func (e DispatchAutoreleaseFrequency) String() string
String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.
type DispatchBlockFlags ¶ added in v0.17.0
type DispatchBlockFlags uint64
Bitmask — values may be combined with |.
const ( DispatchBlockFlagsBarrier DispatchBlockFlags = 1 DispatchBlockFlagsDetached DispatchBlockFlags = 2 DispatchBlockFlagsAssignCurrent DispatchBlockFlags = 4 DispatchBlockFlagsNoQosClass DispatchBlockFlags = 8 DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16 DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32 )
func (DispatchBlockFlags) String ¶ added in v0.17.0
func (e DispatchBlockFlags) String() string
String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.
type FilesecProperty ¶ added in v0.17.0
type FilesecProperty int32
const ( FilesecPropertyOwner FilesecProperty = 1 FilesecPropertyGroup FilesecProperty = 2 FilesecPropertyUUID FilesecProperty = 3 FilesecPropertyMode FilesecProperty = 4 FilesecPropertyACL FilesecProperty = 5 FilesecPropertyGrpuuid FilesecProperty = 6 FilesecPropertyACLRaw FilesecProperty = 100 FilesecPropertyACLAllocsize FilesecProperty = 101 )
func (FilesecProperty) String ¶ added in v0.17.0
func (e FilesecProperty) String() string
String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.
type IpcInfoObjectType ¶ added in v0.17.0
type IpcInfoObjectType uint32
const ( IpcInfoObjectTypeNone IpcInfoObjectType = 0 IpcInfoObjectTypeThreadControl IpcInfoObjectType = 1 IpcInfoObjectTypeTaskControl IpcInfoObjectType = 2 IpcInfoObjectTypeHost IpcInfoObjectType = 3 IpcInfoObjectTypeHostPriv IpcInfoObjectType = 4 IpcInfoObjectTypeProcessor IpcInfoObjectType = 5 IpcInfoObjectTypeProcessorSet IpcInfoObjectType = 6 IpcInfoObjectTypeProcessorSetName IpcInfoObjectType = 7 IpcInfoObjectTypeTimer IpcInfoObjectType = 8 IpcInfoObjectTypePortSubstOnce IpcInfoObjectType = 9 IpcInfoObjectTypeMig IpcInfoObjectType = 10 IpcInfoObjectTypeMemoryObject IpcInfoObjectType = 11 IpcInfoObjectTypeXmmPager IpcInfoObjectType = 12 IpcInfoObjectTypeXmmKernel IpcInfoObjectType = 13 IpcInfoObjectTypeXmmReply IpcInfoObjectType = 14 IpcInfoObjectTypeUndReply IpcInfoObjectType = 15 IpcInfoObjectTypeHostNotify IpcInfoObjectType = 16 IpcInfoObjectTypeHostSecurity IpcInfoObjectType = 17 IpcInfoObjectTypeLedger IpcInfoObjectType = 18 IpcInfoObjectTypeMainDevice IpcInfoObjectType = 19 IpcInfoObjectTypeTaskName IpcInfoObjectType = 20 IpcInfoObjectTypeSubsystem IpcInfoObjectType = 21 IpcInfoObjectTypeIODoneQueue IpcInfoObjectType = 22 IpcInfoObjectTypeSemaphore IpcInfoObjectType = 23 IpcInfoObjectTypeLockSet IpcInfoObjectType = 24 IpcInfoObjectTypeClock IpcInfoObjectType = 25 IpcInfoObjectTypeClockCtrl IpcInfoObjectType = 26 IpcInfoObjectTypeIokitIdent IpcInfoObjectType = 27 IpcInfoObjectTypeNamedEntry IpcInfoObjectType = 28 IpcInfoObjectTypeIokitConnect IpcInfoObjectType = 29 IpcInfoObjectTypeIokitObject IpcInfoObjectType = 30 IpcInfoObjectTypeUpl IpcInfoObjectType = 31 IpcInfoObjectTypeMemObjControl IpcInfoObjectType = 32 IpcInfoObjectTypeAuSessionport IpcInfoObjectType = 33 IpcInfoObjectTypeFileport IpcInfoObjectType = 34 IpcInfoObjectTypeLabelh IpcInfoObjectType = 35 IpcInfoObjectTypeTaskResume IpcInfoObjectType = 36 IpcInfoObjectTypeVoucher IpcInfoObjectType = 37 IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38 IpcInfoObjectTypeWorkInterval IpcInfoObjectType = 39 IpcInfoObjectTypeUxHandler IpcInfoObjectType = 40 IpcInfoObjectTypeUextObject IpcInfoObjectType = 41 IpcInfoObjectTypeArcadeReg IpcInfoObjectType = 42 IpcInfoObjectTypeEventlink IpcInfoObjectType = 43 IpcInfoObjectTypeTaskInspect IpcInfoObjectType = 44 IpcInfoObjectTypeTaskRead IpcInfoObjectType = 45 IpcInfoObjectTypeThreadInspect IpcInfoObjectType = 46 IpcInfoObjectTypeThreadRead IpcInfoObjectType = 47 IpcInfoObjectTypeSuidCred IpcInfoObjectType = 48 IpcInfoObjectTypeHypervisor IpcInfoObjectType = 49 IpcInfoObjectTypeTaskIDToken IpcInfoObjectType = 50 IpcInfoObjectTypeTaskFatal IpcInfoObjectType = 51 IpcInfoObjectTypeKcdata IpcInfoObjectType = 52 IpcInfoObjectTypeExclavesResource IpcInfoObjectType = 53 IpcInfoObjectTypeThreadResume IpcInfoObjectType = 54 IpcInfoObjectTypeUnknown IpcInfoObjectType = 4294967295 )
func (IpcInfoObjectType) String ¶ added in v0.17.0
func (e IpcInfoObjectType) String() string
String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlags ¶ added in v0.17.0
type MachVMRangeFlags uint64
Bitmask — values may be combined with |.
const (
MachVMRangeFlagsNone MachVMRangeFlags = 0
)
func (MachVMRangeFlags) String ¶ added in v0.17.0
func (e MachVMRangeFlags) String() string
String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlavor ¶ added in v0.17.0
type MachVMRangeFlavor uint32
const ( MachVMRangeFlavorInvalid MachVMRangeFlavor = 0 MachVMRangeFlavorV1 MachVMRangeFlavor = 1 )
func (MachVMRangeFlavor) String ¶ added in v0.17.0
func (e MachVMRangeFlavor) String() string
String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeTag ¶ added in v0.17.0
type MachVMRangeTag uint16
const ( MachVMRangeTagDefault MachVMRangeTag = 0 MachVMRangeTagData MachVMRangeTag = 1 MachVMRangeTagFixed MachVMRangeTag = 2 )
func (MachVMRangeTag) String ¶ added in v0.17.0
func (e MachVMRangeTag) String() string
String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.
type MpoFlags ¶ added in v0.17.0
type MpoFlags uint32
Bitmask — values may be combined with |.
const ( MpoFlagsPort MpoFlags = 0 MpoFlagsServicePort MpoFlags = 1024 MpoFlagsConnectionPort MpoFlags = 2048 MpoFlagsReplyPort MpoFlags = 4096 MpoFlagsWeakReplyPort MpoFlags = 16384 MpoFlagsNotificationPort MpoFlags = 17408 MpoFlagsExceptionPort MpoFlags = 32768 MpoFlagsConnectionPortWithPortArray MpoFlags = 65536 )
type OffsetArray ¶
type OpaqueAEDataStorageType ¶
type OpaqueAEDataStorageType struct{}
type OpaqueAEStreamRef ¶
type OpaqueAEStreamRef struct{}
type Perm ¶ added in v0.17.0
type Perm int32
const ( PermReadData Perm = 2 PermListDirectory Perm = 2 PermWriteData Perm = 4 PermAddFile Perm = 4 PermExecute Perm = 8 PermSearch Perm = 8 PermDelete Perm = 16 PermAppendData Perm = 32 PermAddSubdirectory Perm = 32 PermDeleteChild Perm = 64 PermReadAttributes Perm = 128 PermWriteAttributes Perm = 256 PermReadExtattributes Perm = 512 PermWriteExtattributes Perm = 1024 PermReadSecurity Perm = 2048 PermWriteSecurity Perm = 4096 PermChangeOwner Perm = 8192 PermSynchronize Perm = 1048576 )
type PtrauthKey ¶ added in v0.17.0
type PtrauthKey int32
const ( Ptrauth_key_none PtrauthKey = -1 Ptrauth_key_asia PtrauthKey = 0 Ptrauth_key_asib PtrauthKey = 1 Ptrauth_key_asda PtrauthKey = 2 Ptrauth_key_asdb PtrauthKey = 3 Ptrauth_key_process_independent_code PtrauthKey = 0 Ptrauth_key_process_dependent_code PtrauthKey = 1 Ptrauth_key_process_independent_data PtrauthKey = 2 Ptrauth_key_process_dependent_data PtrauthKey = 3 Ptrauth_key_return_address PtrauthKey = 1 Ptrauth_key_frame_pointer PtrauthKey = 3 Ptrauth_key_function_pointer PtrauthKey = 0 Ptrauth_key_block_function PtrauthKey = 0 Ptrauth_key_cxx_vtable_pointer PtrauthKey = 2 Ptrauth_key_method_list_pointer PtrauthKey = 2 Ptrauth_key_objc_isa_pointer PtrauthKey = 2 Ptrauth_key_objc_super_pointer PtrauthKey = 2 Ptrauth_key_objc_sel_pointer PtrauthKey = 3 Ptrauth_key_objc_class_ro_pointer PtrauthKey = 2 Ptrauth_key_block_descriptor_pointer PtrauthKey = 2 Ptrauth_key_init_fini_pointer PtrauthKey = 0 )
func (PtrauthKey) String ¶ added in v0.17.0
func (e PtrauthKey) String() string
String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.
type TScriptingSizeResource ¶
type TextRange ¶
type TextRange struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*TextRange) AsFEnd ¶ added in v0.18.0
AsFEnd returns the fEnd field, read from the backing bytes at offset 4.
func (*TextRange) AsFHiliteStyle ¶ added in v0.18.0
AsFHiliteStyle returns the fHiliteStyle field, read from the backing bytes at offset 8.
type TextRangeArray ¶
type VirtualMemoryGuardExceptionCode ¶ added in v0.17.0
type VirtualMemoryGuardExceptionCode uint32
const ( KGUARD_EXC_DEALLOC_GAP VirtualMemoryGuardExceptionCode = 1 KGUARD_EXC_RECLAIM_COPYIO_FAILURE VirtualMemoryGuardExceptionCode = 2 KGUARD_EXC_RECLAIM_INDEX_FAILURE VirtualMemoryGuardExceptionCode = 4 KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE VirtualMemoryGuardExceptionCode = 8 KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE VirtualMemoryGuardExceptionCode = 9 KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE VirtualMemoryGuardExceptionCode = 10 KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE VirtualMemoryGuardExceptionCode = 11 KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION VirtualMemoryGuardExceptionCode = 12 KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY VirtualMemoryGuardExceptionCode = 13 KGUARD_EXC_SEC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 98 KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 99 KGUARD_EXC_SEC_COPY_DENIED VirtualMemoryGuardExceptionCode = 100 KGUARD_EXC_SEC_SHARING_DENIED VirtualMemoryGuardExceptionCode = 101 KGUARD_EXC_MTE_SYNC_FAULT VirtualMemoryGuardExceptionCode = 200 KGUARD_EXC_MTE_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 201 KGUARD_EXC_MTE_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 202 KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203 KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204 )
func (VirtualMemoryGuardExceptionCode) String ¶ added in v0.17.0
func (e VirtualMemoryGuardExceptionCode) String() string
String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.