Documentation
¶
Overview ¶
Package coreservices provides Go bindings for the coreservices framework.
Access and manage key operating system services, such as launch and identity services.
This collection of documents provides the API reference for the Core Services framework, which encompasses many fundamental operating system services used by Carbon applications.
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- Constants
- func AEBuildAppleEvent(arg0 uint32, arg1 uint32, arg2 uint32, arg3 corefoundation.CGSize, arg4 int16, ...) int32
- func AEBuildDesc(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32
- func AEBuildParameters(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32
- func AECallObjectAccessor(desiredClass uint32, containerToken unsafe.Pointer, containerClass uint32, ...) int16
- func AECheckIsRecord(theDesc unsafe.Pointer) bool
- func AECoerceDesc(theAEDesc unsafe.Pointer, toType uint32, result unsafe.Pointer) int16
- func AECoercePtr(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, ...) int16
- func AECompareDesc(desc1 unsafe.Pointer, desc2 unsafe.Pointer, resultP unsafe.Pointer) int32
- func AECountItems(theAEDescList unsafe.Pointer, theCount unsafe.Pointer) int16
- func AECreateAppleEvent(theAEEventClass uint32, theAEEventID uint32, target unsafe.Pointer, ...) int16
- func AECreateDesc(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, ...) int16
- func AECreateDescFromExternalPtr(descriptorType uint32, dataPtr unsafe.Pointer, ...) int32
- func AECreateList(factoringPtr unsafe.Pointer, factoredSize corefoundation.CGSize, ...) int16
- func AEDecodeMessage(header unsafe.Pointer, event *AEDesc, reply *AEDesc) int32
- func AEDeleteItem(theAEDescList unsafe.Pointer, index unsafe.Pointer) int16
- func AEDeleteParam(theAppleEvent *AEDesc, theAEKeyword uint32) int16
- func AEDeterminePermissionToAutomateTarget(target unsafe.Pointer, theAEEventClass uint32, theAEEventID uint32, ...) int32
- 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 coreimage.Ptr, ...) int32
- func AEGetArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, ...) int16
- func AEGetAttributeDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, ...) int16
- func AEGetAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, ...) int16
- func AEGetCoercionHandler(fromType uint32, toType uint32, handler unsafe.Pointer, handlerRefcon *uintptr, ...) int16
- func AEGetDescData(theAEDesc unsafe.Pointer, dataPtr unsafe.Pointer, ...) int16
- func AEGetDescDataRange(dataDesc unsafe.Pointer, buffer unsafe.Pointer, offset corefoundation.CGSize, ...) int32
- func AEGetDescDataSize(theAEDesc unsafe.Pointer) corefoundation.CGSize
- func AEGetEventHandler(theAEEventClass uint32, theAEEventID uint32, handler unsafe.Pointer, ...) int16
- func AEGetNthDesc(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, ...) int16
- func AEGetNthPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, ...) int16
- func AEGetObjectAccessor(desiredClass uint32, containerType uint32, accessor unsafe.Pointer, ...) int16
- func AEGetParamDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, ...) int16
- func AEGetParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, ...) int16
- func AEGetRegisteredMachPort() uint32
- func AEGetSpecialHandler(functionClass uint32, handler unsafe.Pointer, isSysHandler unsafe.Pointer) int16
- func AEInitializeDesc(desc unsafe.Pointer)
- func AEInstallCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, ...) int16
- func AEInstallEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, ...) int16
- func AEInstallObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, ...) int16
- func AEInstallSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16
- func AEManagerInfo(keyWord uint32, result unsafe.Pointer) int16
- func AEObjectInit() int16
- func AEPrintDescToHandle(desc unsafe.Pointer, result uintptr) int32
- func AEProcessMessage(header unsafe.Pointer) int32
- func AEPutArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, arrayPtr unsafe.Pointer, ...) int16
- func AEPutAttributeDesc(theAppleEvent *AEDesc, theAEKeyword uint32, theAEDesc unsafe.Pointer) int16
- func AEPutAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, ...) int16
- func AEPutDesc(theAEDescList unsafe.Pointer, index unsafe.Pointer, theAEDesc unsafe.Pointer) int16
- func AEPutParamDesc(theAppleEvent *AEDesc, theAEKeyword uint32, theAEDesc unsafe.Pointer) int16
- func AEPutParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, ...) int16
- func AEPutPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode uint32, ...) int16
- func AERemoteProcessResolverGetProcesses(ref AERemoteProcessResolverRef, outError unsafe.Pointer) corefoundation.CFArrayRef
- func AERemoteProcessResolverScheduleWithRunLoop(ref AERemoteProcessResolverRef, runLoop corefoundation.CFRunLoopRef, ...)
- func AERemoveCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, ...) int16
- func AERemoveEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, ...) int16
- func AERemoveObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, ...) int16
- func AERemoveSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16
- func AEReplaceDescData(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, ...) int16
- func AEResolve(objectSpecifier unsafe.Pointer, callbackFlags unsafe.Pointer, ...) int16
- func AESendMessage(event *AEDesc, reply *AEDesc, sendMode AESendMode, ...) int32
- func AESetObjectCallbacks(myCompareProc OSLCompareUPP, myCountProc OSLCountUPP, ...) int16
- func AESizeOfAttribute(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, ...) int16
- func AESizeOfFlattenedDesc(theAEDesc unsafe.Pointer) corefoundation.CGSize
- func AESizeOfNthItem(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode *uint32, ...) int16
- func AESizeOfParam(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, ...) int16
- func AEStreamClose(ref AEStreamRef, desc unsafe.Pointer) int32
- func AEStreamCloseDesc(ref AEStreamRef) int32
- func AEStreamCloseList(ref AEStreamRef) int32
- func AEStreamCloseRecord(ref AEStreamRef) int32
- func AEStreamOpenDesc(ref AEStreamRef, newType uint32) int32
- func AEStreamOpenKeyDesc(ref AEStreamRef, key uint32, newType uint32) int32
- func AEStreamOpenList(ref AEStreamRef) int32
- func AEStreamOpenRecord(ref AEStreamRef, newType uint32) int32
- func AEStreamOptionalParam(ref AEStreamRef, key uint32) int32
- func AEStreamSetRecordType(ref AEStreamRef, newType uint32) int32
- func AEStreamWriteAEDesc(ref AEStreamRef, desc unsafe.Pointer) int32
- func AEStreamWriteData(ref AEStreamRef, data unsafe.Pointer, length corefoundation.CGSize) int32
- func AEStreamWriteDesc(ref AEStreamRef, newType uint32, data unsafe.Pointer, ...) int32
- func AEStreamWriteKey(ref AEStreamRef, key uint32) int32
- func AEStreamWriteKeyDesc(ref AEStreamRef, key uint32, newType uint32, data unsafe.Pointer, ...) int32
- func AEUnflattenDesc(buffer unsafe.Pointer, result unsafe.Pointer) int32deprecated
- func AEUnflattenDescFromBytes(buffer unsafe.Pointer, bufferLen unsafe.Pointer, result unsafe.Pointer) int32
- func AcquireIconRef(theIconRef uintptr) int16deprecated
- func AddAbsoluteToAbsolute(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func AddAtomic(arg0 int32, arg1 int32) int32deprecated
- func AddAtomic8(arg0 int32, arg1 int8) int8deprecated
- func AddAtomic16(arg0 int32, arg1 int16) int16deprecated
- func AddCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16deprecated
- func AddCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16deprecated
- func AddDurationToAbsolute(arg0 Duration, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func AddFolderDescriptor(arg0 FolderType, arg1 FolderDescFlags, arg2 FolderClass, arg3 FolderLocation, ...) int16deprecated
- func AddNanosecondsToAbsolute(arg0 Nanoseconds, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func AddResource(arg0 uintptr, arg1 uint32, arg2 ResID, arg3 unsafe.Pointer)deprecated
- func Annuity(arg0 float64, arg1 float64) float64deprecated
- func BatteryCount() int16deprecated
- func BitAnd(arg0 int, arg1 int) intdeprecated
- func BitAndAtomic(arg0 uint32, arg1 uint32) uint32deprecated
- func BitAndAtomic8(arg0 uint32, arg1 uint8) uint8deprecated
- func BitAndAtomic16(arg0 uint32, arg1 uint16) uint16deprecated
- func BitClr(arg0 int)deprecated
- func BitNot(arg0 int) intdeprecated
- func BitOr(arg0 int, arg1 int) intdeprecated
- func BitOrAtomic(arg0 uint32, arg1 uint32) uint32deprecated
- func BitOrAtomic8(arg0 uint32, arg1 uint8) uint8deprecated
- func BitOrAtomic16(arg0 uint32, arg1 uint16) uint16deprecated
- func BitSet(arg0 int)deprecated
- func BitShift(arg0 int, arg1 int16) intdeprecated
- func BitTst(arg0 int) booldeprecated
- func BitXor(arg0 int, arg1 int) intdeprecated
- func BitXorAtomic(arg0 uint32, arg1 uint32) uint32deprecated
- func BitXorAtomic8(arg0 uint32, arg1 uint8) uint8deprecated
- func BitXorAtomic16(arg0 uint32, arg1 uint16) uint16deprecated
- func CSBackupIsItemExcluded(item corefoundation.CFURLRef, excludeByPath unsafe.Pointer) bool
- func CSBackupSetItemExcluded(item corefoundation.CFURLRef, exclude unsafe.Pointer, ...) int32
- func CSCopyMachineName() corefoundation.CFStringRefdeprecated
- func CSCopyUserName(arg0 bool) corefoundation.CFStringRefdeprecated
- func CSDiskSpaceCancelRecovery(operationUUID corefoundation.CFUUID)
- func CSDiskSpaceGetRecoveryEstimate(volumeURL corefoundation.CFURLRef) uint64
- func CSDiskSpaceStartRecovery(volumeURL corefoundation.CFURLRef, bytesNeeded uint64, options uint32, ...)
- func CSIdentityAddAlias(identity CSIdentityRef, alias corefoundation.CFStringRef)
- func CSIdentityAddMember(group CSIdentityRef, member CSIdentityRef)
- func CSIdentityAuthenticateUsingPassword(user CSIdentityRef, password corefoundation.CFStringRef) bool
- func CSIdentityAuthorityCopyLocalizedName(authority CSIdentityAuthorityRef) corefoundation.CFStringRef
- func CSIdentityAuthorityGetTypeID() uint
- func CSIdentityCommit(identity CSIdentityRef, authorization security.AuthorizationRef, ...) bool
- func CSIdentityCommitAsynchronously(identity CSIdentityRef, clientContext unsafe.Pointer, ...) bool
- func CSIdentityCreatePersistentReference(allocator corefoundation.CFAllocatorRef, identity CSIdentityRef) corefoundation.CFDataRef
- func CSIdentityDelete(identity CSIdentityRef)
- func CSIdentityGetAliases(identity CSIdentityRef) corefoundation.CFArrayRef
- func CSIdentityGetCertificate(user CSIdentityRef) security.SecCertificateRef
- func CSIdentityGetClass(identity CSIdentityRef) int32
- func CSIdentityGetEmailAddress(identity CSIdentityRef) corefoundation.CFStringRef
- func CSIdentityGetFullName(identity CSIdentityRef) corefoundation.CFStringRef
- func CSIdentityGetImageData(identity CSIdentityRef) corefoundation.CFDataRef
- func CSIdentityGetImageDataType(identity CSIdentityRef) corefoundation.CFStringRef
- func CSIdentityGetImageURL(identity CSIdentityRef) corefoundation.CFURLRef
- func CSIdentityGetPosixID(identity CSIdentityRef) kernel.Id_t
- func CSIdentityGetPosixName(identity CSIdentityRef) corefoundation.CFStringRef
- func CSIdentityGetTypeID() uint
- func CSIdentityGetUUID(identity CSIdentityRef) corefoundation.CFUUID
- func CSIdentityIsCommitting(identity CSIdentityRef) bool
- func CSIdentityIsEnabled(user CSIdentityRef) bool
- func CSIdentityIsHidden(identity CSIdentityRef) bool
- func CSIdentityIsMemberOfGroup(identity CSIdentityRef, group CSIdentityRef) bool
- func CSIdentityQueryCopyResults(query CSIdentityQueryRef) corefoundation.CFArrayRef
- func CSIdentityQueryExecute(query CSIdentityQueryRef, flags uint32, err *corefoundation.CFErrorRef) bool
- func CSIdentityQueryExecuteAsynchronously(query CSIdentityQueryRef, flags uint32, clientContext unsafe.Pointer, ...) bool
- func CSIdentityQueryGetTypeID() uint
- func CSIdentityQueryStop(query CSIdentityQueryRef)
- func CSIdentityRemoveAlias(identity CSIdentityRef, alias corefoundation.CFStringRef)
- func CSIdentityRemoveClient(identity CSIdentityRef)
- func CSIdentityRemoveMember(group CSIdentityRef, member CSIdentityRef)
- func CSIdentitySetCertificate(user CSIdentityRef, certificate security.SecCertificateRef)
- func CSIdentitySetEmailAddress(identity CSIdentityRef, emailAddress corefoundation.CFStringRef)
- func CSIdentitySetFullName(identity CSIdentityRef, fullName corefoundation.CFStringRef)
- func CSIdentitySetImageData(identity CSIdentityRef, imageData corefoundation.CFDataRef, ...)
- func CSIdentitySetImageURL(identity CSIdentityRef, url corefoundation.CFURLRef)
- func CSIdentitySetIsEnabled(user CSIdentityRef, isEnabled unsafe.Pointer)
- func CSIdentitySetPassword(user CSIdentityRef, password corefoundation.CFStringRef)
- func CSSetComponentsThreadMode(arg0 CSComponentsThreadMode)deprecated
- func ChangeTextToUnicodeInfo(arg0 TextToUnicodeInfo, arg1 ConstUnicodeMappingPtr) int32
- func ChangeUnicodeToTextInfo(arg0 UnicodeToTextInfo, arg1 ConstUnicodeMappingPtr) int32
- func ChangedResource(arg0 uintptr)deprecated
- func CloseComponent(arg0 ComponentInstance) int16deprecated
- func CloseComponentResFile(arg0 ResFileRefNum) int16deprecated
- func CloseResFile(arg0 ResFileRefNum)deprecated
- func CollectionTagExists(arg0 Collection, arg1 CollectionTag) booldeprecated
- func CompareAndSwap(arg0 uint32, arg1 uint32, arg2 uint32) booldeprecated
- func CompositeIconRef(backgroundIconRef uintptr, foregroundIconRef uintptr, compositeIconRef uintptr) int16deprecated
- func Compound(arg0 float64, arg1 float64) float64deprecated
- func ConvertFromPStringToUnicode(arg0 TextToUnicodeInfo, arg1 unsafe.Pointer, arg2 uintptr, arg3 uintptr, ...) int32
- func ConvertFromTextToUnicode(arg0 TextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, ...) int32
- func ConvertFromUnicodeToPString(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 unsafe.Pointer) int32
- func ConvertFromUnicodeToScriptCodeRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, ...) int32
- func ConvertFromUnicodeToText(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, ...) int32
- func ConvertFromUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, ...) int32
- func CoreEndianFlipData(arg0 uint32, arg1 uint32, arg2 int16, arg3 uintptr, arg4 bool) int32deprecated
- func CoreEndianGetFlipper(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32deprecated
- func CoreEndianInstallFlipper(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32deprecated
- func CountCollectionItems(arg0 Collection) int32deprecated
- func CountCollectionOwners(arg0 Collection) int32deprecated
- func CountCollectionTags(arg0 Collection) int32deprecated
- func CountComponentInstances(arg0 Component) intdeprecated
- func CountComponents(arg0 ComponentDescription) intdeprecated
- func CountTaggedCollectionItems(arg0 Collection, arg1 CollectionTag) int32deprecated
- func CountUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr) int32
- func CreateCompDescriptor(comparisonOperator uint32, operand1 unsafe.Pointer, operand2 unsafe.Pointer, ...) int16
- func CreateLogicalDescriptor(theLogicalTerms unsafe.Pointer, theLogicOperator uint32, ...) int16
- func CreateObjSpecifier(desiredClass uint32, theContainer unsafe.Pointer, keyForm uint32, ...) int16
- func CreateOffsetDescriptor(theOffset unsafe.Pointer, theDescriptor unsafe.Pointer) int16
- func CreateRangeDescriptor(rangeStart unsafe.Pointer, rangeStop unsafe.Pointer, ...) int16
- func CreateTextToUnicodeInfo(arg0 ConstUnicodeMappingPtr, arg1 TextToUnicodeInfo) int32
- func CreateTextToUnicodeInfoByEncoding(arg0 TextEncoding, arg1 TextToUnicodeInfo) int32
- func CreateThreadPool(arg0 ThreadStyle, arg1 int16, arg2 corefoundation.CGSize) int16deprecated
- func CreateUnicodeToTextInfo(arg0 ConstUnicodeMappingPtr, arg1 UnicodeToTextInfo) int32
- func CreateUnicodeToTextInfoByEncoding(arg0 TextEncoding, arg1 UnicodeToTextInfo) int32
- func CreateUnicodeToTextRunInfo(arg0 uintptr, arg1 UnicodeMapping, arg2 UnicodeToTextRunInfo) int32
- func CreateUnicodeToTextRunInfoByEncoding(arg0 uintptr, arg1 TextEncoding, arg2 UnicodeToTextRunInfo) int32
- func CreateUnicodeToTextRunInfoByScriptCode(arg0 uintptr, arg1 unsafe.Pointer, arg2 UnicodeToTextRunInfo) int32
- func CurrentProcessorSpeed() int16deprecated
- func DCSCopyTextDefinition(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, ...) corefoundation.CFStringRef
- func DCSGetTermRangeInString(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, offset int) corefoundation.CFRange
- func DebugAssert(arg0 uint32, arg1 uint32, arg2 int8, arg3 int8, arg4 int8, arg5 int8, arg6 int)deprecated
- func Dec2f(arg0 Decimal) float32deprecated
- func Dec2l(arg0 Decimal) intdeprecated
- func Dec2num(arg0 Decimal) kernel.Double_tdeprecated
- func Dec2numl(arg0 Decimal) unsafe.Pointer
- func Dec2s(arg0 Decimal) int16deprecated
- func Dec2str(arg0 Decform, arg1 Decimal, arg2 int8)deprecated
- func DecrementAtomic(arg0 int32) int32deprecated
- func DecrementAtomic8(arg0 int8) int8deprecated
- func DecrementAtomic16(arg0 int16) int16deprecated
- func Delay(arg0 uint, arg1 uint)deprecated
- func DeleteGestaltValue(arg0 uint32) int16deprecated
- func Dequeue(arg0 QElemPtr, arg1 QHdrPtr) int16deprecated
- func DetachResource(arg0 uintptr)deprecated
- func DetachResourceFile(arg0 ResFileRefNum) int16deprecated
- func DetermineIfPathIsEnclosedByFolder(arg0 uintptr, arg1 uint32, arg2 uint8, arg3 bool, arg4 bool) int16deprecated
- func DisposeAECoerceDescUPP(userUPP AECoerceDescUPP)
- func DisposeAECoercePtrUPP(userUPP AECoercePtrUPP)
- func DisposeAEDisposeExternalUPP(userUPP AEDisposeExternalUPP)
- func DisposeAEEventHandlerUPP(userUPP AEEventHandlerUPP)
- func DisposeCollection(arg0 Collection)deprecated
- func DisposeCollectionExceptionUPP(arg0 CollectionExceptionUPP)deprecated
- func DisposeCollectionFlattenUPP(arg0 CollectionFlattenUPP)deprecated
- func DisposeComponentFunctionUPP(arg0 ComponentFunctionUPP)deprecated
- func DisposeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionUPP)deprecated
- func DisposeComponentRoutineUPP(arg0 ComponentRoutineUPP)deprecated
- func DisposeDebugAssertOutputHandlerUPP(arg0 DebugAssertOutputHandlerUPP)deprecated
- func DisposeDebugComponent(arg0 uint32) int32deprecated
- func DisposeDebugComponentCallbackUPP(arg0 DebugComponentCallbackUPP)deprecated
- func DisposeDebuggerDisposeThreadUPP(arg0 DebuggerDisposeThreadUPP)deprecated
- func DisposeDebuggerNewThreadUPP(arg0 DebuggerNewThreadUPP)deprecated
- func DisposeDebuggerThreadSchedulerUPP(arg0 DebuggerThreadSchedulerUPP)deprecated
- func DisposeDeferredTaskUPP(arg0 DeferredTaskUPP)deprecated
- func DisposeExceptionHandlerUPP(arg0 ExceptionHandlerUPP)deprecated
- func DisposeFNSubscriptionUPP(arg0 FNSubscriptionUPP)deprecated
- func DisposeFSVolumeEjectUPP(arg0 FSVolumeEjectUPP)deprecated
- func DisposeFSVolumeMountUPP(arg0 FSVolumeMountUPP)deprecated
- func DisposeFSVolumeUnmountUPP(arg0 FSVolumeUnmountUPP)deprecated
- func DisposeFolderManagerNotificationUPP(arg0 FolderManagerNotificationUPP)deprecated
- func DisposeGetMissingComponentResourceUPP(arg0 GetMissingComponentResourceUPP)deprecated
- func DisposeHandle(arg0 uintptr)deprecated
- func DisposeIOCompletionUPP(arg0 IOCompletionUPP)deprecated
- func DisposeIndexToUCStringUPP(userUPP IndexToUCStringUPP)
- func DisposeKCCallbackUPP(arg0 KCCallbackUPP)deprecated
- func DisposeOSLAccessorUPP(userUPP OSLAccessorUPP)
- func DisposeOSLAdjustMarksUPP(userUPP OSLAdjustMarksUPP)
- func DisposeOSLCompareUPP(userUPP OSLCompareUPP)
- func DisposeOSLCountUPP(userUPP OSLCountUPP)
- func DisposeOSLDisposeTokenUPP(userUPP OSLDisposeTokenUPP)
- func DisposeOSLGetErrDescUPP(userUPP OSLGetErrDescUPP)
- func DisposeOSLGetMarkTokenUPP(userUPP OSLGetMarkTokenUPP)
- func DisposeOSLMarkUPP(userUPP OSLMarkUPP)
- func DisposePtr(arg0 coreimage.Ptr)deprecated
- func DisposeResErrUPP(arg0 ResErrUPP)deprecated
- func DisposeSelectorFunctionUPP(arg0 SelectorFunctionUPP)deprecated
- func DisposeSleepQUPP(arg0 SleepQUPP)deprecated
- func DisposeTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32
- func DisposeThread(arg0 ThreadID, arg1 bool) int16deprecated
- func DisposeThreadEntryUPP(arg0 ThreadEntryUPP)deprecated
- func DisposeThreadSchedulerUPP(arg0 ThreadSchedulerUPP)deprecated
- func DisposeThreadSwitchUPP(arg0 ThreadSwitchUPP)deprecated
- func DisposeThreadTerminationUPP(arg0 ThreadTerminationUPP)deprecated
- func DisposeTimerUPP(arg0 TimerUPP)deprecated
- func DisposeUnicodeToTextFallbackUPP(arg0 UnicodeToTextFallbackUPP)
- func DisposeUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32
- func DisposeUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32
- func Dtox80(arg0 float64, arg1 unsafe.Pointer)deprecated
- func DurationToAbsolute(arg0 Duration) kernel.AbsoluteTimedeprecated
- func EmptyCollection(arg0 Collection)deprecated
- func EmptyHandle(arg0 uintptr)deprecated
- func Enqueue(arg0 QElemPtr, arg1 QHdrPtr)deprecated
- func FNGetDirectoryForSubscription(arg0 FNSubscriptionRef, arg1 uintptr) int32deprecated
- func FNNotify(arg0 uintptr, arg1 FNMessage, arg2 uintptr) int32deprecated
- func FNNotifyAll(arg0 FNMessage, arg1 uintptr) int32deprecated
- func FNNotifyByPath(arg0 uint8, arg1 FNMessage, arg2 uintptr) int32deprecated
- func FNSubscribe(arg0 uintptr, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32deprecated
- func FNSubscribeByPath(arg0 uint8, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32deprecated
- func FNUnsubscribe(arg0 FNSubscriptionRef) int32deprecated
- func FSAllocateFork(arg0 FSIORefNum, arg1 FSAllocationFlags, arg2 uint16, arg3 int64, arg4 uint64, ...) int16deprecated
- func FSCancelVolumeOperation(arg0 FSVolumeOperation) int32deprecated
- func FSCatalogSearch(arg0 FSIterator, arg1 FSSearchParams, arg2 uintptr, arg3 uintptr, arg4 bool, ...) int16deprecated
- func FSCloseFork(arg0 FSIORefNum) int16deprecated
- func FSCloseIterator(arg0 FSIterator) int16deprecated
- func FSCompareFSRefs(arg0 uintptr, arg1 uintptr) int16deprecated
- func FSCopyDADiskForVolume(arg0 uintptr, arg1 diskarbitration.DADiskRef) int32deprecated
- func FSCopyDiskIDForVolume(arg0 uintptr, arg1 corefoundation.CFStringRef) int32deprecated
- func FSCopyObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, ...) int32deprecated
- func FSCopyObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, ...) int32deprecated
- func FSCopyURLForVolume(arg0 uintptr, arg1 corefoundation.CFURLRef) int32deprecated
- func FSCreateDirectoryUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, ...) int16deprecated
- func FSCreateFileAndOpenForkUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, ...) int32deprecated
- func FSCreateFileUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, ...) int16deprecated
- func FSCreateFork(arg0 uintptr, arg1 uint, arg2 uint16) int16deprecated
- func FSCreateResFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, ...)deprecated
- func FSCreateResourceFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, ...) int16deprecated
- func FSCreateResourceFork(arg0 uintptr, arg1 uint, arg2 uint16, arg3 uint32) int16deprecated
- func FSCreateStringFromHFSUniStr(arg0 corefoundation.CFAllocatorRef, arg1 kernel.HFSUniStr255) corefoundation.CFStringRefdeprecated
- func FSCreateVolumeOperation(arg0 FSVolumeOperation) int32deprecated
- func FSDeleteFork(arg0 uintptr, arg1 uint, arg2 uint16) int16deprecated
- func FSDeleteObject(arg0 uintptr) int16deprecated
- func FSDetermineIfRefIsEnclosedByFolder(arg0 uintptr, arg1 uint32, arg2 uintptr, arg3 bool) int16deprecated
- func FSDisposeVolumeOperation(arg0 FSVolumeOperation) int32deprecated
- func FSEjectVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeEjectUPP, ...) int32deprecated
- func FSEjectVolumeSync(arg0 uintptr, arg1 uintptr, arg2 int32) int32deprecated
- func FSEventStreamCopyDescription(streamRef unsafe.Pointer) corefoundation.CFStringRef
- func FSEventStreamCopyPathsBeingWatched(streamRef unsafe.Pointer) corefoundation.CFArrayRef
- func FSEventStreamCreate(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, ...) unsafe.Pointer
- func FSEventStreamCreateRelativeToDevice(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, ...) unsafe.Pointer
- func FSEventStreamFlushAsync(streamRef unsafe.Pointer) uint64
- func FSEventStreamFlushSync(streamRef unsafe.Pointer)
- func FSEventStreamGetDeviceBeingWatched(streamRef unsafe.Pointer) int32
- func FSEventStreamGetLatestEventId(streamRef unsafe.Pointer) uint64
- func FSEventStreamInvalidate(streamRef unsafe.Pointer)
- func FSEventStreamRelease(streamRef unsafe.Pointer)
- func FSEventStreamRetain(streamRef unsafe.Pointer)
- func FSEventStreamSetDispatchQueue(streamRef unsafe.Pointer, q dispatch.Queue)
- func FSEventStreamSetExclusionPaths(streamRef unsafe.Pointer, pathsToExclude corefoundation.CFArrayRef) bool
- func FSEventStreamShow(streamRef unsafe.Pointer)
- func FSEventStreamStart(streamRef unsafe.Pointer) bool
- func FSEventStreamStop(streamRef unsafe.Pointer)
- func FSEventsCopyUUIDForDevice(dev int32) corefoundation.CFUUID
- func FSEventsGetCurrentEventId() uint64
- func FSEventsGetLastEventIdForDeviceBeforeTime(dev int32, time corefoundation.CFAbsoluteTime) uint64
- func FSEventsPurgeEventsForDeviceUpToEventId(dev int32, eventId uint64) bool
- func FSFileOperationCancel(arg0 FSFileOperationRef) int32deprecated
- func FSFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 uintptr, arg2 FSFileOperationStage, arg3 int32, ...) int32deprecated
- func FSFileOperationGetTypeID() uintdeprecated
- func FSFileOperationScheduleWithRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, ...) int32deprecated
- func FSFileOperationUnscheduleFromRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, ...) int32deprecated
- func FSFileSecurityCopyAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32deprecated
- func FSFileSecurityGetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32deprecated
- func FSFileSecurityGetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32deprecated
- func FSFileSecurityGetMode(arg0 FSFileSecurityRef, arg1 uint16) int32deprecated
- func FSFileSecurityGetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32deprecated
- func FSFileSecurityGetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32deprecated
- func FSFileSecurityGetTypeID() uintdeprecated
- func FSFileSecuritySetAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32deprecated
- func FSFileSecuritySetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32deprecated
- func FSFileSecuritySetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32deprecated
- func FSFileSecuritySetMode(arg0 FSFileSecurityRef, arg1 uint16) int32deprecated
- func FSFileSecuritySetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32deprecated
- func FSFileSecuritySetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32deprecated
- func FSFindFolder(arg0 uintptr, arg1 uint32, arg2 bool, arg3 uintptr) int16deprecated
- func FSFlushFork(arg0 FSIORefNum) int16deprecated
- func FSFlushVolume(arg0 uintptr) int32deprecated
- func FSGetAsyncEjectStatus(arg0 FSVolumeOperation, arg1 FSEjectStatus, arg2 int32, arg3 uintptr, ...) int32deprecated
- func FSGetAsyncMountStatus(arg0 FSVolumeOperation, arg1 FSMountStatus, arg2 int32, arg3 uintptr) int32deprecated
- func FSGetAsyncUnmountStatus(arg0 FSVolumeOperation, arg1 FSUnmountStatus, arg2 int32, arg3 uintptr, ...) int32deprecated
- func FSGetDataForkName(arg0 kernel.HFSUniStr255) int16deprecated
- func FSGetForkCBInfo(arg0 FSIORefNum, arg1 uintptr, arg2 int16, arg3 FSIORefNum, arg4 FSForkInfo, ...) int16deprecated
- func FSGetForkPosition(arg0 FSIORefNum, arg1 int64) int16deprecated
- func FSGetForkSize(arg0 FSIORefNum, arg1 int64) int16deprecated
- func FSGetHFSUniStrFromString(arg0 corefoundation.CFStringRef, arg1 kernel.HFSUniStr255) int32deprecated
- func FSGetResourceForkName(arg0 kernel.HFSUniStr255) int16deprecated
- func FSGetTemporaryDirectoryForReplaceObject(arg0 uintptr, arg1 uintptr, arg2 uintptr) int32deprecated
- func FSGetVolumeForDADisk(arg0 diskarbitration.DADiskRef, arg1 uintptr) int32deprecated
- func FSGetVolumeForDiskID(arg0 corefoundation.CFStringRef, arg1 uintptr) int32deprecated
- func FSGetVolumeInfo(arg0 uintptr, arg1 uintptr, arg2 uintptr, arg3 FSVolumeInfoBitmap, ...) int16deprecated
- func FSGetVolumeMountInfo(arg0 uintptr, arg1 kernel.BytePtr, arg2 uintptr, arg3 uintptr) int32deprecated
- func FSGetVolumeMountInfoSize(arg0 uintptr, arg1 uintptr) int32deprecated
- func FSGetVolumeParms(arg0 uintptr, arg1 GetVolParmsInfoBuffer, arg2 uintptr) int32deprecated
- func FSIsFSRefValid(arg0 uintptr) booldeprecated
- func FSIterateForks(arg0 uintptr, arg1 CatPositionRec, arg2 kernel.HFSUniStr255, arg3 int64, ...) int16deprecated
- func FSLockRange(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uint64, arg4 uint64) int32deprecated
- func FSMakeFSRefUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 TextEncoding, arg4 uintptr) int16deprecated
- func FSMountLocalVolumeAsync(arg0 corefoundation.CFStringRef, arg1 corefoundation.CFURLRef, ...) int32deprecated
- func FSMountLocalVolumeSync(arg0 corefoundation.CFStringRef, arg1 corefoundation.CFURLRef, arg2 uintptr, ...) int32deprecated
- func FSMountServerVolumeAsync(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFURLRef, ...) int32deprecated
- func FSMountServerVolumeSync(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFURLRef, ...) int32deprecated
- func FSMoveObject(arg0 uintptr, arg1 uintptr, arg2 uintptr) int16deprecated
- func FSMoveObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, ...) int32deprecated
- func FSMoveObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, ...) int32deprecated
- func FSMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 unsafe.Pointer, ...) int32deprecated
- func FSMoveObjectToTrashSync(arg0 uintptr, arg1 uintptr, arg2 uintptr) int32deprecated
- func FSOpenFork(arg0 uintptr, arg1 uint, arg2 uint16, arg3 int8, arg4 FSIORefNum) int16deprecated
- func FSOpenIterator(arg0 uintptr, arg1 FSIteratorFlags, arg2 FSIterator) int16deprecated
- func FSOpenOrphanResFile(arg0 uintptr, arg1 kernel.SignedByte, arg2 ResFileRefNum) int16deprecated
- func FSOpenResourceFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 int8, arg4 ResFileRefNum) int16deprecated
- func FSPathCopyObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, ...) int32deprecated
- func FSPathCopyObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32deprecated
- func FSPathFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 int8, arg2 FSFileOperationStage, arg3 int32, ...) int32deprecated
- func FSPathGetTemporaryDirectoryForReplaceObject(arg0 int8, arg1 int8, arg2 uint32, arg3 uintptr) int32deprecated
- func FSPathMakeRef(arg0 uint8, arg1 uintptr, arg2 bool) int32deprecated
- func FSPathMakeRefWithOptions(arg0 uint8, arg1 uintptr, arg2 uintptr, arg3 bool) int32deprecated
- func FSPathMoveObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, ...) int32deprecated
- func FSPathMoveObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32deprecated
- func FSPathMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 int8, arg2 uintptr, arg3 unsafe.Pointer, ...) int32deprecated
- func FSPathMoveObjectToTrashSync(arg0 int8, arg1 int8, arg2 uintptr) int32deprecated
- func FSPathReplaceObject(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, ...) int32deprecated
- func FSReadFork(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uintptr, arg4 uintptr) int16deprecated
- func FSRefMakePath(arg0 uintptr, arg1 uint8, arg2 uint32) int32deprecated
- func FSRenameUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 TextEncoding, arg4 uintptr) int16deprecated
- func FSReplaceObject(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, ...) int32deprecated
- func FSResolveNodeID(arg0 uintptr, arg1 uint32, arg2 FSRefPtr) int32deprecated
- func FSResourceFileAlreadyOpen(arg0 uintptr, arg1 bool, arg2 ResFileRefNum) booldeprecated
- func FSSetCatalogInfo(arg0 uintptr, arg1 FSCatalogInfoBitmap, arg2 FSCatalogInfo) int16deprecated
- func FSSetForkPosition(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16deprecated
- func FSSetForkSize(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16deprecated
- func FSSetVolumeInfo(arg0 uintptr, arg1 FSVolumeInfoBitmap, arg2 FSVolumeInfo) int16deprecated
- func FSUnlinkObject(arg0 uintptr) int16deprecated
- func FSUnlockRange(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uint64, arg4 uint64) int32deprecated
- func FSUnmountVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeUnmountUPP, ...) int32deprecated
- func FSUnmountVolumeSync(arg0 uintptr, arg1 uintptr, arg2 int32) int32deprecated
- func FSVolumeMount(arg0 kernel.BytePtr, arg1 uintptr) int32deprecated
- func FSWriteFork(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uintptr, arg4 uintptr) int16deprecated
- func FindFolder(arg0 uintptr, arg1 uint32, arg2 bool, arg3 uintptr, arg4 int32) int16deprecated
- func Fix2Frac(arg0 uintptr) kernel.Fractdeprecated
- func Fix2Long(arg0 uintptr) int32deprecated
- func Fix2X(arg0 uintptr) float64deprecated
- func FixATan2(arg0 int32, arg1 int32) objectivec.IObjectdeprecated
- func FixDiv(arg0 uintptr, arg1 uintptr) objectivec.IObjectdeprecated
- func FixMul(arg0 uintptr, arg1 uintptr) objectivec.IObjectdeprecated
- func FixRatio(arg0 int16, arg1 int16) objectivec.IObjectdeprecated
- func FixRound(arg0 uintptr) int16deprecated
- func FlattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16deprecated
- func FlattenCollectionToHdl(arg0 Collection, arg1 uintptr) int16deprecated
- func FlattenPartialCollection(arg0 Collection, arg1 CollectionFlattenUPP, arg2 int32, arg3 int32) int16deprecated
- func Frac2Fix(arg0 kernel.Fract) objectivec.IObjectdeprecated
- func Frac2X(arg0 kernel.Fract) float64deprecated
- func FracCos(arg0 uintptr) kernel.Fractdeprecated
- func FracDiv(arg0 kernel.Fract, arg1 kernel.Fract) kernel.Fractdeprecated
- func FracMul(arg0 kernel.Fract, arg1 kernel.Fract) kernel.Fractdeprecated
- func FracSin(arg0 uintptr) kernel.Fractdeprecated
- func FracSqrt(arg0 kernel.Fract) kernel.Fractdeprecated
- func GestaltFunc(arg0 uint32, arg1 int32) int16deprecated
- func Get1IndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObjectdeprecated
- func Get1IndType(arg0 uint32, arg1 ResourceIndex)deprecated
- func Get1NamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObjectdeprecated
- func Get1Resource(arg0 uint32, arg1 ResID) objectivec.IObjectdeprecated
- func GetCPUSpeed() intdeprecated
- func GetCollectionDefaultAttributes(arg0 Collection) int32deprecated
- func GetCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16deprecated
- func GetCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16deprecated
- func GetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, ...) int16deprecated
- func GetCollectionRetainCount(arg0 Collection) objectivec.IObjectdeprecated
- func GetComponentIndString(arg0 Component, arg1 unsafe.Pointer, arg2 int16, arg3 int16) int16deprecated
- func GetComponentInfo(arg0 Component, arg1 ComponentDescription, arg2 uintptr, arg3 uintptr, ...) int16deprecated
- func GetComponentInstanceError(arg0 ComponentInstance) int16deprecated
- func GetComponentInstanceStorage(arg0 ComponentInstance) objectivec.IObjectdeprecated
- func GetComponentListModSeed() int32deprecated
- func GetComponentPublicIndString(arg0 Component, arg1 unsafe.Pointer, arg2 int16, arg3 int16) int16deprecated
- func GetComponentPublicResource(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr) int16deprecated
- func GetComponentPublicResourceList(arg0 uint32, arg1 int16, arg2 int32, arg3 ComponentDescription, ...) int16deprecated
- func GetComponentRefcon(arg0 Component) intdeprecated
- func GetComponentResource(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr) int16deprecated
- func GetComponentTypeModSeed(arg0 uint32) int32deprecated
- func GetCurrentThread(arg0 ThreadID) int16deprecated
- func GetCustomIconsEnabled(vRefNum unsafe.Pointer, customIconsEnabled unsafe.Pointer) int16deprecated
- func GetDebugComponentInfo(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32deprecated
- func GetDebugOptionInfo(arg0 uint32, arg1 uint32, arg2 int32, arg3 unsafe.Pointer, arg4 bool) int32deprecated
- func GetDefaultThreadStackSize(arg0 ThreadStyle, arg1 corefoundation.CGSize) int16deprecated
- func GetFolderNameUnicode(arg0 uintptr, arg1 uint32, arg2 uintptr, arg3 kernel.HFSUniStr255) int32deprecated
- func GetFolderTypes(arg0 uint32, arg1 uint32, arg2 FolderType) int16deprecated
- func GetHandleSize(arg0 uintptr) corefoundation.CGSizedeprecated
- func GetIconRef(vRefNum unsafe.Pointer, creator uint32, iconType uint32, theIconRef uintptr) int16deprecated
- func GetIconRefFromComponent(arg0 Component, arg1 uintptr) int32deprecated
- func GetIconRefFromFileInfo(inRef unsafe.Pointer, inFileNameLength unsafe.Pointer, inFileName *uint16, ...) int32deprecated
- func GetIconRefFromFolder(vRefNum unsafe.Pointer, parentFolderID unsafe.Pointer, folderID unsafe.Pointer, ...) int16deprecated
- func GetIconRefFromIconFamilyPtr(inIconFamilyPtr unsafe.Pointer, inSize corefoundation.CGSize, ...) int32deprecated
- func GetIconRefFromTypeInfo(inCreator uint32, inType uint32, inExtension corefoundation.CFStringRef, ...) int16deprecated
- func GetIconRefOwners(theIconRef uintptr, owners *uint16) int16deprecated
- func GetIndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObjectdeprecated
- func GetIndType(arg0 uint32, arg1 ResourceIndex)deprecated
- func GetIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16deprecated
- func GetIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16deprecated
- func GetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 CollectionTag, arg3 int32, arg4 int32, ...) int16deprecated
- func GetIndexedCollectionTag(arg0 Collection, arg1 int32, arg2 CollectionTag) int16deprecated
- func GetMacOSStatusCommentString(arg0 int32) *byte
- func GetMacOSStatusErrorString(arg0 int32) *byte
- func GetMaxResourceSize(arg0 uintptr) intdeprecated
- func GetNamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObjectdeprecated
- func GetNextFOND(arg0 uintptr) objectivec.IObjectdeprecated
- func GetNextResourceFile(arg0 ResFileRefNum, arg1 ResFileRefNum) int16deprecated
- func GetPtrSize(arg0 coreimage.Ptr) corefoundation.CGSizedeprecated
- func GetResInfo(arg0 uintptr, arg1 ResID, arg2 uint32, arg3 unsafe.Pointer)deprecated
- func GetResource(arg0 uint32, arg1 ResID) objectivec.IObjectdeprecated
- func GetResourceSizeOnDisk(arg0 uintptr) intdeprecated
- func GetScriptInfoFromTextEncoding(arg0 TextEncoding, arg1 unsafe.Pointer, arg2 unsafe.Pointer) int32
- func GetScriptManagerVariable(arg0 int16) intdeprecated
- func GetTaggedCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16deprecated
- func GetTaggedCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, ...) int16deprecated
- func GetTextEncodingFromScriptInfo(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer, ...) int32
- func GetTextEncodingName(arg0 TextEncoding, arg1 TextEncodingNameSelector, arg2 unsafe.Pointer, ...) int32
- func GetThreadCurrentTaskRef(arg0 ThreadTaskRef) int16deprecated
- func GetThreadState(arg0 ThreadID, arg1 ThreadState) int16deprecated
- func GetThreadStateGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID, arg2 ThreadState) int16deprecated
- func GetTopResourceFile(arg0 ResFileRefNum) int16deprecated
- func HClrRBit(arg0 uintptr)deprecated
- func HGetState(arg0 uintptr) int8deprecated
- func HLock(arg0 uintptr)deprecated
- func HLockHi(arg0 uintptr)deprecated
- func HSetRBit(arg0 uintptr)deprecated
- func HSetState(arg0 uintptr, arg1 int8)deprecated
- func HUnlock(arg0 uintptr)deprecated
- func HandAndHand(arg0 uintptr, arg1 uintptr) int16deprecated
- func HandToHand(arg0 uintptr) int16deprecated
- func IdentifyFolder(arg0 uintptr, arg1 int32, arg2 FolderType) int16deprecated
- func IncrementAtomic(arg0 int32) int32deprecated
- func IncrementAtomic8(arg0 int8) int8deprecated
- func IncrementAtomic16(arg0 int16) int16deprecated
- func InsTime(arg0 QElemPtr)deprecated
- func InsXTime(arg0 QElemPtr)deprecated
- func InsertResourceFile(arg0 ResFileRefNum, arg1 RsrcChainLocation) int16deprecated
- func InstallDebugAssertOutputHandler(arg0 DebugAssertOutputHandlerUPP)deprecated
- func InstallTimeTask(arg0 QElemPtr) int16deprecated
- func InstallXTimeTask(arg0 QElemPtr) int16deprecated
- func InvalidateFolderDescriptorCache(arg0 uintptr, arg1 int32) int16deprecated
- func InvokeAECoerceDescUPP(fromDesc unsafe.Pointer, toType uint32, handlerRefcon uintptr, ...) int16
- func InvokeAECoercePtrUPP(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, ...) int16
- func InvokeAEDisposeExternalUPP(dataPtr unsafe.Pointer, dataLength corefoundation.CGSize, refcon uintptr, ...)
- func InvokeAEEventHandlerUPP(theAppleEvent *AEDesc, reply *AEDesc, handlerRefcon uintptr, ...) int16
- func InvokeCollectionExceptionUPP(arg0 Collection, arg1 int16, arg2 CollectionExceptionUPP) int16deprecated
- func InvokeCollectionFlattenUPP(arg0 int32, arg1 CollectionFlattenUPP) int16deprecated
- func InvokeDebugAssertOutputHandlerUPP(arg0 uint32, arg1 uint32, arg2 int8, arg3 int8, arg4 int8, arg5 int8, arg6 int, ...)deprecated
- func InvokeDebugComponentCallbackUPP(arg0 int32, arg1 uint32, arg2 bool, arg3 DebugComponentCallbackUPP)deprecated
- func InvokeDebuggerDisposeThreadUPP(arg0 ThreadID, arg1 DebuggerDisposeThreadUPP)deprecated
- func InvokeDebuggerNewThreadUPP(arg0 ThreadID, arg1 DebuggerNewThreadUPP)deprecated
- func InvokeDeferredTaskUPP(arg0 int, arg1 DeferredTaskUPP)deprecated
- func InvokeExceptionHandlerUPP(arg0 ExceptionInformation, arg1 ExceptionHandlerUPP) int32deprecated
- func InvokeFNSubscriptionUPP(arg0 FNMessage, arg1 uintptr, arg2 FNSubscriptionRef, arg3 FNSubscriptionUPP)deprecated
- func InvokeFSVolumeEjectUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, ...)deprecated
- func InvokeFSVolumeMountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 FSVolumeMountUPP)deprecated
- func InvokeFSVolumeUnmountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, ...)deprecated
- func InvokeFolderManagerNotificationUPP(arg0 uint32, arg1 FolderManagerNotificationUPP) int32deprecated
- func InvokeGetMissingComponentResourceUPP(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr, ...) int16deprecated
- func InvokeIOCompletionUPP(arg0 ParmBlkPtr, arg1 IOCompletionUPP)deprecated
- func InvokeIndexToUCStringUPP(index uint32, listDataPtr unsafe.Pointer, refcon uintptr, ...) bool
- func InvokeKCCallbackUPP(arg0 KCEvent, arg1 KCCallbackInfo, arg2 KCCallbackUPP) int32deprecated
- func InvokeOSLAccessorUPP(desiredClass uint32, container unsafe.Pointer, containerClass uint32, ...) int16
- func InvokeOSLAdjustMarksUPP(newStart unsafe.Pointer, newStop unsafe.Pointer, markToken unsafe.Pointer, ...) int16
- func InvokeOSLCompareUPP(oper uint32, obj1 unsafe.Pointer, obj2 unsafe.Pointer, result unsafe.Pointer, ...) int16
- func InvokeOSLCountUPP(desiredType uint32, containerClass uint32, container unsafe.Pointer, ...) int16
- func InvokeOSLDisposeTokenUPP(unneededToken unsafe.Pointer, userUPP OSLDisposeTokenUPP) int16
- func InvokeOSLGetErrDescUPP(appDescPtr unsafe.Pointer, userUPP OSLGetErrDescUPP) int16
- func InvokeOSLGetMarkTokenUPP(dContainerToken unsafe.Pointer, containerClass uint32, result unsafe.Pointer, ...) int16
- func InvokeOSLMarkUPP(dToken unsafe.Pointer, markToken unsafe.Pointer, index unsafe.Pointer, ...) int16
- func InvokeResErrUPP(arg0 int16, arg1 ResErrUPP)deprecated
- func InvokeSelectorFunctionUPP(arg0 uint32, arg1 int32, arg2 SelectorFunctionUPP) int16deprecated
- func InvokeSleepQUPP(arg0 int, arg1 SleepQRecPtr, arg2 SleepQUPP) intdeprecated
- func InvokeThreadSwitchUPP(arg0 ThreadID, arg1 ThreadSwitchUPP)deprecated
- func InvokeThreadTerminationUPP(arg0 ThreadID, arg1 ThreadTerminationUPP)deprecated
- func InvokeTimerUPP(arg0 TMTaskPtr, arg1 TimerUPP)deprecated
- func InvokeUnicodeToTextFallbackUPP(arg0 uint16, arg1 uintptr, arg2 uintptr, arg3 TextPtr, arg4 uintptr, ...) int32
- func IsDataAvailableInIconRef(inIconKind uint32, inIconRef uintptr) booldeprecated
- func IsHandleValid(arg0 uintptr) booldeprecated
- func IsHeapValid() booldeprecated
- func IsIconRefComposite(compositeIconRef uintptr, backgroundIconRef uintptr, foregroundIconRef uintptr) int16deprecated
- func IsMetric() booldeprecated
- func IsPointerValid(arg0 coreimage.Ptr) booldeprecated
- func IsValidIconRef(theIconRef uintptr) booldeprecated
- func KCAddCallback(arg0 KCCallbackUPP, arg1 KCEventMask) int32deprecated
- func KCCopyItem(arg0 KCItemRef, arg1 KCRef, arg2 KCItemRef) int32deprecated
- func KCCountKeychains() uint16deprecated
- func KCDeleteItem(arg0 KCItemRef) int32deprecated
- func KCFindAppleSharePassword(arg0 unsafe.Pointer, arg1 string, arg2 string, arg3 string, arg4 string, ...) int32deprecated
- func KCFindFirstItem(arg0 KCRef, arg1 KCAttributeList, arg2 KCSearchRef, arg3 KCItemRef) int32deprecated
- func KCFindGenericPassword(arg0 string, arg1 string, arg2 uint32, arg3 uint32, arg4 KCItemRef) int32deprecated
- func KCFindInternetPassword(arg0 string, arg1 string, arg2 string, arg3 uint16, arg4 uint32, arg5 uint32, ...) int32deprecated
- func KCFindInternetPasswordWithPath(arg0 string, arg1 string, arg2 string, arg3 string, arg4 uint16, arg5 uint32, ...) int32deprecated
- func KCFindNextItem(arg0 KCSearchRef, arg1 KCItemRef) int32deprecated
- func KCGetAttribute(arg0 KCItemRef, arg1 KCAttribute, arg2 uint32) int32deprecated
- func KCGetData(arg0 KCItemRef, arg1 uint32, arg2 uint32) int32deprecated
- func KCGetDefaultKeychain(arg0 KCRef) int32deprecated
- func KCGetIndKeychain(arg0 uint16, arg1 KCRef) int32deprecated
- func KCGetKeychain(arg0 KCItemRef, arg1 KCRef) int32deprecated
- func KCGetKeychainManagerVersion(arg0 uint32) int32deprecated
- func KCGetKeychainName(arg0 KCRef, arg1 string) int32deprecated
- func KCGetStatus(arg0 KCRef, arg1 uint32) int32deprecated
- func KCIsInteractionAllowed() booldeprecated
- func KCLock(arg0 KCRef) int32deprecated
- func KCMakeAliasFromKCRef(arg0 KCRef, arg1 AliasHandle) int32deprecated
- func KCMakeKCRefFromAlias(arg0 AliasHandle, arg1 KCRef) int32deprecated
- func KCMakeKCRefFromFSRef(arg0 uintptr, arg1 KCRef) int32deprecated
- func KCNewItem(arg0 KCItemClass, arg1 uint32, arg2 uint32, arg3 KCItemRef) int32deprecated
- func KCReleaseItem(arg0 KCItemRef) int32deprecated
- func KCReleaseKeychain(arg0 KCRef) int32deprecated
- func KCReleaseSearch(arg0 KCSearchRef) int32deprecated
- func KCRemoveCallback(arg0 KCCallbackUPP) int32deprecated
- func KCSetAttribute(arg0 KCItemRef, arg1 KCAttribute) int32deprecated
- func KCSetData(arg0 KCItemRef, arg1 uint32) int32deprecated
- func KCSetDefaultKeychain(arg0 KCRef) int32deprecated
- func KCSetInteractionAllowed(arg0 bool) int32deprecated
- func KCUpdateItem(arg0 KCItemRef) int32deprecated
- func Kcfindapplesharepassword(arg0 unsafe.Pointer, arg1 int8, arg2 int8, arg3 int8, arg4 int8, arg5 uint32, ...) int32deprecated
- func Kcfindgenericpassword(arg0 int8, arg1 int8, arg2 uint32, arg3 uint32, arg4 KCItemRef) int32deprecated
- func Kcfindinternetpassword(arg0 int8, arg1 int8, arg2 int8, arg3 uint16, arg4 uint32, arg5 uint32, ...) int32deprecated
- func Kcfindinternetpasswordwithpath(arg0 int8, arg1 int8, arg2 int8, arg3 int8, arg4 uint16, arg5 uint32, ...) int32deprecated
- func Kcgetkeychainname(arg0 KCRef, arg1 int8) int32deprecated
- func LMGetApFontID() int16deprecated
- func LMGetBootDrive() int16deprecated
- func LMGetIntlSpec() coreimage.Ptrdeprecated
- func LMGetMemErr() int16deprecated
- func LMGetResErr() int16deprecated
- func LMGetResLoad() uint8deprecated
- func LMGetSysFontSize() int16deprecated
- func LMGetSysMap() int16deprecated
- func LMGetTmpResLoad() uint8deprecated
- func LMSetApFontID(arg0 int16)deprecated
- func LMSetBootDrive(arg0 int16)deprecated
- func LMSetIntlSpec(arg0 coreimage.Ptr)deprecated
- func LMSetMemErr(arg0 int16)deprecated
- func LMSetResErr(arg0 int16)deprecated
- func LMSetResLoad(arg0 uint8)deprecated
- func LMSetSysFontFam(arg0 int16)deprecated
- func LMSetSysFontSize(arg0 int16)deprecated
- func LMSetSysMap(arg0 int16)deprecated
- func LMSetTmpResLoad(arg0 uint8)deprecated
- func LSCanURLAcceptURL(inItemURL corefoundation.CFURLRef, inTargetURL corefoundation.CFURLRef, ...) int32
- func LSCopyAllHandlersForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFArrayRefdeprecated
- func LSCopyAllRoleHandlersForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFArrayRefdeprecated
- func LSCopyApplicationURLsForBundleIdentifier(inBundleIdentifier corefoundation.CFStringRef, ...) corefoundation.CFArrayRefdeprecated
- func LSCopyApplicationURLsForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask) corefoundation.CFArrayRefdeprecated
- func LSCopyDefaultApplicationURLForContentType(inContentType corefoundation.CFStringRef, inRoleMask LSRolesMask, ...) corefoundation.CFURLRefdeprecated
- func LSCopyDefaultApplicationURLForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask, ...) corefoundation.CFURLRefdeprecated
- func LSCopyDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFStringRefdeprecated
- func LSCopyDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFStringRefdeprecated
- func LSCopyDisplayNameForURL(inURL corefoundation.CFURLRef, outDisplayName *corefoundation.CFStringRef) int32deprecated
- func LSCopyItemInfoForURL(inURL corefoundation.CFURLRef, inWhichInfo LSRequestedInfo, ...) int32deprecated
- func LSCopyKindStringForURL(inURL corefoundation.CFURLRef, outKindString *corefoundation.CFStringRef) int32deprecated
- func LSGetExtensionInfo(inNameLen unsafe.Pointer, inNameBuffer *uint16, ...) int32deprecated
- func LSOpenApplication(appParams unsafe.Pointer, outPSN unsafe.Pointer) int32deprecated
- func LSOpenCFURLRef(inURL corefoundation.CFURLRef, outLaunchedURL *corefoundation.CFURLRef) int32
- func LSOpenFSRef(inRef unsafe.Pointer, outLaunchedRef unsafe.Pointer) int32deprecated
- func LSOpenFromRefSpec(inLaunchSpec unsafe.Pointer, outLaunchedRef unsafe.Pointer) int32deprecated
- func LSOpenFromURLSpec(inLaunchSpec unsafe.Pointer, outLaunchedURL *corefoundation.CFURLRef) int32
- func LSOpenItemsWithRole(inItems unsafe.Pointer, inItemCount int, inRole LSRolesMask, ...) int32deprecated
- func LSOpenURLsWithRole(inURLs corefoundation.CFArrayRef, inRole LSRolesMask, inAEParam unsafe.Pointer, ...) int32deprecated
- func LSRegisterURL(inURL corefoundation.CFURLRef, inUpdate unsafe.Pointer) int32
- func LSSetDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef, ...) int32deprecated
- func LSSetDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask, ...) int32deprecated
- func LSSetExtensionHiddenForURL(inURL corefoundation.CFURLRef, inHide unsafe.Pointer) int32deprecated
- func LSSetHandlerOptionsForContentType(inContentType corefoundation.CFStringRef, inOptions LSHandlerOptions) int32deprecated
- func LSSetItemAttribute(inItem unsafe.Pointer, inRoles LSRolesMask, ...) int32deprecated
- func LSSharedFileListAddObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, ...)deprecated
- func LSSharedFileListCopyProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRefdeprecated
- func LSSharedFileListCopySnapshot(inList LSSharedFileListRef, outSnapshotSeed *uint32) corefoundation.CFArrayRefdeprecated
- func LSSharedFileListGetSeedValue(inList LSSharedFileListRef) uint32deprecated
- func LSSharedFileListGetTypeID() uintdeprecated
- func LSSharedFileListItemCopyDisplayName(inItem LSSharedFileListItemRef) corefoundation.CFStringRefdeprecated
- func LSSharedFileListItemCopyIconRef(inItem LSSharedFileListItemRef) objectivec.IObjectdeprecated
- func LSSharedFileListItemCopyProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRefdeprecated
- func LSSharedFileListItemCopyResolvedURL(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, ...) corefoundation.CFURLRefdeprecated
- func LSSharedFileListItemGetID(inItem LSSharedFileListItemRef) uint32deprecated
- func LSSharedFileListItemGetTypeID() uintdeprecated
- func LSSharedFileListItemMove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef, ...) int32deprecated
- func LSSharedFileListItemRemove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef) int32deprecated
- func LSSharedFileListItemResolve(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, ...) int32deprecated
- func LSSharedFileListItemSetProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef, ...) int32deprecated
- func LSSharedFileListRemoveAllItems(inList LSSharedFileListRef) int32deprecated
- func LSSharedFileListRemoveObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, ...)deprecated
- func LSSharedFileListSetAuthorization(inList LSSharedFileListRef, inAuthorization security.AuthorizationRef) int32deprecated
- func LSSharedFileListSetProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef, ...) int32deprecated
- func Ldtox80(arg0 unsafe.Pointer, arg1 unsafe.Pointer)
- func LoadResource(arg0 uintptr)deprecated
- func LocaleCountNames(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr) int32deprecated
- func LocaleGetIndName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr, ...) int32deprecated
- func LocaleGetName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, ...) int32deprecated
- func LocaleOperationCountLocales(arg0 LocaleOperationClass, arg1 uintptr) int32deprecated
- func LocaleOperationCountNames(arg0 LocaleOperationClass, arg1 uintptr) int32
- func LocaleOperationGetIndName(arg0 LocaleOperationClass, arg1 uintptr, arg2 uint, arg3 uint, arg4 uint16, ...) int32
- func LocaleOperationGetLocales(arg0 LocaleOperationClass, arg1 uintptr, arg2 uintptr, arg3 LocaleAndVariant) int32deprecated
- func LocaleOperationGetName(arg0 LocaleOperationClass, arg1 LocaleRef, arg2 uint, arg3 uint, arg4 uint16) int32
- func LocaleRefFromLangOrRegionCode(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 LocaleRef) int32
- func LocaleRefFromLocaleString(arg0 int8, arg1 LocaleRef) int32
- func LocaleRefGetPartString(arg0 LocaleRef, arg1 LocalePartMask, arg2 uintptr, arg3 int8) int32
- func LocaleStringToLangAndRegionCodes(arg0 int8, arg1 unsafe.Pointer, arg2 unsafe.Pointer) int32
- func Long2Fix(arg0 int32) objectivec.IObjectdeprecated
- func LongDoubleToSInt64(arg0 unsafe.Pointer) int64
- func LongDoubleToUInt64(arg0 unsafe.Pointer) uint64
- func MDCopyLabelKinds() corefoundation.CFArrayRef
- func MDCopyLabelsMatchingExpression(simpleQueryString corefoundation.CFStringRef) corefoundation.CFArrayRef
- func MDCopyLabelsWithKind(kind corefoundation.CFStringRef) corefoundation.CFArrayRef
- func MDItemCopyAttribute(item MDItemRef, name corefoundation.CFStringRef) corefoundation.CFTypeRef
- func MDItemCopyAttributeList(arg0 MDItemRef) corefoundation.CFDictionaryRef
- func MDItemCopyAttributeNames(item MDItemRef) corefoundation.CFArrayRef
- func MDItemCopyAttributes(item MDItemRef, names corefoundation.CFArrayRef) corefoundation.CFDictionaryRef
- func MDItemCopyLabels(item MDItemRef) corefoundation.CFArrayRef
- func MDItemGetCacheFileDescriptors(items corefoundation.CFArrayRef, completionHandler corefoundation.CFArrayRef) unsafe.Pointer
- func MDItemGetTypeID() uint
- func MDItemRemoveLabel(item MDItemRef, label MDLabelRef) bool
- func MDItemSetLabel(item MDItemRef, label MDLabelRef) bool
- func MDItemsCopyAttributes(items corefoundation.CFArrayRef, names corefoundation.CFArrayRef) corefoundation.CFArrayRef
- func MDItemsCreateWithURLs(allocator corefoundation.CFAllocatorRef, urls corefoundation.CFArrayRef) corefoundation.CFArrayRef
- func MDLabelCopyAttribute(label MDLabelRef, name corefoundation.CFStringRef) corefoundation.CFTypeRef
- func MDLabelCopyAttributeName(label MDLabelRef) corefoundation.CFStringRef
- func MDLabelDelete(label MDLabelRef) bool
- func MDLabelGetTypeID() uint
- func MDLabelSetAttributes(label MDLabelRef, attrs corefoundation.CFDictionaryRef) bool
- func MDQueryCopyQueryString(query MDQueryRef) corefoundation.CFStringRef
- func MDQueryCopySortingAttributes(query MDQueryRef) corefoundation.CFArrayRef
- func MDQueryCopyValueListAttributes(query MDQueryRef) corefoundation.CFArrayRef
- func MDQueryCopyValuesOfAttribute(query MDQueryRef, name corefoundation.CFStringRef) corefoundation.CFArrayRef
- func MDQueryDisableUpdates(query MDQueryRef)
- func MDQueryEnableUpdates(query MDQueryRef)
- func MDQueryExecute(query MDQueryRef, optionFlags uint64) bool
- func MDQueryGetAttributeValueOfResultAtIndex(query MDQueryRef, name corefoundation.CFStringRef, idx int) unsafe.Pointer
- func MDQueryGetCountOfResultsWithAttributeValue(query MDQueryRef, name corefoundation.CFStringRef, ...) int
- func MDQueryGetIndexOfResult(query MDQueryRef, result unsafe.Pointer) int
- func MDQueryGetResultAtIndex(query MDQueryRef, idx int) unsafe.Pointer
- func MDQueryGetResultCount(query MDQueryRef) int
- func MDQueryGetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef) uint32
- func MDQueryGetTypeID() uint
- func MDQueryIsGatheringComplete(query MDQueryRef) bool
- func MDQuerySetBatchingParameters(query MDQueryRef, params unsafe.Pointer)
- func MDQuerySetCreateResultFunction(query MDQueryRef, func_ MDQueryCreateResultFunction, context unsafe.Pointer, ...)
- func MDQuerySetCreateValueFunction(query MDQueryRef, func_ MDQueryCreateValueFunction, context unsafe.Pointer, ...)
- func MDQuerySetDispatchQueue(query MDQueryRef, queue dispatch.Queue)
- func MDQuerySetMaxCount(query MDQueryRef, size int)
- func MDQuerySetSearchScope(query MDQueryRef, scopeDirectories corefoundation.CFArrayRef, ...)
- func MDQuerySetSortComparator(query MDQueryRef, comparator MDQuerySortComparatorFunction, ...)
- func MDQuerySetSortComparatorBlock(query MDQueryRef, comparator *corefoundation.CFTypeRef, ...) corefoundation.CFComparisonResult
- func MDQuerySetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef, flags uint32) bool
- func MDQuerySetSortOrder(query MDQueryRef, sortingAttrs corefoundation.CFArrayRef) bool
- func MDQueryStop(query MDQueryRef)
- func MDSchemaCopyAllAttributes() corefoundation.CFArrayRef
- func MDSchemaCopyAttributesForContentType(contentTypeUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRef
- func MDSchemaCopyDisplayDescriptionForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef
- func MDSchemaCopyDisplayNameForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef
- func MDSchemaCopyMetaAttributesForAttribute(name corefoundation.CFStringRef) corefoundation.CFDictionaryRef
- func MPAllocateAligned(arg0 uintptr, arg1 uint8, arg2 uintptr) unsafe.Pointerdeprecated
- func MPAllocateTaskStorageIndex(arg0 TaskStorageIndex) int32deprecated
- func MPArmTimer(arg0 MPTimerID, arg1 kernel.AbsoluteTime, arg2 uintptr) int32deprecated
- func MPBlockClear(arg0 unsafe.Pointer, arg1 uintptr)deprecated
- func MPBlockCopy(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 uintptr)deprecated
- func MPCancelTimer(arg0 MPTimerID, arg1 kernel.AbsoluteTime) int32deprecated
- func MPCauseNotification(arg0 MPNotificationID) int32deprecated
- func MPCreateCriticalRegion(arg0 MPCriticalRegionID) int32deprecated
- func MPCreateEvent(arg0 MPEventID) int32deprecated
- func MPCreateNotification(arg0 MPNotificationID) int32deprecated
- func MPCreateQueue(arg0 MPQueueID) int32deprecated
- func MPCreateSemaphore(arg0 MPSemaphoreCount, arg1 MPSemaphoreCount, arg2 MPSemaphoreID) int32deprecated
- func MPCreateTask(arg0 unsafe.Pointer, arg1 uintptr, arg2 MPQueueID, arg3 MPTaskOptions, ...) int32deprecated
- func MPCreateTimer(arg0 MPTimerID) int32deprecated
- func MPDeallocateTaskStorageIndex(arg0 TaskStorageIndex) int32deprecated
- func MPDelayUntil(arg0 kernel.AbsoluteTime) int32deprecated
- func MPDeleteCriticalRegion(arg0 MPCriticalRegionID) int32deprecated
- func MPDeleteEvent(arg0 MPEventID) int32deprecated
- func MPDeleteNotification(arg0 MPNotificationID) int32deprecated
- func MPDeleteQueue(arg0 MPQueueID) int32deprecated
- func MPDeleteSemaphore(arg0 MPSemaphoreID) int32deprecated
- func MPDeleteTimer(arg0 MPTimerID) int32deprecated
- func MPDisposeTaskException(arg0 MPTaskID, arg1 uintptr) int32deprecated
- func MPEnterCriticalRegion(arg0 MPCriticalRegionID, arg1 Duration) int32deprecated
- func MPExit(arg0 int32)deprecated
- func MPExitCriticalRegion(arg0 MPCriticalRegionID) int32deprecated
- func MPExtractTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32deprecated
- func MPFree(arg0 unsafe.Pointer)deprecated
- func MPGetAllocatedBlockSize(arg0 unsafe.Pointer) objectivec.IObjectdeprecated
- func MPGetNextCpuID(arg0 MPCoherenceID, arg1 MPCpuID) int32deprecated
- func MPGetNextTaskID(arg0 MPProcessID, arg1 MPTaskID) int32deprecated
- func MPModifyNotification(arg0 MPNotificationID, arg1 MPOpaqueID) int32deprecated
- func MPModifyNotificationParameters(arg0 MPNotificationID, arg1 MPOpaqueIDClass) int32deprecated
- func MPNotifyQueue(arg0 MPQueueID) int32deprecated
- func MPProcessors() objectivec.IObjectdeprecated
- func MPProcessorsScheduled() objectivec.IObjectdeprecated
- func MPRegisterDebugger(arg0 MPQueueID, arg1 MPDebuggerLevel) int32deprecated
- func MPRemoteCall(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointerdeprecated
- func MPRemoteCallCFM(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointerdeprecated
- func MPSetEvent(arg0 MPEventID, arg1 MPEventFlags) int32deprecated
- func MPSetExceptionHandler(arg0 MPTaskID, arg1 MPQueueID) int32deprecated
- func MPSetQueueReserve(arg0 MPQueueID, arg1 uintptr) int32deprecated
- func MPSetTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32deprecated
- func MPSetTaskStorageValue(arg0 TaskStorageIndex, arg1 TaskStorageValue) int32deprecated
- func MPSetTaskType(arg0 MPTaskID, arg1 uint32) int32deprecated
- func MPSetTaskWeight(arg0 MPTaskID, arg1 MPTaskWeight) int32deprecated
- func MPSetTimerNotify(arg0 MPTimerID, arg1 MPOpaqueID) int32deprecated
- func MPSignalSemaphore(arg0 MPSemaphoreID) int32deprecated
- func MPTaskIsPreemptive(arg0 MPTaskID) booldeprecated
- func MPTerminateTask(arg0 MPTaskID, arg1 int32) int32deprecated
- func MPUnregisterDebugger(arg0 MPQueueID) int32deprecated
- func MPWaitForEvent(arg0 MPEventID, arg1 MPEventFlags, arg2 Duration) int32deprecated
- func MPWaitOnQueue(arg0 MPQueueID, arg1 Duration) int32deprecated
- func MPWaitOnSemaphore(arg0 MPSemaphoreID, arg1 Duration) int32deprecated
- func MPYield()deprecated
- func MaximumProcessorSpeed() int16deprecated
- func MemError() int16deprecated
- func Microseconds(arg0 uint64)deprecated
- func MinimumProcessorSpeed() int16deprecated
- func Munger(arg0 uintptr, arg1 int, arg2 int, arg3 int) intdeprecated
- func NanosecondsToAbsolute(arg0 Nanoseconds) kernel.AbsoluteTimedeprecated
- func NearestMacTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 TextEncoding) int32
- func NewDebugComponent(arg0 uint32, arg1 unsafe.Pointer, arg2 DebugComponentCallbackUPP) int32deprecated
- func NewDebugOption(arg0 uint32, arg1 int32, arg2 unsafe.Pointer) int32deprecated
- func NewEmptyHandle() objectivec.IObjectdeprecated
- func NewGestaltValue(arg0 uint32, arg1 int32) int16deprecated
- func NewHandle(arg0 corefoundation.CGSize) objectivec.IObjectdeprecated
- func NewHandleClear(arg0 corefoundation.CGSize) objectivec.IObjectdeprecated
- func NewPtr(arg0 corefoundation.CGSize) coreimage.Ptrdeprecated
- func NewPtrClear(arg0 corefoundation.CGSize) coreimage.Ptrdeprecated
- func NewThread(arg0 ThreadStyle, arg1 ThreadEntryTPP, arg2 corefoundation.CGSize, ...) int16deprecated
- func Num2dec(arg0 Decform, arg1 kernel.Double_t, arg2 Decimal)deprecated
- func Num2decl(arg0 Decform, arg1 unsafe.Pointer, arg2 Decimal)
- func Numtostring(arg0 int, arg1 int8)deprecated
- func OpenAComponent(arg0 Component, arg1 ComponentInstance) int16deprecated
- func OpenAComponentResFile(arg0 Component, arg1 ResFileRefNum) int16deprecated
- func OpenADefaultComponent(arg0 uint32, arg1 uint32, arg2 ComponentInstance) int16deprecated
- func OverrideIconRef(oldIconRef uintptr, newIconRef uintptr) int16deprecated
- func PBAllocateForkAsync(arg0 FSForkIOParam)deprecated
- func PBAllocateForkSync(arg0 FSForkIOParam) int16deprecated
- func PBCatalogSearchAsync(arg0 FSCatalogBulkParam)deprecated
- func PBCatalogSearchSync(arg0 FSCatalogBulkParam) int16deprecated
- func PBCloseForkAsync(arg0 FSForkIOParam)deprecated
- func PBCloseForkSync(arg0 FSForkIOParam) int16deprecated
- func PBCloseIteratorAsync(arg0 FSCatalogBulkParam)deprecated
- func PBCloseIteratorSync(arg0 FSCatalogBulkParam) int16deprecated
- func PBCompareFSRefsAsync(arg0 FSRefParam)deprecated
- func PBCompareFSRefsSync(arg0 FSRefParam) int16deprecated
- func PBCreateDirectoryUnicodeAsync(arg0 FSRefParam)deprecated
- func PBCreateDirectoryUnicodeSync(arg0 FSRefParam) int16deprecated
- func PBCreateFileAndOpenForkUnicodeAsync(arg0 FSRefForkIOParamPtr)deprecated
- func PBCreateFileAndOpenForkUnicodeSync(arg0 FSRefForkIOParamPtr) int32deprecated
- func PBCreateFileUnicodeAsync(arg0 FSRefParam)deprecated
- func PBCreateFileUnicodeSync(arg0 FSRefParam) int16deprecated
- func PBCreateForkAsync(arg0 FSForkIOParam)deprecated
- func PBCreateForkSync(arg0 FSForkIOParam) int16deprecated
- func PBDeleteForkAsync(arg0 FSForkIOParam)deprecated
- func PBDeleteForkSync(arg0 FSForkIOParam) int16deprecated
- func PBDeleteObjectAsync(arg0 FSRefParam)deprecated
- func PBDeleteObjectSync(arg0 FSRefParam) int16deprecated
- func PBExchangeObjectsAsync(arg0 FSRefParam)deprecated
- func PBExchangeObjectsSync(arg0 FSRefParam) int16deprecated
- func PBFSCopyFileAsync(arg0 FSRefParamPtr) int32deprecated
- func PBFSCopyFileSync(arg0 FSRefParamPtr) int32deprecated
- func PBFSResolveNodeIDAsync(arg0 FSRefParamPtr) int32deprecated
- func PBFSResolveNodeIDSync(arg0 FSRefParamPtr) int32deprecated
- func PBFlushForkAsync(arg0 FSForkIOParam)deprecated
- func PBFlushForkSync(arg0 FSForkIOParam) int16deprecated
- func PBFlushVolumeAsync(arg0 FSRefParamPtr) int32deprecated
- func PBFlushVolumeSync(arg0 FSRefParamPtr) int32deprecated
- func PBGetCatalogInfoAsync(arg0 FSRefParam)deprecated
- func PBGetCatalogInfoBulkAsync(arg0 FSCatalogBulkParam)deprecated
- func PBGetCatalogInfoBulkSync(arg0 FSCatalogBulkParam) int16deprecated
- func PBGetCatalogInfoSync(arg0 FSRefParam) int16deprecated
- func PBGetForkCBInfoAsync(arg0 FSForkCBInfoParam)deprecated
- func PBGetForkCBInfoSync(arg0 FSForkCBInfoParam) int16deprecated
- func PBGetForkPositionAsync(arg0 FSForkIOParam)deprecated
- func PBGetForkPositionSync(arg0 FSForkIOParam) int16deprecated
- func PBGetForkSizeAsync(arg0 FSForkIOParam)deprecated
- func PBGetForkSizeSync(arg0 FSForkIOParam) int16deprecated
- func PBGetVolumeInfoAsync(arg0 FSVolumeInfoParam)deprecated
- func PBGetVolumeInfoSync(arg0 FSVolumeInfoParam) int16deprecated
- func PBIterateForksAsync(arg0 FSForkIOParam)deprecated
- func PBIterateForksSync(arg0 FSForkIOParam) int16deprecated
- func PBMakeFSRefUnicodeAsync(arg0 FSRefParam)deprecated
- func PBMakeFSRefUnicodeSync(arg0 FSRefParam) int16deprecated
- func PBMoveObjectAsync(arg0 FSRefParam)deprecated
- func PBMoveObjectSync(arg0 FSRefParam) int16deprecated
- func PBOpenForkAsync(arg0 FSForkIOParam)deprecated
- func PBOpenForkSync(arg0 FSForkIOParam) int16deprecated
- func PBOpenIteratorAsync(arg0 FSCatalogBulkParam)deprecated
- func PBOpenIteratorSync(arg0 FSCatalogBulkParam) int16deprecated
- func PBReadForkAsync(arg0 FSForkIOParam)deprecated
- func PBReadForkSync(arg0 FSForkIOParam) int16deprecated
- func PBRenameUnicodeAsync(arg0 FSRefParam)deprecated
- func PBRenameUnicodeSync(arg0 FSRefParam) int16deprecated
- func PBSetCatalogInfoAsync(arg0 FSRefParam)deprecated
- func PBSetCatalogInfoSync(arg0 FSRefParam) int16deprecated
- func PBSetForkPositionAsync(arg0 FSForkIOParam)deprecated
- func PBSetForkPositionSync(arg0 FSForkIOParam) int16deprecated
- func PBSetForkSizeAsync(arg0 FSForkIOParam)deprecated
- func PBSetForkSizeSync(arg0 FSForkIOParam) int16deprecated
- func PBSetVolumeInfoAsync(arg0 FSVolumeInfoParam)deprecated
- func PBSetVolumeInfoSync(arg0 FSVolumeInfoParam) int16deprecated
- func PBUnlinkObjectAsync(arg0 FSRefParam)deprecated
- func PBUnlinkObjectSync(arg0 FSRefParam) int16deprecated
- func PBWriteForkAsync(arg0 FSForkIOParam)deprecated
- func PBWriteForkSync(arg0 FSForkIOParam) int16deprecated
- func PBXLockRangeAsync(arg0 FSRangeLockParamPtr) int32deprecated
- func PBXLockRangeSync(arg0 FSRangeLockParamPtr) int32deprecated
- func PBXUnlockRangeAsync(arg0 FSRangeLockParamPtr) int32deprecated
- func PBXUnlockRangeSync(arg0 FSRangeLockParamPtr) int32deprecated
- func PLpos(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16deprecated
- func PLstrcat(arg0 string, arg1 unsafe.Pointer) *bytedeprecated
- func PLstrchr(arg0 unsafe.Pointer, arg1 int16) coreimage.Ptrdeprecated
- func PLstrcmp(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16deprecated
- func PLstrcpy(arg0 string, arg1 unsafe.Pointer) *bytedeprecated
- func PLstrlen(arg0 unsafe.Pointer) int16deprecated
- func PLstrncat(arg0 string, arg1 unsafe.Pointer, arg2 int16) *bytedeprecated
- func PLstrncmp(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 int16) int16deprecated
- func PLstrncpy(arg0 string, arg1 unsafe.Pointer, arg2 int16) *bytedeprecated
- func PLstrpbrk(arg0 unsafe.Pointer, arg1 unsafe.Pointer) coreimage.Ptrdeprecated
- func PLstrrchr(arg0 unsafe.Pointer, arg1 int16) coreimage.Ptrdeprecated
- func PLstrspn(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16deprecated
- func PLstrstr(arg0 unsafe.Pointer, arg1 unsafe.Pointer) coreimage.Ptrdeprecated
- func PrimeTime(arg0 QElemPtr, arg1 int)deprecated
- func PrimeTimeTask(arg0 QElemPtr, arg1 int) int16deprecated
- func PtrAndHand(arg0 uintptr, arg1 int) int16deprecated
- func PtrToHand(arg0 uintptr, arg1 int) int16deprecated
- func PtrToXHand(arg0 uintptr, arg1 int) int16deprecated
- func PurgeCollection(arg0 Collection, arg1 int32, arg2 int32)deprecated
- func PurgeCollectionTag(arg0 Collection, arg1 CollectionTag)deprecated
- func QueryUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr, arg3 uintptr, ...) int32
- func Randomx(arg0 kernel.Double_t) kernel.Double_tdeprecated
- func ReadIconFromFSRef(ref unsafe.Pointer, iconFamily *IconFamilyHandle) int32deprecated
- func ReadLocation(arg0 MachineLocation)deprecated
- func ReadPartialResource(arg0 uintptr, arg1 int, arg2 int)deprecated
- func ReallocateHandle(arg0 uintptr, arg1 corefoundation.CGSize)deprecated
- func RecoverHandle(arg0 coreimage.Ptr) objectivec.IObjectdeprecated
- func RegisterComponentFileRef(arg0 uintptr, arg1 int16) int16deprecated
- func RegisterComponentFileRefEntries(arg0 uintptr, arg1 int16, arg2 ComponentDescription, arg3 uint32) int16deprecated
- func RegisterComponentResourceFile(arg0 int16, arg1 int16) int32deprecated
- func RegisterIconRefFromFSRef(creator uint32, iconType uint32, iconFile unsafe.Pointer, theIconRef uintptr) int32deprecated
- func RegisterIconRefFromIconFamily(creator uint32, iconType uint32, iconFamily IconFamilyHandle, ...) int16deprecated
- func ReleaseCollection(arg0 Collection) int32deprecated
- func ReleaseFolder(arg0 uintptr, arg1 uint32) int16deprecated
- func ReleaseIconRef(theIconRef uintptr) int16deprecated
- func ReleaseResource(arg0 uintptr)deprecated
- func RemoveCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32) int16deprecated
- func RemoveFolderDescriptor(arg0 FolderType) int16deprecated
- func RemoveIconRefOverride(theIconRef uintptr) int16deprecated
- func RemoveIndexedCollectionItem(arg0 Collection, arg1 int32) int16deprecated
- func RemoveResource(arg0 uintptr)deprecated
- func RemoveTimeTask(arg0 QElemPtr) int16deprecated
- func ReplaceGestaltValue(arg0 uint32, arg1 int32) int16deprecated
- func ReplaceIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16deprecated
- func ReplaceIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16deprecated
- func ResError() int16deprecated
- func ResetTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32
- func ResetUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32
- func ResetUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32
- func RetainCollection(arg0 Collection) int32deprecated
- func RevertTextEncodingToScriptInfo(arg0 TextEncoding, arg1 unsafe.Pointer, arg2 unsafe.Pointer, ...) int32
- func RmvTime(arg0 QElemPtr)deprecated
- func S32Set(arg0 int64) int32
- func S64Absolute(arg0 int64) int64
- func S64Add(arg0 int64, arg1 int64) int64
- func S64And(arg0 int64, arg1 int64) bool
- func S64BitwiseAnd(arg0 int64, arg1 int64) int64
- func S64BitwiseEor(arg0 int64, arg1 int64) int64
- func S64BitwiseNot(arg0 int64) int64
- func S64BitwiseOr(arg0 int64, arg1 int64) int64
- func S64Compare(arg0 int64, arg1 int64) int32
- func S64Div(arg0 int64, arg1 int64) int64
- func S64Divide(arg0 int64, arg1 int64, arg2 int64) int64
- func S64Eor(arg0 int64, arg1 int64) bool
- func S64Max() int64
- func S64Min() int64
- func S64Mod(arg0 int64, arg1 int64) int64
- func S64Multiply(arg0 int64, arg1 int64) int64
- func S64Negate(arg0 int64) int64
- func S64Not(arg0 int64) bool
- func S64Or(arg0 int64, arg1 int64) bool
- func S64Set(arg0 int32) int64
- func S64SetU(arg0 uint32) int64
- func S64ShiftLeft(arg0 int64, arg1 uint32) int64
- func S64ShiftRight(arg0 int64, arg1 uint32) int64
- func S64Subtract(arg0 int64, arg1 int64) int64
- func SInt64ToLongDouble(arg0 int64) unsafe.Pointer
- func SInt64ToUInt64(arg0 int64) uint64
- func SInt64ToWide(arg0 int64) unsafe.Pointer
- func SKDocumentCopyURL(inDocument SKDocumentRef) corefoundation.CFURLRef
- func SKDocumentGetName(inDocument SKDocumentRef) corefoundation.CFStringRef
- func SKDocumentGetSchemeName(inDocument SKDocumentRef) corefoundation.CFStringRef
- func SKDocumentGetTypeID() uint
- func SKIndexAddDocument(inIndex SKIndexRef, inDocument SKDocumentRef, ...) bool
- func SKIndexAddDocumentWithText(inIndex SKIndexRef, inDocument SKDocumentRef, ...) bool
- func SKIndexClose(inIndex SKIndexRef)
- func SKIndexCompact(inIndex SKIndexRef) bool
- func SKIndexCopyDocumentIDArrayForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFArrayRef
- func SKIndexCopyDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef) corefoundation.CFDictionaryRef
- func SKIndexCopyDocumentRefsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, ...)
- func SKIndexCopyDocumentURLsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, ...)
- func SKIndexCopyInfoForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, ...)
- func SKIndexCopyTermIDArrayForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) corefoundation.CFArrayRef
- func SKIndexCopyTermStringForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFStringRef
- func SKIndexDocumentIteratorGetTypeID() uint
- func SKIndexFlush(inIndex SKIndexRef) bool
- func SKIndexGetAnalysisProperties(inIndex SKIndexRef) corefoundation.CFDictionaryRef
- func SKIndexGetDocumentCount(inIndex SKIndexRef) int
- func SKIndexGetDocumentTermCount(inIndex SKIndexRef, inDocumentID SKDocumentID) int
- func SKIndexGetDocumentTermFrequency(inIndex SKIndexRef, inDocumentID SKDocumentID, inTermID int) int
- func SKIndexGetMaximumBytesBeforeFlush(inIndex SKIndexRef) int
- func SKIndexGetMaximumTermID(inIndex SKIndexRef) int
- func SKIndexGetTermDocumentCount(inIndex SKIndexRef, inTermID int) int
- func SKIndexGetTermIDForTermString(inIndex SKIndexRef, inTermString corefoundation.CFStringRef) int
- func SKIndexGetTypeID() uint
- func SKIndexMoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inNewParent SKDocumentRef) bool
- func SKIndexRemoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef) bool
- func SKIndexRenameDocument(inIndex SKIndexRef, inDocument SKDocumentRef, ...) bool
- func SKIndexSetDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef, ...)
- func SKIndexSetMaximumBytesBeforeFlush(inIndex SKIndexRef, inBytesForUpdate int)
- func SKLoadDefaultExtractorPlugIns()
- func SKSearchCancel(inSearch SKSearchRef)
- func SKSearchFindMatches(inSearch SKSearchRef, inMaximumCount int, outDocumentIDsArray *SKDocumentID, ...) bool
- func SKSearchGetTypeID() uint
- func SKSearchGroupGetTypeID() uintdeprecated
- func SKSummaryCopyParagraphAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef
- func SKSummaryCopyParagraphSummaryString(summary SKSummaryRef, numParagraphs int) corefoundation.CFStringRef
- func SKSummaryCopySentenceAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef
- func SKSummaryCopySentenceSummaryString(summary SKSummaryRef, numSentences int) corefoundation.CFStringRef
- func SKSummaryGetParagraphCount(summary SKSummaryRef) int
- func SKSummaryGetParagraphSummaryInfo(summary SKSummaryRef, numParagraphsInSummary int, ...) int
- func SKSummaryGetSentenceCount(summary SKSummaryRef) int
- func SKSummaryGetSentenceSummaryInfo(summary SKSummaryRef, numSentencesInSummary int, outRankOrderOfSentences *int, ...) int
- func SKSummaryGetTypeID() uint
- func SetCollectionDefaultAttributes(arg0 Collection, arg1 int32, arg2 int32)deprecated
- func SetCollectionExceptionProc(arg0 Collection, arg1 CollectionExceptionUPP)deprecated
- func SetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32) int16deprecated
- func SetComponentInstanceError(arg0 ComponentInstance, arg1 int16)deprecated
- func SetComponentInstanceStorage(arg0 ComponentInstance, arg1 uintptr)deprecated
- func SetComponentRefcon(arg0 Component, arg1 int)deprecated
- func SetCustomIconsEnabled(vRefNum unsafe.Pointer, enableCustomIcons unsafe.Pointer) int16deprecated
- func SetDebugOptionValue(arg0 uint32, arg1 int32, arg2 bool) int32deprecated
- func SetDebuggerNotificationProcs(arg0 DebuggerNewThreadTPP, arg1 DebuggerDisposeThreadTPP, ...) int16deprecated
- func SetDefaultComponent(arg0 Component, arg1 int16) int16deprecated
- func SetFallbackUnicodeToText(arg0 UnicodeToTextInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, ...) int32
- func SetFallbackUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, ...) int32
- func SetGestaltValue(arg0 uint32, arg1 int32) int16deprecated
- func SetHandleSize(arg0 uintptr, arg1 corefoundation.CGSize)deprecated
- func SetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 int32, arg3 int32) int16deprecated
- func SetPtrSize(arg0 coreimage.Ptr, arg1 corefoundation.CGSize)deprecated
- func SetResAttrs(arg0 uintptr, arg1 ResAttributes)deprecated
- func SetResFileAttrs(arg0 ResFileRefNum, arg1 ResFileAttributes)deprecated
- func SetResInfo(arg0 uintptr, arg1 ResID, arg2 unsafe.Pointer)deprecated
- func SetResLoad(arg0 bool)deprecated
- func SetResPurge(arg0 bool)deprecated
- func SetResourceSize(arg0 uintptr, arg1 int)deprecated
- func SetScriptManagerVariable(arg0 int16, arg1 int) int16deprecated
- func SetThreadReadyGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID) int16deprecated
- func SetThreadScheduler(arg0 ThreadSchedulerTPP) int16deprecated
- func SetThreadState(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16deprecated
- func SetThreadStateEndCritical(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16deprecated
- func SetThreadSwitcher(arg0 ThreadID, arg1 ThreadSwitchTPP, arg2 bool) int16deprecated
- func SetThreadTerminator(arg0 ThreadID, arg1 ThreadTerminationTPP) int16deprecated
- func SleepQInstall(arg0 SleepQRecPtr)deprecated
- func SleepQRemove(arg0 SleepQRecPtr)deprecated
- func Str2dec(arg0 int8, arg1 int16, arg2 Decimal, arg3 int16)deprecated
- func SubAbsoluteFromAbsolute(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func SubDurationFromAbsolute(arg0 Duration, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func SubNanosecondsFromAbsolute(arg0 Nanoseconds, arg1 kernel.AbsoluteTime) kernel.AbsoluteTimedeprecated
- func SysError(arg0 int16)deprecated
- func TECClearConverterContextInfo(arg0 TECObjectRef) int32
- func TECClearSnifferContextInfo(arg0 TECSnifferObjectRef) int32
- func TECConvertText(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, ...) int32
- func TECConvertTextToMultipleEncodings(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, ...) int32
- func TECCopyTextEncodingInternetNameAndMIB(arg0 TextEncoding, arg1 TECInternetNameUsageMask, ...) int32
- func TECCountAvailableSniffers(arg0 uintptr) int32
- func TECCountAvailableTextEncodings(arg0 uintptr) int32
- func TECCountDestinationTextEncodings(arg0 TextEncoding, arg1 uintptr) int32
- func TECCountDirectTextEncodingConversions(arg0 uintptr) int32
- func TECCountMailTextEncodings(arg0 unsafe.Pointer, arg1 uintptr) int32
- func TECCountSubTextEncodings(arg0 TextEncoding, arg1 uintptr) int32
- func TECCountWebTextEncodings(arg0 unsafe.Pointer, arg1 uintptr) int32
- func TECCreateConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 TextEncoding) int32
- func TECCreateConverterFromPath(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr) int32
- func TECCreateOneToManyConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr, arg3 TextEncoding) int32
- func TECCreateSniffer(arg0 TECSnifferObjectRef, arg1 TextEncoding, arg2 uintptr) int32
- func TECDisposeConverter(arg0 TECObjectRef) int32
- func TECDisposeSniffer(arg0 TECSnifferObjectRef) int32
- func TECFlushMultipleEncodings(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr, ...) int32
- func TECFlushText(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr) int32
- func TECGetAvailableSniffers(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32
- func TECGetAvailableTextEncodings(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32
- func TECGetDestinationTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
- func TECGetDirectTextEncodingConversions(arg0 TECConversionInfo, arg1 uintptr, arg2 uintptr) int32
- func TECGetEncodingList(arg0 TECObjectRef, arg1 uintptr, arg2 uintptr) int32
- func TECGetInfo(arg0 TECInfoHandle) int32
- func TECGetMailTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
- func TECGetSubTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
- func TECGetTextEncodingFromInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32
- func TECGetTextEncodingFromInternetNameOrMIB(arg0 TextEncoding, arg1 TECInternetNameUsageMask, ...) int32
- func TECGetTextEncodingInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32
- func TECGetWebTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
- func TECSetBasicOptions(arg0 TECObjectRef, arg1 uintptr) int32
- func TECSniffTextEncoding(arg0 TECSnifferObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 TextEncoding, ...) int32
- func TaskLevel() uint32deprecated
- func TempNewHandle(arg0 corefoundation.CGSize, arg1 int16) objectivec.IObjectdeprecated
- func TestAndClear(arg0 uint32, arg1 uint8) booldeprecated
- func TestAndSet(arg0 uint32, arg1 uint8) booldeprecated
- func ThreadBeginCritical() int16deprecated
- func ThreadCurrentStackSpace(arg0 ThreadID, arg1 uintptr) int16deprecated
- func ThreadEndCritical() int16deprecated
- func TickCount() uint32deprecated
- func TruncateForTextToUnicode(arg0 ConstTextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, ...) int32
- func TruncateForUnicodeToText(arg0 ConstUnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, ...) int32
- func U32SetU(arg0 uint64) uint32
- func U64Add(arg0 uint64, arg1 uint64) uint64
- func U64And(arg0 uint64, arg1 uint64) bool
- func U64BitwiseAnd(arg0 uint64, arg1 uint64) uint64
- func U64BitwiseEor(arg0 uint64, arg1 uint64) uint64
- func U64BitwiseNot(arg0 uint64) uint64
- func U64BitwiseOr(arg0 uint64, arg1 uint64) uint64
- func U64Compare(arg0 uint64, arg1 uint64) int32deprecated
- func U64Div(arg0 uint64, arg1 uint64) uint64
- func U64Divide(arg0 uint64, arg1 uint64, arg2 uint64) uint64
- func U64Eor(arg0 uint64, arg1 uint64) bool
- func U64Max() uint64
- func U64Mod(arg0 uint64, arg1 uint64) uint64
- func U64Multiply(arg0 uint64, arg1 uint64) uint64
- func U64Not(arg0 uint64) bool
- func U64Or(arg0 uint64, arg1 uint64) bool
- func U64Set(arg0 int32) uint64
- func U64SetU(arg0 uint32) uint64
- func U64ShiftLeft(arg0 uint64, arg1 uint32) uint64
- func U64ShiftRight(arg0 uint64, arg1 uint32) uint64
- func U64Subtract(arg0 uint64, arg1 uint64) uint64
- func UCCompareCollationKeys(key1Ptr *UCCollationValue, key1Length unsafe.Pointer, ...) int32
- func UCCompareText(collatorRef CollatorRef, text1Ptr *uint16, text1Length unsafe.Pointer, ...) int32
- func UCCompareTextDefault(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, ...) int32
- func UCCompareTextNoLocale(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, ...) int32
- func UCConvertCFAbsoluteTimeToLongDateTime(arg0 corefoundation.CFAbsoluteTime, arg1 LongDateTime) int32
- func UCConvertCFAbsoluteTimeToSeconds(arg0 corefoundation.CFAbsoluteTime, arg1 uint32) int32
- func UCConvertCFAbsoluteTimeToUTCDateTime(arg0 corefoundation.CFAbsoluteTime, arg1 UTCDateTime) int32
- func UCConvertLongDateTimeToCFAbsoluteTime(arg0 LongDateTime, arg1 corefoundation.CFAbsoluteTime) int32
- func UCConvertSecondsToCFAbsoluteTime(arg0 uint32, arg1 corefoundation.CFAbsoluteTime) int32
- func UCConvertUTCDateTimeToCFAbsoluteTime(arg0 UTCDateTime, arg1 corefoundation.CFAbsoluteTime) int32
- func UCCreateCollator(locale LocaleRef, opVariant LocaleOperationVariant, options UCCollateOptions, ...) int32
- func UCDisposeCollator(collatorRef *CollatorRef) int32
- func UCGetCharProperty(arg0 uint16, arg1 uint, arg2 UCCharPropertyType, arg3 UCCharPropertyValue) int32
- func UCGetCollationKey(collatorRef CollatorRef, textPtr *uint16, textLength unsafe.Pointer, ...) int32
- func UCGetUnicodeScalarValueForSurrogatePair(arg0 uint16, arg1 uint16) unsafe.Pointer
- func UCIsSurrogateHighCharacter(arg0 uint16) bool
- func UCIsSurrogateLowCharacter(arg0 uint16) bool
- func UCKeyTranslate(keyLayoutPtr unsafe.Pointer, virtualKeyCode uint16, keyAction uint16, ...) int32
- func UCTypeSelectAddKeyToSelector(inRef UCTypeSelectRef, inText corefoundation.CFStringRef, ...) int32
- func UCTypeSelectCompare(ref UCTypeSelectRef, inText corefoundation.CFStringRef, ...) int32
- func UCTypeSelectCreateSelector(locale LocaleRef, opVariant LocaleOperationVariant, options UCCollateOptions, ...) int32
- func UCTypeSelectFindItem(ref UCTypeSelectRef, listSize uint32, listDataPtr unsafe.Pointer, ...) int32
- func UCTypeSelectFlushSelectorData(ref UCTypeSelectRef) int32
- func UCTypeSelectReleaseSelector(ref *UCTypeSelectRef) int32
- func UCTypeSelectWalkList(ref UCTypeSelectRef, currSelect corefoundation.CFStringRef, ...) int32
- func UCTypeSelectWouldResetBuffer(inRef UCTypeSelectRef, inText corefoundation.CFStringRef, ...) bool
- func UInt64ToLongDouble(arg0 uint64) unsafe.Pointer
- func UInt64ToSInt64(arg0 uint64) int64
- func UInt64ToUnsignedWide(arg0 uint64) uint64
- func UTCreateStringForOSType(inOSType uint32) corefoundation.CFStringRefdeprecated
- func UTGetOSTypeFromString(inString corefoundation.CFStringRef) uint32deprecated
- func UTTypeConformsTo(inUTI corefoundation.CFStringRef, inConformsToUTI corefoundation.CFStringRef) booldeprecated
- func UTTypeCopyAllTagsWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFArrayRefdeprecated
- func UTTypeCopyDeclaration(inUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRefdeprecated
- func UTTypeCopyDeclaringBundleURL(inUTI corefoundation.CFStringRef) corefoundation.CFURLRefdeprecated
- func UTTypeCopyDescription(inUTI corefoundation.CFStringRef) corefoundation.CFStringRefdeprecated
- func UTTypeCopyPreferredTagWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFStringRefdeprecated
- func UTTypeCreateAllIdentifiersForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, ...) corefoundation.CFArrayRefdeprecated
- func UTTypeCreatePreferredIdentifierForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, ...) corefoundation.CFStringRefdeprecated
- func UTTypeEqual(inUTI1 corefoundation.CFStringRef, inUTI2 corefoundation.CFStringRef) booldeprecated
- func UTTypeIsDeclared(inUTI corefoundation.CFStringRef) booldeprecated
- func UTTypeIsDynamic(inUTI corefoundation.CFStringRef) booldeprecated
- func UncaptureComponent(arg0 Component) int16deprecated
- func UnflattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16deprecated
- func UnflattenCollectionFromHdl(arg0 Collection, arg1 uintptr) int16deprecated
- func UnregisterComponent(arg0 Component) int16deprecated
- func UnregisterIconRef(creator uint32, iconType uint32) int16deprecated
- func UnsignedFixedMulDiv(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer) unsafe.Pointerdeprecated
- func UnsignedWideToUInt64(arg0 uint64) uint64
- func UpTime() kernel.AbsoluteTimedeprecated
- func UpdateIconRef(theIconRef uintptr) int16deprecated
- func UpdateResFile(arg0 ResFileRefNum)deprecated
- func UpdateSystemActivity(arg0 uint8) int16deprecated
- func UpgradeScriptInfoToTextEncoding(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer, ...) int32
- func UseResFile(arg0 ResFileRefNum)deprecated
- func VAEBuildAppleEvent(theClass uint32, theID uint32, addressType uint32, addressData unsafe.Pointer, ...) int32
- func VAEBuildDesc(dst unsafe.Pointer, err unsafe.Pointer, src string, args unsafe.Pointer) int32
- func VAEBuildParameters(event *AEDesc, err unsafe.Pointer, format string, args unsafe.Pointer) int32
- func WSGetCFTypeIDFromWSTypeID(arg0 WSTypeID) uintdeprecated
- func WSMethodInvocationAddDeserializationOverride(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, ...)deprecated
- func WSMethodInvocationAddSerializationOverride(arg0 WSMethodInvocationRef, arg1 uint, arg2 unsafe.Pointer, ...)deprecated
- func WSMethodInvocationCopyParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFArrayRef) corefoundation.CFDictionaryRefdeprecated
- func WSMethodInvocationCopyProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRefdeprecated
- func WSMethodInvocationCopySerialization(arg0 WSMethodInvocationRef) corefoundation.CFDataRefdeprecated
- func WSMethodInvocationGetTypeID() uintdeprecated
- func WSMethodInvocationInvoke(arg0 WSMethodInvocationRef) corefoundation.CFDictionaryRefdeprecated
- func WSMethodInvocationScheduleWithRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, ...)deprecated
- func WSMethodInvocationSetCallBack(arg0 WSMethodInvocationRef, arg1 unsafe.Pointer, arg2 WSClientContext)deprecated
- func WSMethodInvocationSetParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFDictionaryRef, ...)deprecated
- func WSMethodInvocationSetProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, ...)deprecated
- func WSMethodInvocationUnscheduleFromRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, ...)deprecated
- func WSMethodResultIsFault(arg0 corefoundation.CFDictionaryRef) booldeprecated
- func WSProtocolHandlerCopyFaultDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDictionaryRef, ...) corefoundation.CFDataRefdeprecated
- func WSProtocolHandlerCopyProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRefdeprecated
- func WSProtocolHandlerCopyReplyDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, ...) corefoundation.CFDictionaryRefdeprecated
- func WSProtocolHandlerCopyReplyDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDictionaryRef, ...) corefoundation.CFDataRefdeprecated
- func WSProtocolHandlerCopyRequestDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDataRef) corefoundation.CFDictionaryRefdeprecated
- func WSProtocolHandlerCopyRequestDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, ...) corefoundation.CFDataRefdeprecated
- func WSProtocolHandlerGetTypeID() uintdeprecated
- func WSProtocolHandlerSetDeserializationOverride(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, ...)deprecated
- func WSProtocolHandlerSetProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, ...)deprecated
- func WSProtocolHandlerSetSerializationOverride(arg0 WSProtocolHandlerRef, arg1 uint, arg2 unsafe.Pointer, ...)deprecated
- func WideAdd(arg0 unsafe.Pointer, arg1 unsafe.Pointer) objectivec.IObjectdeprecated
- func WideBitShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObjectdeprecated
- func WideCompare(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16deprecated
- func WideDivide(arg0 unsafe.Pointer, arg1 int32, arg2 int32) int32deprecated
- func WideMultiply(arg0 int32, arg1 int32, arg2 unsafe.Pointer) objectivec.IObjectdeprecated
- func WideNegate(arg0 unsafe.Pointer) objectivec.IObjectdeprecated
- func WideShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObjectdeprecated
- func WideSquareRoot(arg0 unsafe.Pointer) uint32deprecated
- func WideSubtract(arg0 unsafe.Pointer, arg1 unsafe.Pointer) objectivec.IObjectdeprecated
- func WideToSInt64(arg0 unsafe.Pointer) int64
- func WideWideDivide(arg0 unsafe.Pointer, arg1 int32, arg2 int32) objectivec.IObjectdeprecated
- func WritePartialResource(arg0 uintptr, arg1 int, arg2 int)deprecated
- func WriteResource(arg0 uintptr)deprecated
- func X2Fix(arg0 float64) objectivec.IObjectdeprecated
- func X2Frac(arg0 float64) kernel.Fractdeprecated
- func X80tod(arg0 unsafe.Pointer) float64deprecated
- func X80told(arg0 unsafe.Pointer, arg1 unsafe.Pointer)
- func YieldToAnyThread() int16deprecated
- func YieldToThread(arg0 ThreadID) int16deprecated
- type AEAddressDesc
- type AEArrayData
- type AEArrayDataPointer
- type AEArrayType
- type AEBuildError
- type AEBuildErrorCode
- type AECoerceDescProcPtr
- type AECoerceDescUPP
- type AECoercePtrProcPtr
- type AECoercePtrUPP
- type AECoercionHandlerUPP
- type AEDataStorage
- type AEDataStorageType
- type AEDesc
- type AEDescList
- type AEDescPtr
- type AEDisposeExternalProcPtr
- type AEDisposeExternalUPP
- type AEEventClass
- type AEEventHandlerProcPtr
- type AEEventHandlerUPP
- type AEEventID
- type AEEventSource
- type AEKeyDesc
- type AEKeyword
- type AERecord
- type AERemoteProcessResolverCallback
- type AERemoteProcessResolverContext
- type AERemoteProcessResolverRef
- type AEReturnID
- type AESendMode
- type AESendPriority
- type AEStreamRef
- type AETransactionID
- type AFPAlternateAddress
- type AFPServerSignature
- type AFPTagData
- type AFPVolMountInfo
- type AFPVolMountInfoPtr
- type AFPXVolMountInfo
- type AFPXVolMountInfoPtr
- type AIFFLoop
- type AbortErr
- type AeBuildSyntax
- type Afp
- type Aifc
- type Aiffid
- type AliasHandle
- type AliasInfoType
- type AliasPtr
- type AliasRecord
- type AppleEvent
- type AppleEventPtr
- type AppleShareMedia
- type ApplicationSpecificChunk
- type ApplicationSpecificChunkPtr
- type AreaID
- type Asi
- type Asp
- type AudioRecordingChunk
- type AudioRecordingChunkPtr
- type BHasDirectI
- type BIsEjectable
- type BLimitFCBs
- type BadComponent
- type BadDragRefErr
- type BadFolderDescErr
- type BigEndianFixed
- type BigEndianLong
- type BigEndianOSType
- type BigEndianShort
- type BigEndianUInt32
- type BigEndianUnsignedFixed
- type BigEndianUnsignedLong
- type BigEndianUnsignedShort
- type Buf2SmallErr
- type CAEList
- type CDEFNFndConstants
- type CInsertionLoc
- type CKeystroke
- type CMatchErr
- type CParagraph
- type CSComponentsThreadMode
- type CSDiskSpaceRecoveryCallback
- type CSDiskSpaceRecoveryOptions
- type CSIdentityAuthorityRef
- type CSIdentityClass
- type CSIdentityClientContext
- type CSIdentityFlags
- type CSIdentityQueryClientContext
- type CSIdentityQueryEvent
- type CSIdentityQueryFlags
- type CSIdentityQueryReceiveEventCallback
- type CSIdentityQueryRef
- func CSIdentityCreateGroupMembershipQuery(allocator corefoundation.CFAllocatorRef, group CSIdentityRef) CSIdentityQueryRef
- func CSIdentityQueryCreate(allocator corefoundation.CFAllocatorRef, identityClass int32, ...) CSIdentityQueryRef
- func CSIdentityQueryCreateForCurrentUser(allocator corefoundation.CFAllocatorRef) CSIdentityQueryRef
- func CSIdentityQueryCreateForName(allocator corefoundation.CFAllocatorRef, name corefoundation.CFStringRef, ...) CSIdentityQueryRef
- func CSIdentityQueryCreateForPersistentReference(allocator corefoundation.CFAllocatorRef, ...) CSIdentityQueryRef
- func CSIdentityQueryCreateForPosixID(allocator corefoundation.CFAllocatorRef, posixID uintptr, identityClass int32, ...) CSIdentityQueryRef
- func CSIdentityQueryCreateForUUID(allocator corefoundation.CFAllocatorRef, uuid corefoundation.CFUUID, ...) CSIdentityQueryRef
- type CSIdentityQueryStringComparisonMethod
- type CSIdentityRef
- type CSIdentityStatusUpdatedCallback
- type CURL
- type CVersion
- type Cal
- type CallingConventionType
- type CannotFindAtomErr
- type CatPositionRec
- type CcntTokenRecHandle
- type CcntTokenRecPtr
- type CcntTokenRecord
- type Cfrag
- type ChunkHeader
- type Cm
- type Cmp
- type CmpAlias
- type CodecErr
- type CollatorRef
- type Collection
- type CollectionExceptionUPP
- type CollectionFlattenUPP
- type CollectionTag
- type Comment
- type CommentsChunk
- type CommentsChunkPtr
- type CommonChunk
- type CommonChunkPtr
- type Component
- func CaptureComponent(arg0 Component, arg1 Component) Componentdeprecated
- func FindNextComponent(arg0 Component, arg1 ComponentDescription) Componentdeprecated
- func RegisterComponentFunc(arg0 ComponentDescription, arg1 ComponentRoutineUPP, arg2 int16, arg3 uintptr, ...) Componentdeprecated
- func RegisterComponentResource(arg0 ComponentResourceHandle, arg1 int16) Componentdeprecated
- func ResolveComponentAlias(arg0 Component) Componentdeprecated
- type ComponentAliasResource
- type ComponentDescription
- type ComponentDllLoadErr
- type ComponentFunctionUPP
- type ComponentInstance
- type ComponentInstanceRecord
- type ComponentMPWorkFunctionHeaderRecord
- type ComponentMPWorkFunctionHeaderRecordPtr
- type ComponentMPWorkFunctionUPP
- type ComponentParameters
- type ComponentPlatformInfo
- type ComponentPlatformInfoArray
- type ComponentRecord
- type ComponentResource
- type ComponentResourceExtension
- type ComponentResourceHandle
- type ComponentResourcePtr
- type ComponentResult
- func CallComponentCanDo(arg0 ComponentInstance, arg1 int16) ComponentResultdeprecated
- func CallComponentClose(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResultdeprecated
- func CallComponentDispatch(arg0 ComponentParameters) ComponentResultdeprecated
- func CallComponentFunction(arg0 ComponentParameters, arg1 ComponentFunctionUPP) ComponentResultdeprecated
- func CallComponentFunctionWithStorage(arg0 uintptr, arg1 ComponentParameters, arg2 ComponentFunctionUPP) ComponentResultdeprecated
- func CallComponentFunctionWithStorageProcInfo(arg0 uintptr, arg1 ComponentParameters, arg2 unsafe.Pointer, arg3 ProcInfoType) ComponentResultdeprecated
- func CallComponentGetMPWorkFunction(arg0 ComponentInstance, arg1 ComponentMPWorkFunctionUPP) ComponentResultdeprecated
- func CallComponentGetPublicResource(arg0 ComponentInstance, arg1 uint32, arg2 int16, arg3 uintptr) ComponentResultdeprecated
- func CallComponentOpen(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResultdeprecated
- func CallComponentRegister(arg0 ComponentInstance) ComponentResultdeprecated
- func CallComponentTarget(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResultdeprecated
- func CallComponentUnregister(arg0 ComponentInstance) ComponentResultdeprecated
- func CallComponentVersion(arg0 ComponentInstance) ComponentResultdeprecated
- func DelegateComponentCall(arg0 ComponentParameters, arg1 ComponentInstance) ComponentResultdeprecated
- func InvokeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionHeaderRecordPtr, arg1 ComponentMPWorkFunctionUPP) ComponentResultdeprecated
- func InvokeComponentRoutineUPP(arg0 ComponentParameters, arg1 uintptr, arg2 ComponentRoutineUPP) ComponentResultdeprecated
- type ComponentRoutineUPP
- type ConstFSEventStreamRef
- type ConstFSSpecPtr
- type ConstScriptCodeRunPtr
- type ConstTextEncodingRunPtr
- type ConstTextPtr
- type ConstTextToUnicodeInfo
- type ConstUniCharArrayPtr
- type ConstUnicodeMappingPtr
- type ConstUnicodeToTextInfo
- type ContainerChunk
- type CoreFoundationUnknown
- type CouldNotResolveDataRef
- type Curr
- type CustomBadgeResource
- type CustomBadgeResourceHandle
- type CustomBadgeResourcePtr
- type DCSDictionaryRef
- type DInfo
- type DXInfo
- type DateCachePtr
- type DateCacheRecord
- type DateDelta
- type DateForm
- type DateOrders
- type DateTimeRec
- type Dcm
- type DdpSktErr
- type DebugAssertOutputHandlerUPP
- type DebugComponentCallbackUPP
- type DebuggerDisposeThreadTPP
- type DebuggerDisposeThreadUPP
- type DebuggerNewThreadTPP
- type DebuggerNewThreadUPP
- type DebuggerThreadSchedulerTPP
- type DebuggerThreadSchedulerUPP
- type Debugging
- type Decform
- type Decimal
- type DefaultComponent
- type DefaultPhysicalEntry
- type DeferredTask
- type DeferredTaskPtr
- type DeferredTaskUPP
- type DelimPad
- type DescType
- type DiaeresisUprY
- type DialogNoTimeout
- type DigiUnimpErr
- type Ds
- type DsNoExtsMacsBug
- type DsNoFPU
- type DsNoPk3
- type DummyType
- type Duration
- type ELenErr
- type EScheme
- type EWS
- type EditionMgrInitErr
- type EraField
- type EraMask
- type Err
- type ErrAE
- type ErrAEEventWouldRequireUser
- type ErrAS
- type ErrCoreEndianData
- type ErrIA
- type ErrInvalidWindowPtr
- type ErrKC
- type ErrMessageNotSupported
- type ErrOSA
- type ErrOSATypeError
- type ErrTaskNot
- type ErrWS
- type EvtNot
- type ExceptionHandler
- type ExceptionHandlerTPP
- type ExceptionHandlerUPP
- type ExceptionInformation
- type ExceptionInformationPowerPC
- type ExceptionKind
- type ExtCommonChunk
- type ExtCommonChunkPtr
- type ExtComponentResource
- type ExtComponentResourceHandle
- type ExtComponentResourcePtr
- type ExtendedFileInfo
- type ExtendedFolderInfo
- type FFormatOK
- type FInfo
- type FNMessage
- type FNSubscriptionRef
- type FNSubscriptionUPP
- type FOnDesk
- type FPRegIntel
- type FPUInformation
- type FPUInformationIntel64
- type FPUInformationPowerPC
- type FPositive
- type FSAliasInfo
- type FSAliasInfoBitmap
- type FSAliasInfoPtr
- type FSAllocationFlags
- type FSCatalogBulkParam
- type FSCatalogBulkParamPtr
- type FSCatalogInfo
- type FSCatalogInfoBitmap
- type FSCatalogInfoPtr
- type FSEjectStatus
- type FSEventStreamCallback
- type FSEventStreamContext
- type FSEventStreamCreateFlags
- type FSEventStreamEventFlags
- type FSEventStreamEventId
- type FSEventStreamRef
- type FSFileOperationClientContext
- type FSFileOperationRef
- type FSFileOperationStage
- type FSFileSecurityRef
- func FSFileSecurityCreate(arg0 corefoundation.CFAllocatorRef) FSFileSecurityRefdeprecated
- func FSFileSecurityCreateWithFSPermissionInfo(arg0 corefoundation.CFAllocatorRef, arg1 FSPermissionInfo) FSFileSecurityRefdeprecated
- func FSFileSecurityRefCreateCopy(arg0 corefoundation.CFAllocatorRef, arg1 FSFileSecurityRef) FSFileSecurityRefdeprecated
- type FSForkCBInfoParam
- type FSForkCBInfoParamPtr
- type FSForkIOParam
- type FSForkIOParamPtr
- type FSForkInfo
- type FSForkInfoFlags
- type FSForkInfoPtr
- type FSIORefNum
- type FSIterator
- type FSIteratorFlags
- type FSMountStatus
- type FSPermissionInfo
- type FSRangeLockParam
- type FSRangeLockParamPtr
- type FSRef
- type FSRefForkIOParam
- type FSRefForkIOParamPtr
- type FSRefParam
- type FSRefParamPtr
- type FSRefPtr
- type FSSearchParams
- type FSSearchParamsPtr
- type FSSpec
- type FSSpecArrayPtr
- type FSSpecHandle
- type FSSpecPtr
- type FSUnmountStatus
- type FSVolumeEjectUPP
- type FSVolumeInfo
- type FSVolumeInfoBitmap
- type FSVolumeInfoParam
- type FSVolumeInfoParamPtr
- type FSVolumeInfoPtr
- type FSVolumeMountUPP
- type FSVolumeOperation
- type FSVolumeRefNum
- type FSVolumeUnmountUPP
- type FTrash
- type FV
- type FVector
- type FXInfo
- type False32b
- type FatalDateTime
- type FidNotFound
- type FileInfo
- type FirstPickerError
- type FolderClass
- type FolderDesc
- type FolderDescFlags
- type FolderDescPtr
- type FolderInfo
- type FolderLocation
- type FolderManagerNotificationUPP
- type FolderRouting
- type FolderRoutingPtr
- type FolderType
- type Form
- type FormatClass
- type FormatResultType
- type FormatStatus
- type FormatVersionChunk
- type FormatVersionChunkPtr
- type Fs
- type FsRt
- type FsSB
- type FsUnix
- type Fsm
- type GenericDocumentIconResource
- type GestaltAFP
- type GestaltALM
- type GestaltALMHasSF
- type GestaltATA
- type GestaltATSU
- type GestaltATalk
- type GestaltAUX
- type GestaltAVLTree
- type GestaltAliasMgr
- type GestaltAppearance
- type GestaltAppleScript
- type GestaltAppleTalk
- type GestaltBusClk
- type GestaltBusClkSpeedM
- type GestaltCF
- type GestaltCP
- type GestaltCPUAR
- type GestaltCRM
- type GestaltCTB
- type GestaltCarbon
- type GestaltCloseView
- type GestaltCollectionMgr
- type GestaltColor
- type GestaltComponent
- type GestaltCompression
- type GestaltConnMgr
- type GestaltControl
- type GestaltControlMgr
- type GestaltControlStrip
- type GestaltCountOfCP
- type GestaltDBAccessMgr
- type GestaltDITLExt
- type GestaltDTP
- type GestaltDTPFeatures
- type GestaltDesktopPictures
- type GestaltDialog
- type GestaltDictionaryMgr
- type GestaltDigitalSignature
- type GestaltDiskCache
- type GestaltDisplayMgr
- type GestaltDrawSprocket
- type GestaltEasyAccess
- type GestaltEditionMgr
- type GestaltExtToolbox
- type GestaltExtensionTable
- type GestaltFB
- type GestaltFSM
- type GestaltFSSupportsDirectI
- type GestaltFXfrMgr
- type GestaltFileMapping
- type GestaltFindFolderRedirection
- type GestaltFirstSlot
- type GestaltFloppy
- type GestaltGX
- type GestaltGXPrintingMgr
- type GestaltGraphics
- type GestaltHardwareVendor
- type GestaltHasSingleWindowMode
- type GestaltIconUtilities
- type GestaltInternal
- type GestaltLogicalPage
- type GestaltLogicalRAM
- type GestaltLowMemory
- type GestaltMP
- type GestaltMacOSCompatibility
- type GestaltMachine
- type GestaltMemoryMap
- type GestaltMenuMgr
- type GestaltMessageMgr
- type GestaltMixedMode
- type GestaltMultipleUsers
- type GestaltNameRegistry
- type GestaltNotification
- type GestaltNuBus
- type GestaltNuBusSlot
- type GestaltOCE
- type GestaltOS
- type GestaltOpen
- type GestaltOpenFirmware
- type GestaltOpenTpt
- type GestaltOpenTptNetwork
- type GestaltOpenTptNetworkSetup
- type GestaltOpenTptRemoteAccess
- type GestaltPCX
- type GestaltPPC
- type GestaltPhysicalRAM
- type GestaltPhysicalRAMSizeIn
- type GestaltPopup
- type GestaltPortable2001
- type GestaltPowerMgr
- type GestaltPowerPC
- type GestaltProcClk
- type GestaltProcClkSpeedM
- type GestaltProcessorCacheLine
- type GestaltQD3
- type GestaltQD3D
- type GestaltQTVR
- type GestaltQTVRMgr
- type GestaltQuick
- type GestaltQuickTime
- type GestaltQuickTimeConferencing
- type GestaltQuickTimeStreaming
- type GestaltQuickTimeThreadSafe
- type GestaltRBV
- type GestaltROM
- type GestaltRealtimeMgr
- type GestaltSCCRead
- type GestaltSCCWrite
- type GestaltSDPFind
- type GestaltSDPPrompt
- type GestaltSDPStandardDirectory
- type GestaltSMPMailer
- type GestaltSMPSPSendLetter
- type GestaltScrapMgr
- type GestaltScreenCapture
- type GestaltScript
- type GestaltScriptMgr
- type GestaltShutdown
- type GestaltSoftwareVendor
- type GestaltSpeech
- type GestaltSpeechRecognition
- type GestaltSplitOS
- type GestaltStandard
- type GestaltStdNBP
- type GestaltSystem
- type GestaltSystemUpdate
- type GestaltT
- type GestaltTE
- type GestaltTS
- type GestaltTSMT
- type GestaltTeleMgr
- type GestaltTermMgr
- type GestaltToolbox
- type GestaltTranslation
- type GestaltUDF
- type GestaltUSB
- type GestaltUSBPrinterSharing
- type GestaltUserVisibleMachine
- type GestaltVIA1
- type GestaltVIA2
- type GestaltVM
- type GestaltVMBackingStoreFileRef
- type GestaltVMInfo
- type GestaltX86
- type GetMissingComponentResourceUPP
- type GetVolParmsInfoBuffer
- type Greaterthan
- type HFSCatalogNodeID
- type Hm
- type Hr
- type IMemFullErr
- type IOCompletionUPP
- type ISAType
- type IconFamilyElement
- type IconFamilyHandle
- type IconFamilyPtr
- type IconFamilyResource
- type IconRef
- type IconServicesUsageFlags
- type IndexToUCStringProcPtr
- type IndexToUCStringUPP
- type InstrumentChunk
- type InstrumentChunkPtr
- type Int
- type InternalComponentErr
- type InternalScrapErr
- type Intl0Hndl
- type Intl0Ptr
- type Intl0Rec
- type Intl1Hndl
- type Intl1Ptr
- type Intl1Rec
- type IntlText
- type InvalidComponentID
- type InvalidIconRefErr
- type InvalidTranslationPathErr
- type Itl1ExtRec
- type Itl4Handle
- type Itl4Ptr
- type Itl4Rec
- type Itl5Record
- type ItlbExtRecord
- type ItlbRecord
- type Itlc
- type ItlcDisableKeyScript
- type ItlcDisableKeyScriptSync
- type ItlcRecord
- type Iu
- type K32BitHeap
- type K68kInterruptLevelMask
- type KAE
- type KAEAND
- type KAEApplicationActivation
- type KAEDebug
- type KAEDefaultTimeout
- type KAEDescListFactor
- type KAEDoNotPromptForUser
- type KAEHandle
- type KAEIS
- type KAEISGetURL
- type KAEQuit
- type KAEU
- type KAEZoom
- type KAFPExtendedFlagsAlternateAddress
- type KAFPTagLength
- type KAFPTagType
- type KALM
- type KALMLocationNotFound
- type KARM
- type KATSU
- type KAlert
- type KAny
- type KAnyComponent
- type KAppearanceFolderIcon
- type KAppleLogoIcon
- type KAppleManufacturer
- type KAppleScriptBadgeIcon
- type KAppleTalkIcon
- type KAsync
- type KAutoGenerateReturnID
- type KBadAdapterErr
- type KBig5
- type KBlessedBusError
- type KBlessedFolder
- type KBy
- type KCAttrType
- type KCAttribute
- type KCAttributeList
- type KCAuthType
- type KCCallbackInfo
- type KCCallbackUPP
- type KCCertAddOptions
- type KCCertSearchOptions
- type KCEvent
- type KCEventMask
- type KCItemAttr
- type KCItemClass
- type KCItemRef
- type KCProtocolType
- type KCPublicKeyHash
- type KCRef
- type KCSAccept
- type KCSDiskSpaceRecoveryOptionNoU
- type KCSIdentity
- type KCSIdentityClass
- type KCSIdentityCommit
- type KCSIdentityFlag
- type KCSIdentityQuery
- type KCSIdentityQueryEvent
- type KCSIdentityQueryString
- type KCSearchRef
- type KCStatus
- type KCVerifyStopOn
- type KCallingConventionWidth
- type KCertSearch
- type KCertificateKCItemClass
- type KClassKCItemAttr
- type KClassic
- type KClassicPreferencesFolder
- type KClipboardIcon
- type KClipping
- type KCollate
- type KCollection
- type KCollectionDontWant
- type KColorSyncFolderType
- type KColorSyncProfilesFolderType
- type KComponent
- type KComponentDebug
- type KConnSuite
- type KContainerFolderAliasType
- type KCooperativeThread
- type KCoreEndian
- type KCoreEvent
- type KCreateFolder
- type KCreateFolderAtBoot
- type KCurrentMixedModeState
- type KCurrentUserFolder
- type KCustomBadgeResource
- type KCustomIcon
- type KDMGenErr
- type KDOSJapanese
- type KDSp
- type KDTP
- type KDesktopFolderType
- type KDesktopIconResource
- type KDeveloper
- type KDictionariesFolderType
- type KDocumentsFolderType
- type KDropBoxFolder
- type KDuration
- type KExportedFolderAliasType
- type KExtended
- type KFAServerApp
- type KFB
- type KFM
- type KFN
- type KFNDirectoryModified
- type KFNS
- type KFS
- type KFSAliasInfo
- type KFSAlloc
- type KFSCatInfo
- type KFSEjectVolumeForce
- type KFSEventStreamCreate
- type KFSEventStreamEventFlag
- type KFSEventStreamEventIdSince
- type KFSFileOperation
- type KFSInvalidVolumeRef
- type KFSIterate
- type KFSMountServer
- type KFSMountServerMountWithout
- type KFSNode
- type KFSOperationStage
- type KFSPathMakeRef
- type KFSReplaceObject
- type KFSUnmountVolumeForce
- type KFSVolFlag
- type KFSVolInfo
- type KFirstMagicBusyFiletype
- type KFolder
- type KForkInfoFlags
- type KFragment
- type KGenericDocumentIconResource
- type KGenericFolderIcon
- type KGenericPreferencesIconResource
- type KGetDebugOption
- type KHID
- type KHandle
- type KHuge1BitMask
- type KISOLatin1
- type KISOLatinArabic
- type KISOLatinHebrew
- type KISp
- type KIcon
- type KIconFamily
- type KIconServices
- type KIconServices256PixelDataARGB
- type KIconServicesCatalogInfo
- type KIdleKCEvent
- type KIdleKCEventMask
- type KInternetLocation
- type KIsOnDesk
- type KKCAuthType
- type KKCProtocolType
- type KLS
- type KLSLaunch
- type KLSSharedFileList
- type KLSUnknown
- type KLarge1BitMask
- type KLargeIconSize
- type KLastDomain
- type KLaunchToGetTerminology
- type KLocale
- type KLocales
- type KM68kISA
- type KMP
- type KMPAllocate
- type KMPCreateTask
- type KMPMaxAlloc
- type KMPNanokernelNeedsMemory
- type KMPNoI
- type KMPTask
- type KMPTaskInfo
- type KMacArabic
- type KMacCroatian
- type KMacCyrillic
- type KMacFarsi
- type KMacGreek
- type KMacHebrew
- type KMacIcelandic
- type KMacJapanese
- type KMacMemoryMaximumMemoryManagerBlock
- type KMacRoman
- type KMacRomanLatin1
- type KMacRomanStandardVariant
- type KMacRomanian
- type KMacVT100
- type KMachineNameStrI
- type KMagicBusyCreation
- type KMagicTemporaryItemsFolderType
- type KModem
- type KNS
- type KNSp
- type KNav
- type KNewSuspend
- type KNextBody
- type KNoByteCode
- type KNoThreadID
- type KNoUserAuthentication
- type KOSI
- type KOTNoError
- type KOld68kRTA
- type KOnSystemDisk
- type KOpaque
- type KOwnerID2Name
- type KPEF
- type KPEFExpSym
- type KPEFFirstSectionHeader
- type KPEFHash
- type KPEFHashSlot
- type KPEFImpSym
- type KPEFPkData
- type KPEFReloc
- type KPEFRelocBasicOpcode
- type KPEFRelocIncrPositionMax
- type KPEFRelocLg
- type KPEFRelocLgByImportMax
- type KPEFRelocLgRepeatMax
- type KPEFRelocLgSetOrBySectionMax
- type KPEFRelocRunMaxRun
- type KPEFRelocSetPosMax
- type KPEFRelocSmIndexMax
- type KPEFRelocSmRepeatMax
- type KPEFRelocWithSkipMax
- type KPOSIXError
- type KPageInMemory
- type KPascalStackBased
- type KPassSelector
- type KPolicyKCStopOn
- type KPowerHandlerExistsForDeviceErr
- type KProcDescriptorIs
- type KQD
- type KQTSSUnknown
- type KQuickLookFolder
- type KRA
- type KReadExtensionTerms
- type KReadyThreadState
- type KRegisterD0
- type KRelativeFolder
- type KResFileNotOpened
- type KResolveAlias
- type KRoutineDescriptor
- type KRoutineIs
- type KRoutingResource
- type KRsrcChain
- type KSKSearchOption
- type KSOA
- type KSSp
- type KSecOptionReserved
- type KSelectorsAre
- type KServicesFolder
- type KSharedLibrariesFolderType
- type KSharingPrivs
- type KShiftJIS
- type KSleepRequest
- type KSpecial
- type KSpecialCase
- type KStartupFolderIconResource
- type KSystemFolderAliasType
- type KSystemFolderType
- type KSystemIcons
- type KTEC
- type KTECDisable
- type KTECInfoCurrent
- type KTECInternetName
- type KTECPlugin
- type KTECPluginDispatchTable
- type KTMTask
- type KTSM
- type KTSMHilite
- type KTXN
- type KText
- type KTextEncoding
- type KTextEncodingDefault
- type KTextEncodingDefaultFormat
- type KTextEncodingEBCDIC
- type KTextEncodingEUC
- type KTextEncodingISO
- type KTextEncodingMac
- type KTextEncodingMacHF
- type KTextEncodingNextStep
- type KTextServiceClass
- type KTextUnsupportedEncodingErr
- type KTileIconVariant
- type KToolbar
- type KUC
- type KUCBidiCat
- type KUCCharPropType
- type KUCCollate
- type KUCCollateStandard
- type KUCCollateType
- type KUCCollateTypeHFS
- type KUCGenlCat
- type KUCKey
- type KUCKeyAction
- type KUCKeyOutput
- type KUCKeyStateEntry
- type KUCKeyTranslateNoDeadKeys
- type KUCTS
- type KUCTSDirection
- type KUCTSOptions
- type KUCTextBreak
- type KUCTypeSelectMaxList
- type KUR
- type KUSB
- type KUSBInternal
- type KUTCDefault
- type KUTCUnderflowErr
- type KUnicode
- type KUnicodeCollation
- type KUnicodeFallback
- type KUnicodeFallbackSequencing
- type KUnicodeMatch
- type KUnicodeNo
- type KUnicodeTextBreak
- type KUnicodeUse
- type KUnknownException
- type KUnlockStateKCStatus
- type KUse
- type KUserFolderIcon
- type KVCBFlags
- type KWidePosOffsetBit
- type KWidgetsFolderType
- type KWindowsLatin1
- type KWriteReference
- type KX86IS
- type KX86RT
- type KXLibTag1
- type Kernel
- type KeucCn
- type KeucKr
- type Key
- type KeyAE
- type KeyAELaunchedAs
- type KeyAERestoreApp
- type KeyReplyPort
- type KeySOAP
- type KeyUserNameAttr
- type KioACAccessOwnerBit
- type KioACUser
- type KioFCB
- type KioFlAttribLockedBit
- type KioVAtrb
- type Kno
- type KnoUser
- type Ktextencodingiso2022
- type LSAcceptanceFlags
- type LSApplicationParameters
- type LSHandlerOptions
- type LSItemInfoFlags
- type LSItemInfoRecord
- type LSLaunchFSRefSpec
- type LSLaunchFlags
- type LSLaunchURLSpec
- type LSRequestedInfo
- type LSRolesMask
- type LSSharedFileListChangedProcPtr
- type LSSharedFileListItemRef
- type LSSharedFileListRef
- type LSSharedFileListResolutionFlags
- type La
- type Lang
- type Large1BitMask
- type LocalDateTime
- type LocalDateTimeHandle
- type LocalDateTimePtr
- type LocaleAndVariant
- type LocaleNameMask
- type LocaleOperationClass
- type LocaleOperationVariant
- type LocalePartMask
- type LocaleRef
- type LongDateField
- type LongDateTime
- type MDExporterInterfaceStruct
- type MDImporterBundleWrapperURLInterfaceStruct
- type MDImporterInterfaceStruct
- type MDImporterURLInterfaceStruct
- type MDItemRef
- type MDLabelDomain
- type MDLabelRef
- type MDQueryBatchingParams
- type MDQueryCreateResultFunction
- type MDQueryCreateValueFunction
- type MDQueryOptionFlags
- type MDQueryRef
- type MDQuerySortComparatorFunction
- type MDQuerySortOptionFlags
- type MIDIDataChunk
- type MIDIDataChunkPtr
- type MPAddressSpaceID
- type MPAddressSpaceInfo
- type MPCoherenceID
- type MPConsoleID
- type MPCpuID
- type MPCriticalRegionID
- type MPCriticalRegionInfo
- type MPDebuggerLevel
- type MPEventFlags
- type MPEventID
- type MPEventInfo
- type MPIsFullyInitializedProc
- type MPLibrary
- type MPNotificationID
- type MPNotificationInfo
- type MPOpaqueID
- type MPOpaqueIDClass
- type MPPageSizeClass
- type MPProcessID
- type MPQueueID
- type MPQueueInfo
- type MPRemoteContext
- type MPSemaphoreCount
- type MPSemaphoreID
- type MPSemaphoreInfo
- type MPTaskID
- func MPCurrentTaskID() MPTaskIDdeprecated
- type MPTaskInfo
- type MPTaskInfoVersion2
- type MPTaskOptions
- type MPTaskStateKind
- type MPTaskWeight
- type MPTimerID
- type MachineInformation
- type MachineInformationIntel64
- type MachineInformationPowerPC
- type MachineLocation
- type Map
- type Marker
- type MarkerChunk
- type MarkerChunkPtr
- type MarkerIdType
- type Max
- type Mdy
- type MemROZWarn
- type MemoryExceptionInformation
- type MemoryReferenceKind
- type Menu
- type Midi
- type MinCountry
- type MixedModeStateRecord
- type MmInternal
- type MpWorkFlag
- type NItl4Handle
- type NItl4Ptr
- type NItl4Rec
- type Nanoseconds
- type Nbp
- type NmTyp
- type No
- type NoAdrMkErr
- type NoCalls
- type NoDeviceForChannel
- type NoHardware
- type NoLoopingConstants
- type NoMaskFound
- type NoSynthFound
- type NoneTypeConstants
- type NotAQTVRMovieErr
- type NotBTree
- type NotEnoughMemoryErr
- type NotInitErr
- type Nr
- type NumFormatString
- type NumFormatStringRec
- type Number
- type NumberParts
- type NumberPartsPtr
- type OSLAccessorProcPtr
- type OSLAccessorUPP
- type OSLAdjustMarksProcPtr
- type OSLAdjustMarksUPP
- type OSLCompareProcPtr
- type OSLCompareUPP
- type OSLCountProcPtr
- type OSLCountUPP
- type OSLDisposeTokenProcPtr
- type OSLDisposeTokenUPP
- type OSLGetErrDescProcPtr
- type OSLGetErrDescUPP
- type OSLGetMarkTokenProcPtr
- type OSLGetMarkTokenUPP
- type OSLMarkProcPtr
- type OSLMarkUPP
- type OffPair
- type OffsetArray
- type OffsetArrayHandle
- type OffsetArrayPtr
- type OffsetTable
- type OverallActConstants
- type PArcAngle
- type PEFContainerHeader
- type PEFExportedSymbol
- type PEFExportedSymbolHashSlot
- type PEFExportedSymbolKey
- type PEFImportedLibrary
- type PEFImportedSymbol
- type PEFLoaderInfoHeader
- type PEFLoaderRelocationHeader
- type PEFRelocChunk
- type PEFSectionHeader
- type PEFSplitHashWord
- type PFormula
- type PNewElementLoc
- type PScheme
- type PTextStyles
- type ParamBlockRec
- type ParamErr
- type ParmBlkPtr
- type Platform
- type PleaseCacheBit
- type Pm
- type PrinterStatusOpCodeNotSupported
- type ProcInfoType
- type ProcNotFound
- type QElem
- type QElemPtr
- type QHdr
- type QHdrPtr
- type QTypes
- type Qts
- type RAlias
- type RDFlagsType
- type RTAType
- type RcDB
- type RegisterInformation
- type RegisterInformationIntel64
- type RegisterInformationPowerPC
- type RegisterSelectorType
- type RegisteredComponentInstanceRecord
- type RegisteredComponentInstanceRecordPtr
- type RegisteredComponentRecord
- type RegisteredComponentRecordPtr
- type Relop
- type ReqFailed
- type Res
- type ResAttributes
- type ResErrUPP
- type ResFileAttributes
- type ResFileRefNum
- type ResID
- func Unique1ID(arg0 uint32) ResIDdeprecated
- func UniqueID(arg0 uint32) ResIDdeprecated
- type ResourceCount
- func Count1Resources(arg0 uint32) ResourceCountdeprecated
- func Count1Types() ResourceCountdeprecated
- func CountResources(arg0 uint32) ResourceCountdeprecated
- func CountTypes() ResourceCountdeprecated
- type ResourceInMemory
- type ResourceIndex
- type ResourceSpec
- type RomanSysFond
- type RoutineDescriptor
- type RoutineDescriptorHandle
- type RoutineDescriptorPtr
- type RoutineFlagsType
- type RoutineRecord
- type RoutineRecordHandle
- type RoutineRecordPtr
- type RoutingFlags
- type RoutingResourceEntry
- type RoutingResourceHandle
- type RoutingResourcePtr
- type RsrcChainLocation
- type RuleBasedTrslRecord
- type SKDocument
- type SKDocumentID
- type SKDocumentIndexState
- type SKDocumentRef
- func SKDocumentCreate(inScheme corefoundation.CFStringRef, inParent SKDocumentRef, ...) SKDocumentRef
- func SKDocumentCreateWithURL(inURL corefoundation.CFURLRef) SKDocumentRef
- func SKDocumentGetParent(inDocument SKDocumentRef) SKDocumentRef
- func SKIndexCopyDocumentForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) SKDocumentRef
- func SKIndexDocumentIteratorCopyNext(inIterator SKIndexDocumentIteratorRef) SKDocumentRef
- type SKIndexDocumentIteratorRef
- type SKIndexRef
- func SKIndexCreateWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef, ...) SKIndexRef
- func SKIndexCreateWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, ...) SKIndexRef
- func SKIndexOpenWithData(inData corefoundation.CFDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef
- func SKIndexOpenWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef
- func SKIndexOpenWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, ...) SKIndexRef
- type SKIndexType
- type SKSearchGroupRef
- type SKSearchOptions
- type SKSearchRef
- type SKSearchResultsFilterCallBack
- type SKSearchResultsRef
- type SKSearchType
- type SKSummaryRef
- type SchedulerInfoRec
- type SchedulerInfoRecPtr
- type ScriptCodeRun
- type ScriptCodeRunPtr
- type SelectorFunctionUPP
- type ShortDate
- type SiInitSDTblErr
- type SleepQRec
- type SleepQRecPtr
- type SleepQUPP
- type Sm
- type SmChar
- type SmKey
- type SmKeyForceKeyScript
- type SmMask
- type SmResrvErr
- type SmTrans
- type SmUnicode
- type SmWordSelectTable
- type SmallDateBit
- type Smc
- type Smf
- type SmfDisableKeyScriptSync
- type Smsf
- type Sorts
- type SoundDataChunk
- type SoundDataChunkPtr
- type StartupFolderIconResource
- type String2DateStatus
- type StringToDateStatus
- type SysPPtr
- type SystemCurLang
- type TECBufferContextRec
- type TECConversionInfo
- type TECConverterContextRec
- type TECEncodingPairRec
- type TECEncodingPairs
- type TECEncodingPairsHandle
- type TECEncodingPairsPtr
- type TECEncodingPairsRec
- type TECEncodingsListHandle
- type TECEncodingsListPtr
- type TECEncodingsListRec
- type TECInfo
- type TECInfoHandle
- type TECInfoPtr
- type TECInternetNameRec
- type TECInternetNameUsageMask
- type TECInternetNamesHandle
- type TECInternetNamesPtr
- type TECInternetNamesRec
- type TECLocaleListToEncodingListPtr
- type TECLocaleListToEncodingListRec
- type TECLocaleToEncodingsListHandle
- type TECLocaleToEncodingsListPtr
- type TECLocaleToEncodingsListRec
- type TECObjectRef
- type TECPluginDispatchTable
- type TECPluginGetPluginDispatchTablePtr
- type TECPluginSig
- type TECPluginSignature
- type TECPluginStateRec
- type TECPluginVersion
- type TECSnifferContextRec
- type TECSnifferObjectRef
- type TECSubTextEncodingRec
- type TECSubTextEncodingsHandle
- type TECSubTextEncodingsPtr
- type TECSubTextEncodingsRec
- type TMTask
- type TMTaskPtr
- type TScriptingSizeResource
- type TableDirectoryRecord
- type TaskStorageIndex
- type TaskStorageValue
- type TeScrapSizeErr
- type Tel
- type TextBreakLocatorRef
- type TextChunk
- type TextChunkPtr
- type TextEncoding
- type TextEncodingBase
- type TextEncodingFormat
- type TextEncodingNameSelector
- type TextEncodingRec
- type TextEncodingRun
- type TextEncodingRunPtr
- type TextEncodingVariant
- type TextParser
- type TextPtr
- type TextRange
- type TextRangeArray
- type TextRangeArrayHandle
- type TextRangeArrayPtr
- type TextRangeHandle
- type TextRangePtr
- type TextToUnicodeInfo
- type Theme
- type Thread
- type ThreadBadAppContext
- type ThreadEntryTPP
- type ThreadEntryUPP
- type ThreadID
- type ThreadOptions
- type ThreadSchedulerTPP
- type ThreadSchedulerUPP
- type ThreadState
- type ThreadStyle
- type ThreadSwitchTPP
- type ThreadSwitchUPP
- type ThreadTaskRef
- type ThreadTerminationTPP
- type ThreadTerminationUPP
- type TimeCycle24
- type TimerUPP
- type Toggle
- type TogglePB
- type ToggleResults
- type TokLeftQuote
- type Token
- type TokenOK
- type TripleInt
- type Tsm
- type Type
- type TypeApplicationBundleI
- type TypeAudit
- type TypeCF
- type TypeHI
- type TypeReplyPort
- type TypeUT
- type TypeWhoseDescriptor
- type UCCharPropertyType
- type UCCharPropertyValue
- type UCCollateOptions
- type UCCollationValue
- type UCKeyCharSeq
- type UCKeyLayoutFeatureInfo
- type UCKeyModifiersToTableNum
- type UCKeyOutput
- type UCKeySequenceDataIndex
- type UCKeyStateEntryRange
- type UCKeyStateEntryTerminal
- type UCKeyStateRecord
- type UCKeyStateRecordsIndex
- type UCKeyStateTerminators
- type UCKeyToCharTableIndex
- type UCKeyboardLayout
- type UCKeyboardTypeHeader
- type UCTSWalkDirection
- type UCTextBreakOptions
- type UCTextBreakType
- type UCTypeSelectCompareResult
- type UCTypeSelectOptions
- type UCTypeSelectRef
- type UTCDateTime
- type UTCDateTimeHandle
- type UTCDateTimePtr
- type UniCharArrayHandle
- type UniCharArrayOffset
- type UniCharArrayPtr
- type UnicodeMapVersion
- type UnicodeMapping
- type UnicodeMappingPtr
- type UnicodeToTextFallbackUPP
- type UnicodeToTextInfo
- type UnicodeToTextRunInfo
- type UntokenTable
- type UntokenTableHandle
- type UntokenTablePtr
- type Upp
- type Use
- type VLckdErr
- type VectorInformation
- type VectorInformationIntel64
- type VectorInformationPowerPC
- type Ver
- type VerUnspecified
- type Vm
- type VoidPtr
- type VolMount
- type VolMountInfoHeader
- type VolMountInfoPtr
- type VolumeMountInfoHeader
- type VolumeMountInfoHeaderPtr
- type VolumeType
- type WSClientContext
- type WSMethodInvocationRef
- type WSProtocolHandlerRef
- type WSTypeID
- type WideCharArr
- type WritingCode
- type WrongApplicationPlatform
- type XLibContainerHeader
- type XLibExportedSymbol
- type XLibExportedSymbolHashSlot
- type XLibExportedSymbolKey
Constants ¶
const ( // Gestalt16BitAudioSupport: # Discussion Gestalt16BitAudioSupport int = 12 // Gestalt16BitSoundIO: # Discussion Gestalt16BitSoundIO int = 7 Gestalt20thAnniversary int = 512 // Gestalt32BitAddressing: If `true`, the operating system is using 32-bit addressing mode. Gestalt32BitAddressing int = 0 // Gestalt32BitCapable: If `true`, Machine is 32-bit capable. Gestalt32BitCapable int = 2 Gestalt32BitQD int = 512 Gestalt32BitQD11 int = 513 Gestalt32BitQD12 int = 544 Gestalt32BitQD13 int = 560 // Gestalt32BitSysZone: If `true`, there is a 32-bit compatible system zone. Gestalt32BitSysZone int = 1 Gestalt68000 int = 1 Gestalt68010 int = 2 Gestalt68020 int = 3 Gestalt68030 int = 4 Gestalt68030MMU int = 3 Gestalt68040 int = 5 Gestalt68040FPU int = 3 Gestalt68040MMU int = 4 Gestalt68851 int = 2 Gestalt68881 int = 1 Gestalt68882 int = 2 // Gestalt68k: If the [Gestalt] function returns `gestalt68k`, the system is a MC680x0 Macintosh. Gestalt68k int = 1 Gestalt8BitQD int = 256 GestaltADBISOKbdII int = 11 GestaltADBKbdII int = 10 GestaltAMU int = 1 // GestaltATSUUpdate1: Indicates that version 1.1 of ATSUI is installed on the user’s system. GestaltATSUUpdate1 int = 131072 // GestaltATSUUpdate2: Indicates that version 1.2 of ATSUI is installed on the user’s system. GestaltATSUUpdate2 int = 196608 // GestaltATSUUpdate3: Indicates that version 2.0 of ATSUI is installed on the user’s system. GestaltATSUUpdate3 int = 262144 // GestaltATSUUpdate4: Indicates that ATSUI for a version of macOS from 10.0.1 through 10.0.4 is installed on the user’s system. GestaltATSUUpdate4 int = 327680 // GestaltATSUUpdate5: Indicates that version 2.3 of ATSUI is installed on the user’s system. GestaltATSUUpdate5 int = 393216 // GestaltATSUUpdate6: Indicates that version 2.4 of ATSUI is installed on the user’s system. GestaltATSUUpdate6 int = 458752 // GestaltATSUUpdate7: Indicates that version 2.5 of ATSUI is installed on the user’s system. GestaltATSUUpdate7 int = 524288 // GestaltATSUVersion: Specifies the version of ATSUI installed on the user’s system. GestaltATSUVersion int = 'u'<<24 | 'i'<<16 | 's'<<8 | 'v' // 'uisv' GestaltAWS6150_60 int = 75 GestaltAWS6150_66 int = 100 GestaltAWS8150_110 int = 40 GestaltAWS8150_80 int = 65 GestaltAWS8550 int = 68 GestaltAWS9150_120 int = 57 GestaltAWS9150_80 int = 39 // GestaltAddressingModeAttr: The [Gestalt] selector you pass to determine the addressing mode attributes that are present. GestaltAddressingModeAttr int = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr' // GestaltAdminFeaturesFlagsAttr: The [Gestalt] selector you pass to determine the admin features that are present. GestaltAdminFeaturesFlagsAttr int = 'f'<<24 | 'r'<<16 | 'e'<<8 | 'd' // 'fred' GestaltAllegroQD int = 592 // GestaltAllegroQDText: This is the version of QuickDraw Text used with Mac OS 8.2 and up. GestaltAllegroQDText int = 256 GestaltAltivecRegistersSwappedCorrectlyBit int = 20 // GestaltAntiAliasedTextAvailable: Capable of antialiased text. GestaltAntiAliasedTextAvailable int = 2 GestaltAppleAdjustADBKbd int = 15 GestaltAppleAdjustISOKbd int = 16 GestaltAppleAdjustKeypad int = 14 // GestaltAppleEventsAttr: # Discussion GestaltAppleEventsAttr int = 'e'<<24 | 'v'<<16 | 'n'<<8 | 't' // 'evnt' // GestaltAppleEventsPresent: A [Gestalt] attribute constant. GestaltAppleEventsPresent int = 0 GestaltAppleGuideIsDebug int = 30 GestaltAppleGuidePresent int = 31 GestaltArbitorAttr int = 'a'<<24 | 'r'<<16 | 'b'<<8 | ' ' // 'arb ' GestaltArm int = 20 GestaltAsyncSCSI int = 0 GestaltAsyncSCSIINROM int = 1 // GestaltBuiltInSoundInput: Set if a built-in sound input device is available. GestaltBuiltInSoundInput int = 4 GestaltCPU601 int = 257 GestaltCPU603 int = 259 GestaltCPU603e int = 262 GestaltCPU603ev int = 263 GestaltCPU604 int = 260 GestaltCPU604e int = 265 GestaltCPU604ev int = 266 GestaltCPU68000 int = 0 GestaltCPU68010 int = 1 GestaltCPU68020 int = 2 GestaltCPU68030 int = 3 GestaltCPU68040 int = 4 GestaltCPU750 int = 264 GestaltCPUG4 int = 268 GestaltCPUG47450 int = 272 // GestaltCanStartDragInFloatWindow: If the bit specified by this mask is set, the Drag Manager can start a drag in a floating window. GestaltCanStartDragInFloatWindow int = 4 GestaltCanUseCGTextRendering int = 6 GestaltCardServicesPresent int = 0 GestaltClassic int = 1 GestaltClassicII int = 23 // GestaltColorMatchingAttr: The selector for obtaining version information. GestaltColorMatchingAttr int = 'c'<<24 | 'm'<<16 | 't'<<8 | 'a' // 'cmta' // GestaltColorMatchingLibLoaded: This constant is provided for backward compatibility only. GestaltColorMatchingLibLoaded int = 1 GestaltCreatesAliasFontRsrc int = 4 GestaltCurrentGraphicsVersion int = 66048 // GestaltDTMgrSupportsFSM: If this bit is set in the `response` parameter, the desktop database supports File System Manager-based foreign file systems. GestaltDTMgrSupportsFSM int = 7 // GestaltDesktopSpeechRecognition: If this bit is set, the Speech Recognition Manager supports the desktop microphone. GestaltDesktopSpeechRecognition int = 1 // GestaltDragMgrAttr: The Gestalt selector passed to determine what features of the Drag Manager are present. GestaltDragMgrAttr int = 'd'<<24 | 'r'<<16 | 'a'<<8 | 'g' // 'drag' // GestaltDragMgrFloatingWind: If the bit specified by this mask is set, the Drag Manager floating window support functions are available. GestaltDragMgrFloatingWind int = 1 // GestaltDragMgrHasImageSupport: If the bit specified by this mask is set, the Drag Manager image support functions are available. GestaltDragMgrHasImageSupport int = 3 // GestaltDragMgrPresent: If the bit specified by this mask is set, the Drag Manager functions are available. GestaltDragMgrPresent int = 0 // GestaltDupSelectorErr: Specifies you tried to add an entry that already existed. GestaltDupSelectorErr int = -5552 GestaltEMMU1 int = 5 GestaltExtADBKbd int = 4 GestaltExtISOADBKbd int = 9 // GestaltExtendedTimeMgr: If this bit is set, the extended Time Manager is present. GestaltExtendedTimeMgr int = 3 GestaltExtendedWindowAttributes int = 1 GestaltExtendedWindowAttributesBit int = 1 GestaltExtendedWindowAttributesMask int = 2 GestaltFBCCurrentVersion int = 17 GestaltFBCVersion int = 'f'<<24 | 'b'<<16 | 'c'<<8 | 'v' // 'fbcv' // GestaltFPUType: A constant that represents the type of floating-point unit currently installed, if any. GestaltFPUType int = 'f'<<24 | 'p'<<16 | 'u'<<8 | ' ' // 'fpu ' GestaltFSAllowsConcurrentAsyncIO int = 17 // GestaltFSAttr: A selector you pass to the [Gestalt] function. GestaltFSAttr int = 'f'<<24 | 's'<<16 | ' '<<8 | ' ' // 'fs ' // GestaltFSIncompatibleDFA82: If this bit is set in the `response` parameter, VCB and FCB structures are changed; DFA 8.2 is incompatible. GestaltFSIncompatibleDFA82 int = 10 // GestaltFSMDoesDynamicLoad: If this bit is set in the `response` parameter, the File System Manager supports dynamic loading of external file system code resources. GestaltFSMDoesDynamicLoad int = 3 // GestaltFSNoMFSVols: If this bit is set in the `response` parameter, the file system does not support MFS volumes. GestaltFSNoMFSVols int = 8 // GestaltFSSupports2TBVols: If this bit is set in the `response` parameter, the file system supports 2 terabyte volumes. GestaltFSSupports2TBVols int = 5 // GestaltFSSupports4GBVols: If this bit is set in the `response` parameter, the file system supports 4 gigabyte volumes. GestaltFSSupports4GBVols int = 4 GestaltFSSupportsExclusiveLocks int = 15 // GestaltFSSupportsHFSPlusVols: If this bit is set in the `response` parameter, the file system supports HFS Plus volumes. GestaltFSSupportsHFSPlusVols int = 9 GestaltFSSupportsHardLinkDetection int = 16 GestaltFSUsesPOSIXPathsForConversion int = 14 GestaltFileAllocationZeroedBlocksBit int = 4 // GestaltFindFolderAttr: The selector you pass to the [Gestalt] function to determine the [FindFolder] function attributes. GestaltFindFolderAttr int = 'f'<<24 | 'o'<<16 | 'l'<<8 | 'd' // 'fold' GestaltFindFolderPresent int = 0 GestaltFinderAttr int = 'f'<<24 | 'n'<<16 | 'd'<<8 | 'r' // 'fndr' GestaltFinderCallsAEProcess int = 2 GestaltFinderDropEvent int = 0 GestaltFinderFloppyRootComments int = 8 GestaltFinderFullDragManagerSupport int = 7 GestaltFinderHasClippings int = 6 GestaltFinderLargeAndNotSavedFlavorsOK int = 9 GestaltFinderMagicPlacement int = 1 GestaltFinderSupports4GBVolumes int = 4 GestaltFinderUnderstandsRedirectedDesktopFolder int = 11 GestaltFinderUsesExtensibleFolderManager int = 10 // GestaltFinderUsesSpecialOpenFoldersFile: Specifies that the Finder uses a special file to store the list of open folders. GestaltFinderUsesSpecialOpenFoldersFile int = 0 // GestaltFolderDescSupport: If this bit is set, the extended Folder Manager functionality supporting folder descriptors and routings is available. GestaltFolderDescSupport int = 1 GestaltFolderMgrFollowsAliasesWhenResolving int = 2 GestaltFolderMgrSupportsDomains int = 4 GestaltFolderMgrSupportsExtendedCalls int = 3 GestaltFolderMgrSupportsFSCalls int = 5 // GestaltFontMgrAttr: The [Gestalt] selector you pass to determine which Font Manager attributes are present. GestaltFontMgrAttr int = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font' GestaltFrontWindowMayBeHiddenBit int = 8 GestaltFrontWindowMayBeHiddenMask int = 256 // GestaltFullExtFSDispatching: # Discussion GestaltFullExtFSDispatching int = 0 GestaltGraphicsVersion int = 'g'<<24 | 'r'<<16 | 'f'<<8 | 'x' // 'grfx' // GestaltHardwareAttr: # Discussion GestaltHardwareAttr int = 'h'<<24 | 'd'<<16 | 'w'<<8 | 'r' // 'hdwr' GestaltHasASC int = 3 GestaltHasColor int = 0 GestaltHasDeepGWorlds int = 1 GestaltHasDirectPixMaps int = 2 GestaltHasEnhancedLtalk int = 30 // GestaltHasExtendedDiskInit: # Discussion GestaltHasExtendedDiskInit int = 6 GestaltHasFMTuner int = 7 // GestaltHasFSSpecCalls: If this bit is set in the `response` parameter, the operating environment provides the file system specification ([FSSpec]) versions of the basic file-manipulation functions, as well as the [FSMakeFSSpec] function. GestaltHasFSSpecCalls int = 1 // GestaltHasFileSystemManager: If this bit is set in the `response` parameter, the File System Manager is present. GestaltHasFileSystemManager int = 2 GestaltHasFloatingWindows int = 2 GestaltHasFloatingWindowsBit int = 2 GestaltHasFloatingWindowsMask int = 4 GestaltHasGPIaToDCDa int = 0 GestaltHasGPIaToRTxCa int = 1 GestaltHasGPIbToDCDb int = 2 GestaltHasGrayishTextOr int = 3 // GestaltHasHFSPlusAPIs: # Discussion GestaltHasHFSPlusAPIs int = 12 GestaltHasHWClosedCaptioning int = 2 GestaltHasIRRemote int = 3 GestaltHasParityCapability int = 0 GestaltHasResourceOverrides int = 1 // GestaltHasSCC: # Discussion GestaltHasSCC int = 4 // GestaltHasSCSI: The `gestaltHasSCSI` bit means the machine is equipped with a SCSI implementation based on the 53C80 chip, which was introduced in the Macintosh Plus. GestaltHasSCSI int = 7 // GestaltHasSCSI961: This bit is set if the machine has a SCSI implementation based on the 53C96 chip installed on an internal bus. GestaltHasSCSI961 int = 21 // GestaltHasSCSI962: This bit is set if the machine has a SCSI implementation based on the 53C96 chip installed on an external bus. GestaltHasSCSI962 int = 22 GestaltHasSerialFader int = 6 GestaltHasSoftPowerOff int = 19 GestaltHasSoundFader int = 1 // GestaltHasSoundInputDevice: Set if a sound input device is available. GestaltHasSoundInputDevice int = 5 GestaltHasStereoDecoder int = 5 GestaltHasSystemIRFunction int = 8 GestaltHasTVTuner int = 0 GestaltHasUniversalROM int = 24 GestaltHasVIA1 int = 0 GestaltHasVIA2 int = 1 GestaltHasVidDecoderScaler int = 4 GestaltHasWindowBuffering int = 3 GestaltHasWindowBufferingBit int = 3 GestaltHasWindowBufferingMask int = 8 GestaltHasWindowShadowsBit int = 6 GestaltHasWindowShadowsMask int = 64 GestaltHasZoomedVideo int = 11 // GestaltHelpMgrAttr: The selector you pass to the [Gestalt] function to determine the Help Manager attributes. GestaltHelpMgrAttr int = 'h'<<24 | 'e'<<16 | 'l'<<8 | 'p' // 'help' GestaltHelpMgrExtensions int = 1 GestaltHelpMgrPresent int = 0 GestaltHidePortA int = 3 GestaltHidePortB int = 4 // GestaltHighLevelMatching: This constant is provided for backward compatibility only. GestaltHighLevelMatching int = 0 GestaltINeedIRPowerOffConfirm int = 10 GestaltIPCSupport int = 7 GestaltIRDisabled int = 9 GestaltInitHeapZerosOutHeapsBit int = 1 // GestaltIntel: If the [Gestalt] function returns `gestaltIntel`, the system is is an Intel-based Macintosh. GestaltIntel int = 10 GestaltJapanAdjustADBKbd int = 17 // GestaltKeyboardType: # Discussion GestaltKeyboardType int = 'k'<<24 | 'b'<<16 | 'd'<<8 | ' ' // 'kbd ' // GestaltLaunchCanReturn: # Discussion GestaltLaunchCanReturn int = 1 // GestaltLaunchControl: If this bit is set, the Process Manager is available. GestaltLaunchControl int = 3 // GestaltLaunchFullFileSpec: # Discussion GestaltLaunchFullFileSpec int = 2 // GestaltLineLevelInput: # Discussion GestaltLineLevelInput int = 9 // GestaltLocationErr: Specifies the gestalt function ptr was not in the system heap. GestaltLocationErr int = -5553 GestaltMBLegacy int = 0 GestaltMBMultipleBays int = 2 GestaltMBSingleBay int = 1 // GestaltMMUType: The selector you pass to the [Gestalt] function to determine the type of MMU currently installed. GestaltMMUType int = 'm'<<24 | 'm'<<16 | 'u'<<8 | ' ' // 'mmu ' GestaltMac512KE int = 3 GestaltMacAndPad int = 2 GestaltMacCentris610 int = 52 GestaltMacCentris650 int = 30 GestaltMacCentris660AV int = 60 GestaltMacClassic int = 17 GestaltMacColorClassic int = 49 GestaltMacII int = 6 GestaltMacIIci int = 11 GestaltMacIIcx int = 8 GestaltMacIIfx int = 13 GestaltMacIIsi int = 18 GestaltMacIIvi int = 44 GestaltMacIIvm int = 45 GestaltMacIIvx int = 48 GestaltMacIIx int = 7 GestaltMacKbd int = 1 GestaltMacLC int = 19 GestaltMacLC475 int = 89 GestaltMacLC520 int = 56 GestaltMacLC575 int = 92 GestaltMacLC580 int = 99 GestaltMacLCII int = 37 GestaltMacLCIII int = 27 GestaltMacOSCompatibilityValue int = 1206 GestaltMacOSXQD int = 768 GestaltMacOSXQDText int = 512 GestaltMacPlus int = 4 GestaltMacPlusKbd int = 3 GestaltMacQuadra605 int = 94 GestaltMacQuadra610 int = 53 GestaltMacQuadra630 int = 98 GestaltMacQuadra650 int = 36 GestaltMacQuadra660AV int = 60 GestaltMacQuadra700 int = 22 GestaltMacQuadra800 int = 35 GestaltMacQuadra840AV int = 78 GestaltMacQuadra900 int = 20 GestaltMacQuadra950 int = 26 GestaltMacSE int = 5 GestaltMacSE030 int = 9 GestaltMacTV int = 88 GestaltMacXL int = 2 GestaltMachineType int = 'm'<<24 | 'a'<<16 | 'c'<<8 | 'h' // 'mach' GestaltMediaBay int = 'm'<<24 | 'b'<<16 | 'e'<<8 | 'h' // 'mbeh' // GestaltMiscAttr: The selector you pass to the [Gestalt] function to determine information about miscellaneous pieces of the Operating System or hardware configuration. GestaltMiscAttr int = 'm'<<24 | 'i'<<16 | 's'<<8 | 'c' // 'misc' // GestaltMixedModeAttr: The Gestalt selector you pass to determine what version of Mixed Mode Manager is present. GestaltMixedModeAttr int = 'm'<<24 | 'i'<<16 | 'x'<<8 | 'd' // 'mixd' // GestaltMixedModeCFM68K: True if Mixed Mode supports CFM-68K calling conventions GestaltMixedModeCFM68K int = 1 // GestaltMixedModeCFM68KHasState: True if CFM-68K Mixed Mode exports Save/RestoreMixedModeState GestaltMixedModeCFM68KHasState int = 3 // GestaltMixedModeCFM68KHasTrap: True if CFM-68K Mixed Mode implements `_MixedModeDispatch` (versions 1.0.1 and prior did not) GestaltMixedModeCFM68KHasTrap int = 2 // GestaltMixedModePowerPC: True if Mixed Mode supports PowerPC ABI calling conventions GestaltMixedModePowerPC int = 0 // GestaltMultiChannels: # Discussion GestaltMultiChannels int = 11 // GestaltMustUseFCBAccessors: If this bit is set in the `response` parameter, the File Manager no longer supports the low memory globals [FCBSPtr] and [FSFCBLen]. GestaltMustUseFCBAccessors int = 13 GestaltNativeCPUfamily int = 'c'<<24 | 'p'<<16 | 'u'<<8 | 'f' // 'cpuf' // GestaltNativeCPUtype: # Discussion GestaltNativeCPUtype int = 'c'<<24 | 'p'<<16 | 'u'<<8 | 't' // 'cput' GestaltNativeProcessMgrBit int = 19 // GestaltNativeTimeMgr: If this bit is set, the native Time Manager is present. GestaltNativeTimeMgr int = 4 GestaltNativeType1FontSupport int = 5 GestaltNewHandleReturnsZeroedMemoryBit int = 2 GestaltNewPtrReturnsZeroedMemoryBit int = 3 GestaltNoFPU int = 0 GestaltNoMMU int = 0 GestaltNuBusPresent int = 1 GestaltOCETB int = 258 GestaltOCEToolboxVersion int = 'o'<<24 | 'c'<<16 | 'e'<<8 | 't' // 'ocet' // GestaltOFA2available: OFA2 is available. GestaltOFA2available int = 3 // GestaltOSAttr: # Discussion GestaltOSAttr int = 'o'<<24 | 's'<<16 | ' '<<8 | ' ' // 'os ' GestaltOSLCompliantFinder int = 3 // GestaltOSLInSystem: A [Gestalt] attribute constant. GestaltOSLInSystem int = 2 GestaltOSXFBCCurrentVersion int = 256 // GestaltOriginalATSUVersion: Indicates that version 1.0 of ATSUI is installed on the user’s system. GestaltOriginalATSUVersion int = 65536 GestaltOriginalQD int = 0 // GestaltOriginalQDText: This is the original version of QuickDraw Text, used through Mac OS 8.1. GestaltOriginalQDText int = 0 // GestaltOutlineFonts: If `true`, outline fonts are supported. GestaltOutlineFonts int = 0 GestaltPCCard int = 'p'<<24 | 'c'<<16 | 'c'<<8 | 'd' // 'pccd' GestaltPCCardFamilyPresent int = 1 GestaltPCCardHasPowerControl int = 2 GestaltPCCardSupportsCardBus int = 3 // GestaltPMgrCPUIdle: If true the CPU is capable of going into a low–power-consumption state. GestaltPMgrCPUIdle int = 1 // GestaltPMgrDispatchExists: If true, Dispatch is present. GestaltPMgrDispatchExists int = 4 // GestaltPMgrExists: If true, the Power Manager is present. GestaltPMgrExists int = 0 // GestaltPMgrSCC: If true, it is possible to stop the SCC clock, thus effectively turning off the serial ports. GestaltPMgrSCC int = 2 // GestaltPMgrSound: If true, it is possible to turn off power to the sound circuits. GestaltPMgrSound int = 3 GestaltPMgrSupportsAVPowerStateAtSleepWake int = 5 // GestaltPPCDragLibPresent: If the bit specified by this mask is set, the Drag Manager PPC Drag Library functions are available. GestaltPPCDragLibPresent int = 2 GestaltPPCQuickTimeLibPresent int = 0 GestaltPS2Keyboard int = 27 // GestaltParityAttr: # Discussion GestaltParityAttr int = 'p'<<24 | 'r'<<16 | 't'<<8 | 'y' // 'prty' GestaltParityEnabled int = 1 // GestaltPartialRsrcs: If `true`, partial resources exist. GestaltPartialRsrcs int = 0 GestaltPerforma250 int = 49 GestaltPerforma450 int = 27 GestaltPerforma46x int = 62 GestaltPerforma47x int = 89 GestaltPerforma5300 int = 41 GestaltPerforma550 int = 80 GestaltPerforma580 int = 99 GestaltPerforma600 int = 45 GestaltPerforma6300 int = 42 GestaltPerforma6360 int = 58 GestaltPerforma6400 int = 58 // GestaltPlayAndRecord: # Discussion GestaltPlayAndRecord int = 6 GestaltPortADisabled int = 5 GestaltPortBDisabled int = 6 GestaltPortable int = 10 GestaltPortableSlotPresent int = 4 GestaltPortableUSBANSIKbd int = 37 GestaltPortableUSBISOKbd int = 38 GestaltPortableUSBJISKbd int = 39 GestaltPowerBook100 int = 24 GestaltPowerBook140 int = 25 GestaltPowerBook1400 int = 310 GestaltPowerBook145 int = 54 GestaltPowerBook150 int = 115 GestaltPowerBook160 int = 34 GestaltPowerBook165 int = 84 GestaltPowerBook165c int = 50 GestaltPowerBook170 int = 21 GestaltPowerBook180 int = 33 GestaltPowerBook180c int = 71 GestaltPowerBook190 int = 85 GestaltPowerBook2400 int = 307 GestaltPowerBook3400 int = 306 GestaltPowerBook500PPCUpgrade int = 126 GestaltPowerBook520 int = 72 GestaltPowerBook520c int = 72 GestaltPowerBook5300 int = 128 GestaltPowerBook540 int = 72 GestaltPowerBook540c int = 72 GestaltPowerBookDuo210 int = 29 GestaltPowerBookDuo230 int = 32 GestaltPowerBookDuo2300 int = 124 GestaltPowerBookDuo250 int = 38 GestaltPowerBookDuo270c int = 77 GestaltPowerBookDuo280 int = 102 GestaltPowerBookDuo280c int = 103 GestaltPowerBookG3 int = 313 GestaltPowerBookG3Series int = 312 GestaltPowerBookG3Series2 int = 314 GestaltPowerMac4400 int = 515 GestaltPowerMac4400_160 int = 514 GestaltPowerMac5200 int = 41 GestaltPowerMac5260 int = 41 GestaltPowerMac5400 int = 74 GestaltPowerMac5500 int = 512 GestaltPowerMac6100_60 int = 75 GestaltPowerMac6100_66 int = 100 GestaltPowerMac6200 int = 42 GestaltPowerMac6400 int = 58 GestaltPowerMac6500 int = 513 GestaltPowerMac7100_66 int = 112 GestaltPowerMac7100_80 int = 47 GestaltPowerMac7200 int = 108 GestaltPowerMac7300 int = 109 GestaltPowerMac7500 int = 68 GestaltPowerMac7600 int = 68 GestaltPowerMac8100_100 int = 55 GestaltPowerMac8100_110 int = 40 GestaltPowerMac8100_120 int = 12 GestaltPowerMac8100_80 int = 65 GestaltPowerMac8500 int = 69 GestaltPowerMac8600 int = 69 GestaltPowerMac9500 int = 67 GestaltPowerMac9600 int = 67 GestaltPowerMacCentris610 int = 119 GestaltPowerMacCentris650 int = 120 GestaltPowerMacG3 int = 510 GestaltPowerMacLC475 int = 104 GestaltPowerMacLC575 int = 105 GestaltPowerMacLC630 int = 106 GestaltPowerMacNewWorld int = 406 GestaltPowerMacPerforma47x int = 104 GestaltPowerMacPerforma57x int = 105 GestaltPowerMacPerforma63x int = 106 GestaltPowerMacQuadra610 int = 121 GestaltPowerMacQuadra630 int = 106 GestaltPowerMacQuadra650 int = 122 GestaltPowerMacQuadra700 int = 116 GestaltPowerMacQuadra800 int = 123 GestaltPowerMacQuadra900 int = 117 GestaltPowerMacQuadra950 int = 118 // GestaltPowerMgrAttr: The [Gestalt] selector you pass to determine which Power Manager capabilities are available. GestaltPowerMgrAttr int = 'p'<<24 | 'o'<<16 | 'w'<<8 | 'r' // 'powr' // GestaltPowerPCValue: If the [Gestalt] function returns `gestaltPowerPC`, the system is a PowerPC Macintosh. GestaltPowerPCValue int = 2 // GestaltPowerPCAware: Old name for `gestaltMixedModePowerPC` GestaltPowerPCAware int = 0 GestaltProF16ANSIKbd int = 31 GestaltProF16ISOKbd int = 32 GestaltProF16JISKbd int = 33 // GestaltProcessorType: The selector you pass to the [Gestalt] function to determine the type of microprocessor currently running. GestaltProcessorType int = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'c' // 'proc' GestaltPrtblADBKbd int = 6 GestaltPrtblISOKbd int = 7 GestaltPwrBk99JISKbd int = 201 GestaltPwrBkEKDomKbd int = 195 GestaltPwrBkEKISOKbd int = 196 GestaltPwrBkEKJISKbd int = 197 GestaltPwrBkExtADBKbd int = 24 GestaltPwrBkExtISOKbd int = 20 GestaltPwrBkExtJISKbd int = 21 GestaltPwrBkSubDomKbd int = 28 GestaltPwrBkSubISOKbd int = 29 GestaltPwrBkSubJISKbd int = 30 GestaltPwrBookADBKbd int = 12 GestaltPwrBookISOADBKbd int = 13 GestaltQDHasLongRowBytes int = 5 GestaltQDTextFeatures int = 'q'<<24 | 'd'<<16 | 't'<<8 | 'f' // 'qdtf' GestaltQDTextVersion int = 'q'<<24 | 'd'<<16 | 't'<<8 | 'x' // 'qdtx' GestaltQuadra605 int = 94 GestaltQuadra610 int = 53 GestaltQuadra630 int = 98 GestaltQuadra650 int = 36 GestaltQuadra660AV int = 60 GestaltQuadra700 int = 22 GestaltQuadra800 int = 35 GestaltQuadra840AV int = 78 GestaltQuadra900 int = 20 GestaltQuadra950 int = 26 GestaltQuickTimeFeatures int = 'q'<<24 | 't'<<16 | 'r'<<8 | 's' // 'qtrs' // GestaltQuickdrawFeatures: The selector you pass to the [Gestalt] function to determine the QuickDraw features. GestaltQuickdrawFeatures int = 'q'<<24 | 'd'<<16 | 'r'<<8 | 'w' // 'qdrw' // GestaltQuickdrawVersion: The Gestalt selector you pass to determine what version of QuickDraw is present. GestaltQuickdrawVersion int = 'q'<<24 | 'd'<<16 | ' '<<8 | ' ' // 'qd ' GestaltRMFakeAppleMenuItemsRolledIn int = 1 GestaltRMForceSysHeapRolledIn int = 0 GestaltRMSupportsFSCalls int = 4 GestaltRMTypeIndexOrderingReverse int = 8 // GestaltRealTempMemory: If `true`, temporary memory handles are real. GestaltRealTempMemory int = 5 // GestaltResourceMgrAttr: The [Gestalt] selector you pass to determine which Resource Manager attributes are present. GestaltResourceMgrAttr int = 'r'<<24 | 's'<<16 | 'r'<<8 | 'c' // 'rsrc' GestaltResourceMgrBugFixesAttrs int = 'r'<<24 | 'm'<<16 | 'b'<<8 | 'g' // 'rmbg' // GestaltRevisedTimeMgr: If this bit is set, the revised Time Manager is present. GestaltRevisedTimeMgr int = 2 GestaltSCSI int = 's'<<24 | 'c'<<16 | 's'<<8 | 'i' // 'scsi' GestaltSCSIPollSIH int = 3 GestaltSCSISlotBoot int = 2 GestaltSE30SlotPresent int = 3 GestaltSESlotPresent int = 2 GestaltSFServer int = 256 GestaltSafeOFAttr int = 's'<<24 | 'a'<<16 | 'f'<<8 | 'e' // 'safe' GestaltSanityCheckResourceFiles int = 2 // GestaltSbitFontSupport: sbit-only fonts are supported. GestaltSbitFontSupport int = 1 // GestaltScriptingSupport: # Discussion GestaltScriptingSupport int = 1 GestaltScrollingThrottle int = 0 GestaltSerialArbitrationExists int = 0 // GestaltSerialAttr: The selector you pass to the [Gestalt] function to determine the serial hardware attributes of the machine, such as whether or not the GPIa line is connected and can be used for external clocking. GestaltSerialAttr int = 's'<<24 | 'e'<<16 | 'r'<<8 | ' ' // 'ser ' GestaltSetDragImageUpdates int = 5 GestaltSheetsAreWindowModalBit int = 7 GestaltSheetsAreWindowModalMask int = 128 // GestaltSlotAttr: The selector you pass to the [Gestalt] function to determine the Slot Manager attributes. GestaltSlotAttr int = 's'<<24 | 'l'<<16 | 'o'<<8 | 't' // 'slot' GestaltSlotMgrExists int = 0 // GestaltSndPlayDoubleBuffer: # Discussion GestaltSndPlayDoubleBuffer int = 10 // GestaltSoundAttr: The Gestalt selector which you pass to the [Gestalt] function. GestaltSoundAttr int = 's'<<24 | 'n'<<16 | 'd'<<8 | ' ' // 'snd ' // GestaltSoundIOMgrPresent: Set if the Sound Input Manager is available. GestaltSoundIOMgrPresent int = 3 // GestaltSpecificMatchSupport: This bit is set if the Thread Manager supports the allocation of threads based on an exact match with the requested stack size. GestaltSpecificMatchSupport int = 1 // GestaltSpeechRecognitionAttr: The selector which you pass to the [Gestalt] function to determine the Speech Recognition Manager attributes. GestaltSpeechRecognitionAttr int = 's'<<24 | 'r'<<16 | 't'<<8 | 'a' // 'srta' GestaltSquareMenuBar int = 2 // GestaltStandardTimeMgr: If this bit is set, the original Time Manager is present. GestaltStandardTimeMgr int = 1 GestaltStdADBKbd int = 5 GestaltStdISOADBKbd int = 8 // GestaltStereoCapability: Set if the built-in sound hardware is able to produce stereo sounds. GestaltStereoCapability int = 0 // GestaltStereoInput: # Discussion GestaltStereoInput int = 8 // GestaltStereoMixing: Set if the built-in sound hardware mixes both left and right channels of stereo sound into a single audio signal for the internal speaker. GestaltStereoMixing int = 1 GestaltSupportsApplicationURL int = 4 GestaltSupportsFSpResourceFileAlreadyOpenBit int = 3 GestaltSupportsMirroring int = 4 // GestaltSysArchitecture: The selector you pass to the [Gestalt] function to determine the native system architecture. GestaltSysArchitecture int = 's'<<24 | 'y'<<16 | 's'<<8 | 'a' // 'sysa' GestaltSysDebuggerSupport int = 8 GestaltSysZoneGrowable int = 0 // GestaltTE1: The version of TextEdit found in Mac IIci ROM. GestaltTE1 int = 1 // GestaltTE2: The version of TextEdit shipped with 6.0.4 Script Systems on Mac IIci (Script bug fixes for Mac IIci). GestaltTE2 int = 2 // GestaltTE3: The version of TextEdit shipped with 6.0.4 Script Systems (all but Mac IIci). GestaltTE3 int = 3 // GestaltTE4: The version of TextEdit shipped in System 7.0. GestaltTE4 int = 4 // GestaltTE5: [TextWidthHook] is available in TextEdit. GestaltTE5 int = 5 GestaltTVAttr int = 't'<<24 | 'v'<<16 | ' '<<8 | ' ' // 'tv ' // GestaltTelephoneSpeechRecognition: If this bit is set, the Speech Recognition Manager supports telephone input. GestaltTelephoneSpeechRecognition int = 2 // GestaltTempMemSupport: If `true`, there is temporary memory support. GestaltTempMemSupport int = 4 // GestaltTempMemTracked: If `true`, temporary memory handles are tracked. GestaltTempMemTracked int = 6 // GestaltTextEditVersion: The [Gestalt] selector you pass to determine what version of TextEdit is present. GestaltTextEditVersion int = 't'<<24 | 'e'<<16 | ' '<<8 | ' ' // 'te ' GestaltThirdPartyANSIKbd int = 40 GestaltThirdPartyISOKbd int = 41 GestaltThirdPartyJISKbd int = 42 GestaltThreadMgrAttr int = 't'<<24 | 'h'<<16 | 'd'<<8 | 's' // 'thds' // GestaltThreadMgrPresent: This bit is set if the Thread Manager is present. GestaltThreadMgrPresent int = 0 // GestaltThreadsLibraryPresent: This bit is set if the native version of the threads library has been loaded. GestaltThreadsLibraryPresent int = 2 // GestaltTimeMgrVersion: The Gestalt selector you pass to determine what version of the Time Manager is present. GestaltTimeMgrVersion int = 't'<<24 | 'm'<<16 | 'g'<<8 | 'r' // 'tmgr' GestaltUSBAndyANSIKbd int = 204 GestaltUSBAndyISOKbd int = 205 GestaltUSBAndyJISKbd int = 206 GestaltUSBCosmoANSIKbd int = 198 GestaltUSBCosmoISOKbd int = 199 GestaltUSBCosmoJISKbd int = 200 GestaltUSBProF16ANSIKbd int = 34 GestaltUSBProF16ISOKbd int = 35 GestaltUSBProF16JISKbd int = 36 // GestaltUndefSelectorErr: Specifies an undefined selector was passed to the Gestalt Manager. GestaltUndefSelectorErr int = -5551 // GestaltUnknownErr: Specifies an unknown error. GestaltUnknownErr int = -5550 GestaltUnknownThirdPartyKbd int = 3 GestaltVMZerosPagesBit int = 0 // GestaltValueImplementedVers: The first version of the Gestalt Manager that implements this selector. GestaltValueImplementedVers int = 5 // GestaltVersion: The selector you pass to the function Gestalt to determine the version of the Gestalt Manager. GestaltVersion int = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers' GestaltWSIICanPrintWithoutPrGeneralBit int = 0 // GestaltWSIISupport: WSII support is included. GestaltWSIISupport int = 0 GestaltWindowLiveResizeBit int = 4 GestaltWindowLiveResizeMask int = 16 // GestaltWindowMgrAttr: # Discussion GestaltWindowMgrAttr int = 'w'<<24 | 'i'<<16 | 'n'<<8 | 'd' // 'wind' // GestaltWindowMgrPresent: If the bit specified by this mask is set, the Window Manager functionality for Appearance Manager 1.1 is available. GestaltWindowMgrPresent int = 1 GestaltWindowMgrPresentBit int = 0 GestaltWindowMgrPresentMask int = 1 GestaltWindowMinimizeToDockBit int = 5 GestaltWindowMinimizeToDockMask int = 32 GestaltWorldScriptIIAttr int = 'w'<<24 | 's'<<16 | 'a'<<8 | 't' // 'wsat' GestaltWorldScriptIIVersion int = 'd'<<24 | 'o'<<16 | 'u'<<8 | 'b' // 'doub' )
const ( // Deprecated. RegisterComponentAfterExisting uint = 4 // Deprecated. RegisterComponentAliasesOnly uint = 8 // Deprecated. RegisterComponentGlobal uint = 1 // Deprecated. RegisterComponentNoDuplicates uint = 2 )
Variables ¶
This section is empty.
Functions ¶
func AEBuildAppleEvent ¶
func AEBuildAppleEvent(arg0 uint32, arg1 uint32, arg2 uint32, arg3 corefoundation.CGSize, arg4 int16, arg5 int32, arg6 AEDesc, arg7 AEBuildError, arg8 int8) int32
AEBuildAppleEvent constructs an entire Apple event in a single call.
See: https://developer.apple.com/documentation/coreservices/1573757-aebuildappleevent
func AEBuildDesc ¶
func AEBuildDesc(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32
AEBuildDesc provides a facility for compiling AEBuild descriptor strings into Apple event descriptors (AEDesc).
See: https://developer.apple.com/documentation/coreservices/1573758-aebuilddesc
func AEBuildParameters ¶
func AEBuildParameters(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32
AEBuildParameters adds additional parameters or attributes to an existing Apple event.
See: https://developer.apple.com/documentation/coreservices/1573755-aebuildparameters
func AECallObjectAccessor ¶
func AECallObjectAccessor(desiredClass uint32, containerToken unsafe.Pointer, containerClass uint32, keyForm uint32, keyData unsafe.Pointer, token unsafe.Pointer) int16
AECallObjectAccessor invokes the appropriate object accessor function for a specific desired type and container type.
See: https://developer.apple.com/documentation/coreservices/1447059-aecallobjectaccessor
func AECheckIsRecord ¶
AECheckIsRecord determines whether a descriptor is truly an AERecord.
See: https://developer.apple.com/documentation/coreservices/1444011-aecheckisrecord
func AECoerceDesc ¶
AECoerceDesc coerces the data in a descriptor to another descriptor type and creates a descriptor containing the newly coerced data.
See: https://developer.apple.com/documentation/coreservices/1446519-aecoercedesc
func AECoercePtr ¶
func AECoercePtr(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, toType uint32, result unsafe.Pointer) int16
AECoercePtr coerces data to a desired descriptor type and creates a descriptor containing the newly coerced data.
See: https://developer.apple.com/documentation/coreservices/1441846-aecoerceptr
func AECompareDesc ¶
AECompareDesc.
See: https://developer.apple.com/documentation/coreservices/1448782-aecomparedesc
func AECountItems ¶
AECountItems counts the number of descriptors in a descriptor list.
See: https://developer.apple.com/documentation/coreservices/1449533-aecountitems
func AECreateAppleEvent ¶
func AECreateAppleEvent(theAEEventClass uint32, theAEEventID uint32, target unsafe.Pointer, returnID AEReturnID, transactionID AETransactionID, result *AEDesc) int16
AECreateAppleEvent creates an Apple event with several important attributes but no parameters.
See: https://developer.apple.com/documentation/coreservices/1448525-aecreateappleevent
func AECreateDesc ¶
func AECreateDesc(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, result unsafe.Pointer) int16
AECreateDesc creates a new descriptor that incorporates the specified data.
See: https://developer.apple.com/documentation/coreservices/1448535-aecreatedesc
func AECreateDescFromExternalPtr ¶
func AECreateDescFromExternalPtr(descriptorType uint32, dataPtr unsafe.Pointer, dataLength corefoundation.CGSize, disposeCallback AEDisposeExternalUPP, disposeRefcon uintptr, theDesc unsafe.Pointer) int32
AECreateDescFromExternalPtr creates a new descriptor that uses a memory buffer supplied by the caller.
See: https://developer.apple.com/documentation/coreservices/1446239-aecreatedescfromexternalptr
func AECreateList ¶
func AECreateList(factoringPtr unsafe.Pointer, factoredSize corefoundation.CGSize, isRecord unsafe.Pointer, resultList unsafe.Pointer) int16
AECreateList creates an empty descriptor list or Apple event record.
See: https://developer.apple.com/documentation/coreservices/1448643-aecreatelist
func AEDecodeMessage ¶
AEDecodeMessage decodes a Mach message and converts it into an Apple event and its related reply.
See: https://developer.apple.com/documentation/coreservices/1447827-aedecodemessage
func AEDeleteItem ¶
AEDeleteItem deletes a descriptor from a descriptor list, causing all subsequent descriptors to move up one place.
See: https://developer.apple.com/documentation/coreservices/1447164-aedeleteitem
func AEDeleteParam ¶
AEDeleteParam deletes a keyword-specified parameter from an Apple event record.
See: https://developer.apple.com/documentation/coreservices/1444338-aedeleteparam
func AEDeterminePermissionToAutomateTarget ¶
func AEDeterminePermissionToAutomateTarget(target unsafe.Pointer, theAEEventClass uint32, theAEEventID uint32, askUserIfNeeded unsafe.Pointer) int32
AEDeterminePermissionToAutomateTarget.
See: https://developer.apple.com/documentation/coreservices/3025784-aedeterminepermissiontoautomatet
func AEDisposeDesc ¶
AEDisposeDesc deallocates the memory used by a descriptor.
See: https://developer.apple.com/documentation/coreservices/1444208-aedisposedesc
func AEDisposeRemoteProcessResolver ¶
func AEDisposeRemoteProcessResolver(ref AERemoteProcessResolverRef)
AEDisposeRemoteProcessResolver disposes of an AERemoteProcessResolverRef.
See: https://developer.apple.com/documentation/coreservices/1442572-aedisposeremoteprocessresolver
func AEDisposeToken ¶
AEDisposeToken deallocates the memory used by a token.
See: https://developer.apple.com/documentation/coreservices/1446783-aedisposetoken
func AEDuplicateDesc ¶
AEDuplicateDesc creates a copy of a descriptor.
See: https://developer.apple.com/documentation/coreservices/1442661-aeduplicatedesc
func AEFlattenDesc ¶
func AEFlattenDesc(theAEDesc unsafe.Pointer, buffer coreimage.Ptr, bufferSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int32
AEFlattenDesc flattens the specified descriptor and stores the data in the supplied buffer.
See: https://developer.apple.com/documentation/coreservices/1441808-aeflattendesc
func AEGetArray ¶
func AEGetArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, arrayPtr AEArrayDataPointer, maximumSize corefoundation.CGSize, itemType *uint32, itemSize *corefoundation.CGSize, itemCount unsafe.Pointer) int16
AEGetArray extracts data from an Apple event array created with the AEPutArray function and stores it as a standard array of fixed size items in the specified buffer.
See: https://developer.apple.com/documentation/coreservices/1445720-aegetarray
func AEGetAttributeDesc ¶
func AEGetAttributeDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, result unsafe.Pointer) int16
AEGetAttributeDesc gets a copy of the descriptor for a specified Apple event attribute from an Apple event; typically used when your application needs to pass the descriptor on to another function.
See: https://developer.apple.com/documentation/coreservices/1450314-aegetattributedesc
func AEGetAttributePtr ¶
func AEGetAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, typeCode *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16
AEGetAttributePtr gets a copy of the data for a specified Apple event attribute from an Apple event; typically used when your application needs to work with the data directly.
See: https://developer.apple.com/documentation/coreservices/1445109-aegetattributeptr
func AEGetCoercionHandler ¶
func AEGetCoercionHandler(fromType uint32, toType uint32, handler unsafe.Pointer, handlerRefcon *uintptr, fromTypeIsDesc unsafe.Pointer, isSysHandler unsafe.Pointer) int16
AEGetCoercionHandler gets the coercion handler for a specified descriptor type.
See: https://developer.apple.com/documentation/coreservices/1445348-aegetcoercionhandler
func AEGetDescData ¶
func AEGetDescData(theAEDesc unsafe.Pointer, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize) int16
AEGetDescData gets the data from the specified descriptor.
See: https://developer.apple.com/documentation/coreservices/1444427-aegetdescdata
func AEGetDescDataRange ¶
func AEGetDescDataRange(dataDesc unsafe.Pointer, buffer unsafe.Pointer, offset corefoundation.CGSize, length corefoundation.CGSize) int32
AEGetDescDataRange retrieves a specified series of bytes from the specified descriptor.
See: https://developer.apple.com/documentation/coreservices/1446560-aegetdescdatarange
func AEGetDescDataSize ¶
func AEGetDescDataSize(theAEDesc unsafe.Pointer) corefoundation.CGSize
AEGetDescDataSize gets the size, in bytes, of the data in the specified descriptor.
See: https://developer.apple.com/documentation/coreservices/1450119-aegetdescdatasize
func AEGetEventHandler ¶
func AEGetEventHandler(theAEEventClass uint32, theAEEventID uint32, handler unsafe.Pointer, handlerRefcon *uintptr, isSysHandler unsafe.Pointer) int16
AEGetEventHandler gets an event handler from an Apple event dispatch table.
See: https://developer.apple.com/documentation/coreservices/1445631-aegeteventhandler
func AEGetNthDesc ¶
func AEGetNthDesc(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, theAEKeyword unsafe.Pointer, result unsafe.Pointer) int16
AEGetNthDesc copies a descriptor from a specified position in a descriptor list into a specified descriptor; typically used when your application needs to pass the extracted data to another function as a descriptor.
See: https://developer.apple.com/documentation/coreservices/1448326-aegetnthdesc
func AEGetNthPtr ¶
func AEGetNthPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, theAEKeyword unsafe.Pointer, typeCode *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16
AEGetNthPtr gets a copy of the data from a descriptor at a specified position in a descriptor list; typically used when your application needs to work with the extracted data directly.
See: https://developer.apple.com/documentation/coreservices/1447539-aegetnthptr
func AEGetObjectAccessor ¶
func AEGetObjectAccessor(desiredClass uint32, containerType uint32, accessor unsafe.Pointer, accessorRefcon *uintptr, isSysHandler unsafe.Pointer) int16
AEGetObjectAccessor gets an object accessor function from an object accessor dispatch table.
See: https://developer.apple.com/documentation/coreservices/1449054-aegetobjectaccessor
func AEGetParamDesc ¶
func AEGetParamDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, result unsafe.Pointer) int16
AEGetParamDesc gets a copy of the descriptor for a keyword-specified Apple event parameter from an Apple event or an Apple event record.
See: https://developer.apple.com/documentation/coreservices/1449233-aegetparamdesc
func AEGetParamPtr ¶
func AEGetParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, actualType *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16
AEGetParamPtr gets a copy of the data for a specified Apple event parameter from an Apple event or an Apple event record.
See: https://developer.apple.com/documentation/coreservices/1444069-aegetparamptr
func AEGetRegisteredMachPort ¶
func AEGetRegisteredMachPort() uint32
AEGetRegisteredMachPort returns the Mach port (in the form of a `mach_port_t`) that was registered with the bootstrap server for this process.
See: https://developer.apple.com/documentation/coreservices/1449736-aegetregisteredmachport
func AEGetSpecialHandler ¶
func AEGetSpecialHandler(functionClass uint32, handler unsafe.Pointer, isSysHandler unsafe.Pointer) int16
AEGetSpecialHandler gets a specified handler from a special handler dispatch table.
See: https://developer.apple.com/documentation/coreservices/1444274-aegetspecialhandler
func AEInitializeDesc ¶
AEInitializeDesc initializes a new descriptor.
See: https://developer.apple.com/documentation/coreservices/1446047-aeinitializedesc
func AEInstallCoercionHandler ¶
func AEInstallCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, handlerRefcon uintptr, fromTypeIsDesc unsafe.Pointer, isSysHandler unsafe.Pointer) int16
AEInstallCoercionHandler installs a coercion handler in either the application or system coercion handler dispatch table.
See: https://developer.apple.com/documentation/coreservices/1445548-aeinstallcoercionhandler
func AEInstallEventHandler ¶
func AEInstallEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, handlerRefcon uintptr, isSysHandler unsafe.Pointer) int16
AEInstallEventHandler adds an entry for an event handler to an Apple event dispatch table.
See: https://developer.apple.com/documentation/coreservices/1448596-aeinstalleventhandler
func AEInstallObjectAccessor ¶
func AEInstallObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, accessorRefcon uintptr, isSysHandler unsafe.Pointer) int16
AEInstallObjectAccessor adds or replaces an entry for an object accessor function to an object accessor dispatch table.
See: https://developer.apple.com/documentation/coreservices/1447905-aeinstallobjectaccessor
func AEInstallSpecialHandler ¶
func AEInstallSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16
AEInstallSpecialHandler installs a callback function in a special handler dispatch table.
See: https://developer.apple.com/documentation/coreservices/1445532-aeinstallspecialhandler
func AEManagerInfo ¶
AEManagerInfo provides information about the version of the Apple Event Manager currently available or the number of processes that are currently recording Apple events.
See: https://developer.apple.com/documentation/coreservices/1449373-aemanagerinfo
func AEObjectInit ¶
func AEObjectInit() int16
AEObjectInit initializes the Object Support Library.
See: https://developer.apple.com/documentation/coreservices/1447372-aeobjectinit
func AEPrintDescToHandle ¶
AEPrintDescToHandle provides a pretty printer facility for displaying the contents of Apple event descriptors.
See: https://developer.apple.com/documentation/coreservices/1445158-aeprintdesctohandle
func AEProcessMessage ¶
AEProcessMessage decodes and dispatches a low level Mach message event to an event handler, including packaging and returning the reply to the sender.
See: https://developer.apple.com/documentation/coreservices/1444387-aeprocessmessage
func AEPutArray ¶
func AEPutArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, arrayPtr unsafe.Pointer, itemType uint32, itemSize corefoundation.CGSize, itemCount unsafe.Pointer) int16
AEPutArray inserts the data for an Apple event array into a descriptor list, replacing any previous descriptors in the list.
See: https://developer.apple.com/documentation/coreservices/1442535-aeputarray
func AEPutAttributeDesc ¶
AEPutAttributeDesc adds a descriptor and a keyword to an Apple event as an attribute.
See: https://developer.apple.com/documentation/coreservices/1441790-aeputattributedesc
func AEPutAttributePtr ¶
func AEPutAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16
AEPutAttributePtr adds a pointer to data, a descriptor type, and a keyword to an Apple event as an attribute.
See: https://developer.apple.com/documentation/coreservices/1445940-aeputattributeptr
func AEPutDesc ¶
AEPutDesc adds a descriptor to any descriptor list, possibly replacing an existing descriptor in the list.
See: https://developer.apple.com/documentation/coreservices/1450093-aeputdesc
func AEPutParamDesc ¶
AEPutParamDesc inserts a descriptor and a keyword into an Apple event or Apple event record as an Apple event parameter.
See: https://developer.apple.com/documentation/coreservices/1447576-aeputparamdesc
func AEPutParamPtr ¶
func AEPutParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16
AEPutParamPtr inserts data, a descriptor type, and a keyword into an Apple event or Apple event record as an Apple event parameter.
See: https://developer.apple.com/documentation/coreservices/1449263-aeputparamptr
func AEPutPtr ¶
func AEPutPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16
AEPutPtr inserts data specified in a buffer into a descriptor list as a descriptor, possibly replacing an existing descriptor in the list.
See: https://developer.apple.com/documentation/coreservices/1445287-aeputptr
func AERemoteProcessResolverGetProcesses ¶
func AERemoteProcessResolverGetProcesses(ref AERemoteProcessResolverRef, outError unsafe.Pointer) corefoundation.CFArrayRef
AERemoteProcessResolverGetProcesses returns an array of objects containing information about processes running on a remote machine.
See: https://developer.apple.com/documentation/coreservices/1444456-aeremoteprocessresolvergetproces
func AERemoteProcessResolverScheduleWithRunLoop ¶
func AERemoteProcessResolverScheduleWithRunLoop(ref AERemoteProcessResolverRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef, callback AERemoteProcessResolverCallback, ctx unsafe.Pointer)
AERemoteProcessResolverScheduleWithRunLoop schedules a resolver for execution on a given run loop in a given mode.
See: https://developer.apple.com/documentation/coreservices/1447259-aeremoteprocessresolverschedulew
func AERemoveCoercionHandler ¶
func AERemoveCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, isSysHandler unsafe.Pointer) int16
AERemoveCoercionHandler removes a coercion handler from a coercion handler dispatch table.
See: https://developer.apple.com/documentation/coreservices/1441907-aeremovecoercionhandler
func AERemoveEventHandler ¶
func AERemoveEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16
AERemoveEventHandler removes an event handler entry from an Apple event dispatch table.
See: https://developer.apple.com/documentation/coreservices/1445239-aeremoveeventhandler
func AERemoveObjectAccessor ¶
func AERemoveObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, isSysHandler unsafe.Pointer) int16
AERemoveObjectAccessor removes an object accessor function from an object accessor dispatch table.
See: https://developer.apple.com/documentation/coreservices/1442552-aeremoveobjectaccessor
func AERemoveSpecialHandler ¶
func AERemoveSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16
AERemoveSpecialHandler removes a handler from a special handler dispatch table.
See: https://developer.apple.com/documentation/coreservices/1447960-aeremovespecialhandler
func AEReplaceDescData ¶
func AEReplaceDescData(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, theAEDesc unsafe.Pointer) int16
AEReplaceDescData copies the specified data into the specified descriptor, replacing any previous data.
See: https://developer.apple.com/documentation/coreservices/1446695-aereplacedescdata
func AEResolve ¶
func AEResolve(objectSpecifier unsafe.Pointer, callbackFlags unsafe.Pointer, theToken unsafe.Pointer) int16
AEResolve resolves an object specifier.
See: https://developer.apple.com/documentation/coreservices/1449720-aeresolve
func AESendMessage ¶
func AESendMessage(event *AEDesc, reply *AEDesc, sendMode AESendMode, timeOutInTicks unsafe.Pointer) int32
AESendMessage sends an AppleEvent to a target process without some of the overhead required by [AESend].
See: https://developer.apple.com/documentation/coreservices/1442994-aesendmessage
func AESetObjectCallbacks ¶
func AESetObjectCallbacks(myCompareProc OSLCompareUPP, myCountProc OSLCountUPP, myDisposeTokenProc OSLDisposeTokenUPP, myGetMarkTokenProc OSLGetMarkTokenUPP, myMarkProc OSLMarkUPP, myAdjustMarksProc OSLAdjustMarksUPP, myGetErrDescProcPtr OSLGetErrDescUPP) int16
AESetObjectCallbacks specifies the object callback functions for your application.
See: https://developer.apple.com/documentation/coreservices/1447756-aesetobjectcallbacks
func AESizeOfAttribute ¶
func AESizeOfAttribute(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, dataSize *corefoundation.CGSize) int16
AESizeOfAttribute gets the size and descriptor type of an Apple event attribute from a descriptor of type AppleEvent.
See: https://developer.apple.com/documentation/coreservices/1445764-aesizeofattribute
func AESizeOfFlattenedDesc ¶
func AESizeOfFlattenedDesc(theAEDesc unsafe.Pointer) corefoundation.CGSize
AESizeOfFlattenedDesc returns the amount of buffer space needed to store the descriptor after flattening it.
See: https://developer.apple.com/documentation/coreservices/1447305-aesizeofflatteneddesc
func AESizeOfNthItem ¶
func AESizeOfNthItem(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode *uint32, dataSize *corefoundation.CGSize) int16
AESizeOfNthItem gets the data size and descriptor type of the descriptor at a specified position in a descriptor list.
See: https://developer.apple.com/documentation/coreservices/1447307-aesizeofnthitem
func AESizeOfParam ¶
func AESizeOfParam(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, dataSize *corefoundation.CGSize) int16
AESizeOfParam gets the size and descriptor type of an Apple event parameter from a descriptor of type AERecord or AppleEvent.
See: https://developer.apple.com/documentation/coreservices/1449998-aesizeofparam
func AEStreamClose ¶
func AEStreamClose(ref AEStreamRef, desc unsafe.Pointer) int32
AEStreamClose closes and deallocates an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1449821-aestreamclose
func AEStreamCloseDesc ¶
func AEStreamCloseDesc(ref AEStreamRef) int32
AEStreamCloseDesc marks the end of a descriptor in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1449272-aestreamclosedesc
func AEStreamCloseList ¶
func AEStreamCloseList(ref AEStreamRef) int32
AEStreamCloseList marks the end of a list of descriptors in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1448185-aestreamcloselist
func AEStreamCloseRecord ¶
func AEStreamCloseRecord(ref AEStreamRef) int32
AEStreamCloseRecord marks the end of a record in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1449522-aestreamcloserecord
func AEStreamOpenDesc ¶
func AEStreamOpenDesc(ref AEStreamRef, newType uint32) int32
AEStreamOpenDesc marks the beginning of a descriptor in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1446544-aestreamopendesc
func AEStreamOpenKeyDesc ¶
func AEStreamOpenKeyDesc(ref AEStreamRef, key uint32, newType uint32) int32
AEStreamOpenKeyDesc marks the beginning of a key descriptor in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1442897-aestreamopenkeydesc
func AEStreamOpenList ¶
func AEStreamOpenList(ref AEStreamRef) int32
AEStreamOpenList marks the beginning of a descriptor list in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1448594-aestreamopenlist
func AEStreamOpenRecord ¶
func AEStreamOpenRecord(ref AEStreamRef, newType uint32) int32
AEStreamOpenRecord marks the beginning of an Apple event record in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1447141-aestreamopenrecord
func AEStreamOptionalParam ¶
func AEStreamOptionalParam(ref AEStreamRef, key uint32) int32
AEStreamOptionalParam designates a parameter in an Apple event as optional.
See: https://developer.apple.com/documentation/coreservices/1444481-aestreamoptionalparam
func AEStreamSetRecordType ¶
func AEStreamSetRecordType(ref AEStreamRef, newType uint32) int32
AEStreamSetRecordType sets the type of the most recently created record in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1447704-aestreamsetrecordtype
func AEStreamWriteAEDesc ¶
func AEStreamWriteAEDesc(ref AEStreamRef, desc unsafe.Pointer) int32
AEStreamWriteAEDesc copies an existing descriptor into an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1448487-aestreamwriteaedesc
func AEStreamWriteData ¶
func AEStreamWriteData(ref AEStreamRef, data unsafe.Pointer, length corefoundation.CGSize) int32
AEStreamWriteData appends data to the current descriptor in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1442610-aestreamwritedata
func AEStreamWriteDesc ¶
func AEStreamWriteDesc(ref AEStreamRef, newType uint32, data unsafe.Pointer, length corefoundation.CGSize) int32
AEStreamWriteDesc appends the data for a complete descriptor to an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1450387-aestreamwritedesc
func AEStreamWriteKey ¶
func AEStreamWriteKey(ref AEStreamRef, key uint32) int32
AEStreamWriteKey marks the beginning of a keyword/descriptor pair for a descriptor in an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1448750-aestreamwritekey
func AEStreamWriteKeyDesc ¶
func AEStreamWriteKeyDesc(ref AEStreamRef, key uint32, newType uint32, data unsafe.Pointer, length corefoundation.CGSize) int32
AEStreamWriteKeyDesc writes a complete keyword/descriptor pair to an AEStreamRef.
See: https://developer.apple.com/documentation/coreservices/1442568-aestreamwritekeydesc
func AEUnflattenDesc
deprecated
func AEUnflattenDescFromBytes ¶
func AEUnflattenDescFromBytes(buffer unsafe.Pointer, bufferLen unsafe.Pointer, result unsafe.Pointer) int32
AEUnflattenDescFromBytes.
See: https://developer.apple.com/documentation/coreservices/3553279-aeunflattendescfrombytes
func AcquireIconRef
deprecated
AcquireIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1441852-acquireiconref
func AddAbsoluteToAbsolute
deprecated
func AddAbsoluteToAbsolute(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
AddAbsoluteToAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501267-addabsolutetoabsolute
func AddAtomic
deprecated
AddAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490591-addatomic
func AddAtomic8
deprecated
AddAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490594-addatomic8
func AddAtomic16
deprecated
AddAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490589-addatomic16
func AddCollectionItem
deprecated
func AddCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16
AddCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551404-addcollectionitem
func AddCollectionItemHdl
deprecated
func AddCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16
AddCollectionItemHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551458-addcollectionitemhdl
func AddDurationToAbsolute
deprecated
func AddDurationToAbsolute(arg0 Duration, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
AddDurationToAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501249-adddurationtoabsolute
func AddFolderDescriptor
deprecated
func AddFolderDescriptor(arg0 FolderType, arg1 FolderDescFlags, arg2 FolderClass, arg3 FolderLocation, arg4 uint32, arg5 uint32, arg6 unsafe.Pointer, arg7 bool) int16
AddFolderDescriptor.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389301-addfolderdescriptor
func AddNanosecondsToAbsolute
deprecated
func AddNanosecondsToAbsolute(arg0 Nanoseconds, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
AddNanosecondsToAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501264-addnanosecondstoabsolute
func AddResource
deprecated
func Annuity
deprecated
Annuity.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492633-annuity
func BatteryCount
deprecated
func BatteryCount() int16
BatteryCount.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427413-batterycount
func BitAnd
deprecated
BitAnd.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494613-bitand
func BitAndAtomic
deprecated
BitAndAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490596-bitandatomic
func BitAndAtomic8
deprecated
BitAndAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490584-bitandatomic8
func BitAndAtomic16
deprecated
BitAndAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490599-bitandatomic16
func BitClr
deprecated
func BitClr(arg0 int)
BitClr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494616-bitclr
func BitNot
deprecated
BitNot.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494611-bitnot
func BitOr
deprecated
BitOr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494619-bitor
func BitOrAtomic
deprecated
BitOrAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490597-bitoratomic
func BitOrAtomic8
deprecated
BitOrAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490581-bitoratomic8
func BitOrAtomic16
deprecated
BitOrAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490587-bitoratomic16
func BitSet
deprecated
func BitSet(arg0 int)
BitSet.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494618-bitset
func BitShift
deprecated
BitShift.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494615-bitshift
func BitTst
deprecated
BitTst.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494606-bittst
func BitXor
deprecated
BitXor.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1494620-bitxor
func BitXorAtomic
deprecated
BitXorAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490592-bitxoratomic
func BitXorAtomic8
deprecated
BitXorAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490577-bitxoratomic8
func BitXorAtomic16
deprecated
BitXorAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490572-bitxoratomic16
func CSBackupIsItemExcluded ¶
func CSBackupIsItemExcluded(item corefoundation.CFURLRef, excludeByPath unsafe.Pointer) bool
CSBackupIsItemExcluded returns a Boolean value indicating whether an item is currently excluded from the backup.
See: https://developer.apple.com/documentation/coreservices/1443602-csbackupisitemexcluded
func CSBackupSetItemExcluded ¶
func CSBackupSetItemExcluded(item corefoundation.CFURLRef, exclude unsafe.Pointer, excludeByPath unsafe.Pointer) int32
CSBackupSetItemExcluded includes or excludes an item from the backup.
See: https://developer.apple.com/documentation/coreservices/1445043-csbackupsetitemexcluded
func CSCopyMachineName
deprecated
func CSCopyMachineName() corefoundation.CFStringRef
CSCopyMachineName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533316-cscopymachinename
func CSCopyUserName
deprecated
func CSCopyUserName(arg0 bool) corefoundation.CFStringRef
CSCopyUserName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533406-cscopyusername
func CSDiskSpaceCancelRecovery ¶
func CSDiskSpaceCancelRecovery(operationUUID corefoundation.CFUUID)
CSDiskSpaceCancelRecovery.
See: https://developer.apple.com/documentation/coreservices/1448335-csdiskspacecancelrecovery
func CSDiskSpaceGetRecoveryEstimate ¶
func CSDiskSpaceGetRecoveryEstimate(volumeURL corefoundation.CFURLRef) uint64
CSDiskSpaceGetRecoveryEstimate.
See: https://developer.apple.com/documentation/coreservices/1448439-csdiskspacegetrecoveryestimate
func CSDiskSpaceStartRecovery ¶
func CSDiskSpaceStartRecovery(volumeURL corefoundation.CFURLRef, bytesNeeded uint64, options uint32, outOperationUUID *corefoundation.CFUUID, callbackQueue dispatch.Queue, callback unsafe.Pointer)
CSDiskSpaceStartRecovery.
See: https://developer.apple.com/documentation/coreservices/1447968-csdiskspacestartrecovery
func CSIdentityAddAlias ¶
func CSIdentityAddAlias(identity CSIdentityRef, alias corefoundation.CFStringRef)
CSIdentityAddAlias.
See: https://developer.apple.com/documentation/coreservices/1443062-csidentityaddalias
func CSIdentityAddMember ¶
func CSIdentityAddMember(group CSIdentityRef, member CSIdentityRef)
CSIdentityAddMember.
See: https://developer.apple.com/documentation/coreservices/1447513-csidentityaddmember
func CSIdentityAuthenticateUsingPassword ¶
func CSIdentityAuthenticateUsingPassword(user CSIdentityRef, password corefoundation.CFStringRef) bool
CSIdentityAuthenticateUsingPassword.
See: https://developer.apple.com/documentation/coreservices/1449855-csidentityauthenticateusingpassw
func CSIdentityAuthorityCopyLocalizedName ¶
func CSIdentityAuthorityCopyLocalizedName(authority CSIdentityAuthorityRef) corefoundation.CFStringRef
CSIdentityAuthorityCopyLocalizedName.
See: https://developer.apple.com/documentation/coreservices/1448990-csidentityauthoritycopylocalized
func CSIdentityAuthorityGetTypeID ¶
func CSIdentityAuthorityGetTypeID() uint
CSIdentityAuthorityGetTypeID.
See: https://developer.apple.com/documentation/coreservices/1449199-csidentityauthoritygettypeid
func CSIdentityCommit ¶
func CSIdentityCommit(identity CSIdentityRef, authorization security.AuthorizationRef, err *corefoundation.CFErrorRef) bool
CSIdentityCommit.
See: https://developer.apple.com/documentation/coreservices/1449575-csidentitycommit
func CSIdentityCommitAsynchronously ¶
func CSIdentityCommitAsynchronously(identity CSIdentityRef, clientContext unsafe.Pointer, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef, authorization security.AuthorizationRef) bool
CSIdentityCommitAsynchronously.
See: https://developer.apple.com/documentation/coreservices/1447936-csidentitycommitasynchronously
func CSIdentityCreatePersistentReference ¶
func CSIdentityCreatePersistentReference(allocator corefoundation.CFAllocatorRef, identity CSIdentityRef) corefoundation.CFDataRef
CSIdentityCreatePersistentReference.
See: https://developer.apple.com/documentation/coreservices/1444037-csidentitycreatepersistentrefere
func CSIdentityDelete ¶
func CSIdentityDelete(identity CSIdentityRef)
CSIdentityDelete.
See: https://developer.apple.com/documentation/coreservices/1442616-csidentitydelete
func CSIdentityGetAliases ¶
func CSIdentityGetAliases(identity CSIdentityRef) corefoundation.CFArrayRef
CSIdentityGetAliases.
See: https://developer.apple.com/documentation/coreservices/1446455-csidentitygetaliases
func CSIdentityGetCertificate ¶
func CSIdentityGetCertificate(user CSIdentityRef) security.SecCertificateRef
CSIdentityGetCertificate.
See: https://developer.apple.com/documentation/coreservices/1448582-csidentitygetcertificate
func CSIdentityGetClass ¶
func CSIdentityGetClass(identity CSIdentityRef) int32
CSIdentityGetClass.
See: https://developer.apple.com/documentation/coreservices/1447194-csidentitygetclass
func CSIdentityGetEmailAddress ¶
func CSIdentityGetEmailAddress(identity CSIdentityRef) corefoundation.CFStringRef
CSIdentityGetEmailAddress.
See: https://developer.apple.com/documentation/coreservices/1446211-csidentitygetemailaddress
func CSIdentityGetFullName ¶
func CSIdentityGetFullName(identity CSIdentityRef) corefoundation.CFStringRef
CSIdentityGetFullName.
See: https://developer.apple.com/documentation/coreservices/1447315-csidentitygetfullname
func CSIdentityGetImageData ¶
func CSIdentityGetImageData(identity CSIdentityRef) corefoundation.CFDataRef
CSIdentityGetImageData.
See: https://developer.apple.com/documentation/coreservices/1444544-csidentitygetimagedata
func CSIdentityGetImageDataType ¶
func CSIdentityGetImageDataType(identity CSIdentityRef) corefoundation.CFStringRef
CSIdentityGetImageDataType.
See: https://developer.apple.com/documentation/coreservices/1447478-csidentitygetimagedatatype
func CSIdentityGetImageURL ¶
func CSIdentityGetImageURL(identity CSIdentityRef) corefoundation.CFURLRef
CSIdentityGetImageURL.
See: https://developer.apple.com/documentation/coreservices/1446099-csidentitygetimageurl
func CSIdentityGetPosixID ¶
func CSIdentityGetPosixID(identity CSIdentityRef) kernel.Id_t
CSIdentityGetPosixID.
See: https://developer.apple.com/documentation/coreservices/1443230-csidentitygetposixid
func CSIdentityGetPosixName ¶
func CSIdentityGetPosixName(identity CSIdentityRef) corefoundation.CFStringRef
CSIdentityGetPosixName.
See: https://developer.apple.com/documentation/coreservices/1447210-csidentitygetposixname
func CSIdentityGetTypeID ¶
func CSIdentityGetTypeID() uint
CSIdentityGetTypeID.
See: https://developer.apple.com/documentation/coreservices/1444732-csidentitygettypeid
func CSIdentityGetUUID ¶
func CSIdentityGetUUID(identity CSIdentityRef) corefoundation.CFUUID
CSIdentityGetUUID.
See: https://developer.apple.com/documentation/coreservices/1447987-csidentitygetuuid
func CSIdentityIsCommitting ¶
func CSIdentityIsCommitting(identity CSIdentityRef) bool
CSIdentityIsCommitting.
See: https://developer.apple.com/documentation/coreservices/1449734-csidentityiscommitting
func CSIdentityIsEnabled ¶
func CSIdentityIsEnabled(user CSIdentityRef) bool
CSIdentityIsEnabled.
See: https://developer.apple.com/documentation/coreservices/1443379-csidentityisenabled
func CSIdentityIsHidden ¶
func CSIdentityIsHidden(identity CSIdentityRef) bool
CSIdentityIsHidden.
See: https://developer.apple.com/documentation/coreservices/1449476-csidentityishidden
func CSIdentityIsMemberOfGroup ¶
func CSIdentityIsMemberOfGroup(identity CSIdentityRef, group CSIdentityRef) bool
CSIdentityIsMemberOfGroup.
See: https://developer.apple.com/documentation/coreservices/1449237-csidentityismemberofgroup
func CSIdentityQueryCopyResults ¶
func CSIdentityQueryCopyResults(query CSIdentityQueryRef) corefoundation.CFArrayRef
CSIdentityQueryCopyResults.
See: https://developer.apple.com/documentation/coreservices/1429035-csidentityquerycopyresults
func CSIdentityQueryExecute ¶
func CSIdentityQueryExecute(query CSIdentityQueryRef, flags uint32, err *corefoundation.CFErrorRef) bool
CSIdentityQueryExecute.
See: https://developer.apple.com/documentation/coreservices/1429041-csidentityqueryexecute
func CSIdentityQueryExecuteAsynchronously ¶
func CSIdentityQueryExecuteAsynchronously(query CSIdentityQueryRef, flags uint32, clientContext unsafe.Pointer, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) bool
CSIdentityQueryExecuteAsynchronously.
See: https://developer.apple.com/documentation/coreservices/1429011-csidentityqueryexecuteasynchrono
func CSIdentityQueryGetTypeID ¶
func CSIdentityQueryGetTypeID() uint
CSIdentityQueryGetTypeID.
See: https://developer.apple.com/documentation/coreservices/1429012-csidentityquerygettypeid
func CSIdentityQueryStop ¶
func CSIdentityQueryStop(query CSIdentityQueryRef)
CSIdentityQueryStop.
See: https://developer.apple.com/documentation/coreservices/1429047-csidentityquerystop
func CSIdentityRemoveAlias ¶
func CSIdentityRemoveAlias(identity CSIdentityRef, alias corefoundation.CFStringRef)
CSIdentityRemoveAlias.
See: https://developer.apple.com/documentation/coreservices/1442114-csidentityremovealias
func CSIdentityRemoveClient ¶
func CSIdentityRemoveClient(identity CSIdentityRef)
CSIdentityRemoveClient.
See: https://developer.apple.com/documentation/coreservices/1448933-csidentityremoveclient
func CSIdentityRemoveMember ¶
func CSIdentityRemoveMember(group CSIdentityRef, member CSIdentityRef)
CSIdentityRemoveMember.
See: https://developer.apple.com/documentation/coreservices/1448796-csidentityremovemember
func CSIdentitySetCertificate ¶
func CSIdentitySetCertificate(user CSIdentityRef, certificate security.SecCertificateRef)
CSIdentitySetCertificate.
See: https://developer.apple.com/documentation/coreservices/1447691-csidentitysetcertificate
func CSIdentitySetEmailAddress ¶
func CSIdentitySetEmailAddress(identity CSIdentityRef, emailAddress corefoundation.CFStringRef)
CSIdentitySetEmailAddress.
See: https://developer.apple.com/documentation/coreservices/1443235-csidentitysetemailaddress
func CSIdentitySetFullName ¶
func CSIdentitySetFullName(identity CSIdentityRef, fullName corefoundation.CFStringRef)
CSIdentitySetFullName.
See: https://developer.apple.com/documentation/coreservices/1446623-csidentitysetfullname
func CSIdentitySetImageData ¶
func CSIdentitySetImageData(identity CSIdentityRef, imageData corefoundation.CFDataRef, imageDataType corefoundation.CFStringRef)
CSIdentitySetImageData.
See: https://developer.apple.com/documentation/coreservices/1441866-csidentitysetimagedata
func CSIdentitySetImageURL ¶
func CSIdentitySetImageURL(identity CSIdentityRef, url corefoundation.CFURLRef)
CSIdentitySetImageURL.
See: https://developer.apple.com/documentation/coreservices/1446717-csidentitysetimageurl
func CSIdentitySetIsEnabled ¶
func CSIdentitySetIsEnabled(user CSIdentityRef, isEnabled unsafe.Pointer)
CSIdentitySetIsEnabled.
See: https://developer.apple.com/documentation/coreservices/1443028-csidentitysetisenabled
func CSIdentitySetPassword ¶
func CSIdentitySetPassword(user CSIdentityRef, password corefoundation.CFStringRef)
CSIdentitySetPassword.
See: https://developer.apple.com/documentation/coreservices/1443568-csidentitysetpassword
func CSSetComponentsThreadMode
deprecated
func CSSetComponentsThreadMode(arg0 CSComponentsThreadMode)
CSSetComponentsThreadMode sets whether or not using thread-unsafe components is allowed in the current thread.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516422-cssetcomponentsthreadmode
func ChangeTextToUnicodeInfo ¶
func ChangeTextToUnicodeInfo(arg0 TextToUnicodeInfo, arg1 ConstUnicodeMappingPtr) int32
ChangeTextToUnicodeInfo changes the mapping information for the specified Unicodeconverter object used to convert text to Unicode to the new mappingyou provide.
See: https://developer.apple.com/documentation/coreservices/1433487-changetexttounicodeinfo
func ChangeUnicodeToTextInfo ¶
func ChangeUnicodeToTextInfo(arg0 UnicodeToTextInfo, arg1 ConstUnicodeMappingPtr) int32
ChangeUnicodeToTextInfo changes the mapping information contained in the specifiedUnicode converter object used to convert Unicode text to a non-Unicodeencoding.
See: https://developer.apple.com/documentation/coreservices/1433509-changeunicodetotextinfo
func ChangedResource
deprecated
func ChangedResource(arg0 uintptr)
ChangedResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529318-changedresource
func CloseComponent
deprecated
func CloseComponent(arg0 ComponentInstance) int16
CloseComponent terminates your application’s connection to a component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516436-closecomponent
func CloseComponentResFile
deprecated
func CloseComponentResFile(arg0 ResFileRefNum) int16
CloseComponentResFile closes the resource file that your component opened previously with the OpenComponentResFile function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516319-closecomponentresfile
func CloseResFile
deprecated
func CloseResFile(arg0 ResFileRefNum)
CloseResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529362-closeresfile
func CollectionTagExists
deprecated
func CollectionTagExists(arg0 Collection, arg1 CollectionTag) bool
CollectionTagExists.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551428-collectiontagexists
func CompareAndSwap
deprecated
CompareAndSwap.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490575-compareandswap
func CompositeIconRef
deprecated
func CompositeIconRef(backgroundIconRef uintptr, foregroundIconRef uintptr, compositeIconRef uintptr) int16
CompositeIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1450541-compositeiconref
func Compound
deprecated
Compound.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492661-compound
func ConvertFromPStringToUnicode ¶
func ConvertFromPStringToUnicode(arg0 TextToUnicodeInfo, arg1 unsafe.Pointer, arg2 uintptr, arg3 uintptr, arg4 uint16) int32
ConvertFromPStringToUnicode converts a Pascal string in a Mac OS text encoding toa Unicode string.
See: https://developer.apple.com/documentation/coreservices/1433483-convertfrompstringtounicode
func ConvertFromTextToUnicode ¶
func ConvertFromTextToUnicode(arg0 TextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 uint16) int32
ConvertFromTextToUnicode converts a string from any encoding to Unicode.
See: https://developer.apple.com/documentation/coreservices/1433517-convertfromtexttounicode
func ConvertFromUnicodeToPString ¶
func ConvertFromUnicodeToPString(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 unsafe.Pointer) int32
ConvertFromUnicodeToPString converts a Unicode string to Pascal in a Mac OS text encoding.
See: https://developer.apple.com/documentation/coreservices/1433581-convertfromunicodetopstring
func ConvertFromUnicodeToScriptCodeRun ¶
func ConvertFromUnicodeToScriptCodeRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer, arg12 uintptr, arg13 uintptr, arg14 ScriptCodeRun) int32
ConvertFromUnicodeToScriptCodeRun converts a string from Unicode to one or more scripts.
See: https://developer.apple.com/documentation/coreservices/1433662-convertfromunicodetoscriptcoderu
func ConvertFromUnicodeToText ¶
func ConvertFromUnicodeToText(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer) int32
ConvertFromUnicodeToText converts a Unicode text string to the destination encodingyou specify.
See: https://developer.apple.com/documentation/coreservices/1433542-convertfromunicodetotext
func ConvertFromUnicodeToTextRun ¶
func ConvertFromUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer, arg12 uintptr, arg13 uintptr, arg14 TextEncodingRun) int32
ConvertFromUnicodeToTextRun converts a string from Unicode to one or more encodings.
See: https://developer.apple.com/documentation/coreservices/1433511-convertfromunicodetotextrun
func CoreEndianFlipData
deprecated
CoreEndianFlipData calls the flipper callback associated with the specifieddata type.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1575610-coreendianflipdata
func CoreEndianGetFlipper
deprecated
CoreEndianGetFlipper obtains the flipper callback that is installed for thespecified data type.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1575564-coreendiangetflipper
func CoreEndianInstallFlipper
deprecated
func CountCollectionItems
deprecated
func CountCollectionItems(arg0 Collection) int32
CountCollectionItems.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551438-countcollectionitems
func CountCollectionOwners
deprecated
func CountCollectionOwners(arg0 Collection) int32
CountCollectionOwners.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551353-countcollectionowners
func CountCollectionTags
deprecated
func CountCollectionTags(arg0 Collection) int32
CountCollectionTags.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551378-countcollectiontags
func CountComponentInstances
deprecated
CountComponentInstances determines the number of open connections being managed by a specified component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516394-countcomponentinstances
func CountComponents
deprecated
func CountComponents(arg0 ComponentDescription) int
CountComponents returns the number of registered components that meet the selection criteria specified by your application.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516515-countcomponents
func CountTaggedCollectionItems
deprecated
func CountTaggedCollectionItems(arg0 Collection, arg1 CollectionTag) int32
CountTaggedCollectionItems.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551379-counttaggedcollectionitems
func CountUnicodeMappings ¶
func CountUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr) int32
CountUnicodeMappings counts available mappings that meet the specified matchingcriteria.
See: https://developer.apple.com/documentation/coreservices/1433665-countunicodemappings
func CreateCompDescriptor ¶
func CreateCompDescriptor(comparisonOperator uint32, operand1 unsafe.Pointer, operand2 unsafe.Pointer, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16
CreateCompDescriptor creates a comparison descriptor that specifies how to compare one or more Apple event objects with either another Apple event object or a descriptor.
See: https://developer.apple.com/documentation/coreservices/1449155-createcompdescriptor
func CreateLogicalDescriptor ¶
func CreateLogicalDescriptor(theLogicalTerms unsafe.Pointer, theLogicOperator uint32, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16
CreateLogicalDescriptor creates a logical descriptor that specifies a logical operator and one or more logical terms for the Apple Event Manager to evaluate.
See: https://developer.apple.com/documentation/coreservices/1445212-createlogicaldescriptor
func CreateObjSpecifier ¶
func CreateObjSpecifier(desiredClass uint32, theContainer unsafe.Pointer, keyForm uint32, keyData unsafe.Pointer, disposeInputs unsafe.Pointer, objSpecifier unsafe.Pointer) int16
CreateObjSpecifier assembles an object specifier that identifies one or more Apple event objects, from other descriptors.
See: https://developer.apple.com/documentation/coreservices/1450244-createobjspecifier
func CreateOffsetDescriptor ¶
CreateOffsetDescriptor creates an offset descriptor that specifies the position of an element in relation to the beginning or end of its container.
See: https://developer.apple.com/documentation/coreservices/1444957-createoffsetdescriptor
func CreateRangeDescriptor ¶
func CreateRangeDescriptor(rangeStart unsafe.Pointer, rangeStop unsafe.Pointer, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16
CreateRangeDescriptor creates a range descriptor that specifies a series of consecutive elements in the same container.
See: https://developer.apple.com/documentation/coreservices/1444087-createrangedescriptor
func CreateTextToUnicodeInfo ¶
func CreateTextToUnicodeInfo(arg0 ConstUnicodeMappingPtr, arg1 TextToUnicodeInfo) int32
CreateTextToUnicodeInfo creates and returns a Unicode converter object containinginformation required for converting strings from a non-Unicode encodingto Unicode.
See: https://developer.apple.com/documentation/coreservices/1433598-createtexttounicodeinfo
func CreateTextToUnicodeInfoByEncoding ¶
func CreateTextToUnicodeInfoByEncoding(arg0 TextEncoding, arg1 TextToUnicodeInfo) int32
CreateTextToUnicodeInfoByEncoding based on the given text encoding specification, createsand returns a Unicode converter object containing information requiredfor converting strings from the specified non-Unicode encoding toUnicode.
See: https://developer.apple.com/documentation/coreservices/1433560-createtexttounicodeinfobyencodin
func CreateThreadPool
deprecated
func CreateThreadPool(arg0 ThreadStyle, arg1 int16, arg2 corefoundation.CGSize) int16
CreateThreadPool.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574200-createthreadpool
func CreateUnicodeToTextInfo ¶
func CreateUnicodeToTextInfo(arg0 ConstUnicodeMappingPtr, arg1 UnicodeToTextInfo) int32
CreateUnicodeToTextInfo creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to a non-Unicodeencoding.
See: https://developer.apple.com/documentation/coreservices/1433522-createunicodetotextinfo
func CreateUnicodeToTextInfoByEncoding ¶
func CreateUnicodeToTextInfoByEncoding(arg0 TextEncoding, arg1 UnicodeToTextInfo) int32
CreateUnicodeToTextInfoByEncoding based on the given text encoding specification for theconverted text, creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to thespecified non-Unicode encoding.
See: https://developer.apple.com/documentation/coreservices/1433550-createunicodetotextinfobyencodin
func CreateUnicodeToTextRunInfo ¶
func CreateUnicodeToTextRunInfo(arg0 uintptr, arg1 UnicodeMapping, arg2 UnicodeToTextRunInfo) int32
CreateUnicodeToTextRunInfo creates and returns a Unicode converter object containingthe information required for converting a Unicode text string tostrings in one or more non-Unicode encodings.
See: https://developer.apple.com/documentation/coreservices/1433632-createunicodetotextruninfo
func CreateUnicodeToTextRunInfoByEncoding ¶
func CreateUnicodeToTextRunInfoByEncoding(arg0 uintptr, arg1 TextEncoding, arg2 UnicodeToTextRunInfo) int32
CreateUnicodeToTextRunInfoByEncoding based on the given text encoding specifications for theconverted text runs, creates and returns a Unicode converter objectcontaining information required for converting strings from Unicodeto one or more specified non-Unicode encodings.
See: https://developer.apple.com/documentation/coreservices/1433651-createunicodetotextruninfobyenco
func CreateUnicodeToTextRunInfoByScriptCode ¶
func CreateUnicodeToTextRunInfoByScriptCode(arg0 uintptr, arg1 unsafe.Pointer, arg2 UnicodeToTextRunInfo) int32
CreateUnicodeToTextRunInfoByScriptCode based on the given script codes for the converted textruns, creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to oneor more specified non-Unicode encodings.
See: https://developer.apple.com/documentation/coreservices/1433657-createunicodetotextruninfobyscri
func CurrentProcessorSpeed
deprecated
func CurrentProcessorSpeed() int16
CurrentProcessorSpeed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427463-currentprocessorspeed
func DCSCopyTextDefinition ¶
func DCSCopyTextDefinition(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, range_ unsafe.Pointer) corefoundation.CFStringRef
DCSCopyTextDefinition returns the definition associated with the provided text range.
See: https://developer.apple.com/documentation/coreservices/1446842-dcscopytextdefinition
func DCSGetTermRangeInString ¶
func DCSGetTermRangeInString(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, offset int) corefoundation.CFRange
DCSGetTermRangeInString determines the range of the longest word or phrase with respect to an offset.
See: https://developer.apple.com/documentation/coreservices/1450556-dcsgettermrangeinstring
func DebugAssert
deprecated
func Dec2f
deprecated
Dec2f.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492641-dec2f
func Dec2l
deprecated
Dec2l.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492660-dec2l
func Dec2num
deprecated
Dec2num.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492667-dec2num
func Dec2numl ¶
Dec2numl.
See: https://developer.apple.com/documentation/coreservices/1492631-dec2numl
func Dec2s
deprecated
Dec2s.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492647-dec2s
func Dec2str
deprecated
Dec2str.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492629-dec2str
func DecrementAtomic
deprecated
DecrementAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490603-decrementatomic
func DecrementAtomic8
deprecated
DecrementAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490570-decrementatomic8
func DecrementAtomic16
deprecated
DecrementAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490579-decrementatomic16
func Delay
deprecated
Delay.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533332-delay
func DeleteGestaltValue
deprecated
DeleteGestaltValue deletes a [Gestalt] selector code so that it is no longer recognized by [Gestalt].
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1472699-deletegestaltvalue
func Dequeue
deprecated
Dequeue.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533381-dequeue
func DetachResource
deprecated
func DetachResource(arg0 uintptr)
DetachResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529238-detachresource
func DetachResourceFile
deprecated
func DetachResourceFile(arg0 ResFileRefNum) int16
DetachResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529246-detachresourcefile
func DetermineIfPathIsEnclosedByFolder
deprecated
func DisposeAECoerceDescUPP ¶
func DisposeAECoerceDescUPP(userUPP AECoerceDescUPP)
DisposeAECoerceDescUPP disposes of a universal procedure pointer to a function that coerces data stored in a descriptor.
See: https://developer.apple.com/documentation/coreservices/1448721-disposeaecoercedescupp
func DisposeAECoercePtrUPP ¶
func DisposeAECoercePtrUPP(userUPP AECoercePtrUPP)
DisposeAECoercePtrUPP disposes of a universal procedure pointer to a function that coerces data stored in a buffer.
See: https://developer.apple.com/documentation/coreservices/1450664-disposeaecoerceptrupp
func DisposeAEDisposeExternalUPP ¶
func DisposeAEDisposeExternalUPP(userUPP AEDisposeExternalUPP)
DisposeAEDisposeExternalUPP disposes of a universal procedure pointer to a function that disposes of data supplied to the AECreateDescFromExternalPtr function.
See: https://developer.apple.com/documentation/coreservices/1447284-disposeaedisposeexternalupp
func DisposeAEEventHandlerUPP ¶
func DisposeAEEventHandlerUPP(userUPP AEEventHandlerUPP)
DisposeAEEventHandlerUPP disposes of a universal procedure pointer to an event handler function.
See: https://developer.apple.com/documentation/coreservices/1442066-disposeaeeventhandlerupp
func DisposeCollection
deprecated
func DisposeCollection(arg0 Collection)
DisposeCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551429-disposecollection
func DisposeCollectionExceptionUPP
deprecated
func DisposeCollectionExceptionUPP(arg0 CollectionExceptionUPP)
DisposeCollectionExceptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551385-disposecollectionexceptionupp
func DisposeCollectionFlattenUPP
deprecated
func DisposeCollectionFlattenUPP(arg0 CollectionFlattenUPP)
DisposeCollectionFlattenUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551454-disposecollectionflattenupp
func DisposeComponentFunctionUPP
deprecated
func DisposeComponentFunctionUPP(arg0 ComponentFunctionUPP)
DisposeComponentFunctionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516369-disposecomponentfunctionupp
func DisposeComponentMPWorkFunctionUPP
deprecated
func DisposeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionUPP)
DisposeComponentMPWorkFunctionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516328-disposecomponentmpworkfunctionup
func DisposeComponentRoutineUPP
deprecated
func DisposeComponentRoutineUPP(arg0 ComponentRoutineUPP)
DisposeComponentRoutineUPP disposes of the universal procedure pointer (UPP) to a component routine callback function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516334-disposecomponentroutineupp
func DisposeDebugAssertOutputHandlerUPP
deprecated
func DisposeDebugAssertOutputHandlerUPP(arg0 DebugAssertOutputHandlerUPP)
DisposeDebugAssertOutputHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517746-disposedebugassertoutputhandleru
func DisposeDebugComponent
deprecated
DisposeDebugComponent.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517752-disposedebugcomponent
func DisposeDebugComponentCallbackUPP
deprecated
func DisposeDebugComponentCallbackUPP(arg0 DebugComponentCallbackUPP)
DisposeDebugComponentCallbackUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517724-disposedebugcomponentcallbackupp
func DisposeDebuggerDisposeThreadUPP
deprecated
func DisposeDebuggerDisposeThreadUPP(arg0 DebuggerDisposeThreadUPP)
DisposeDebuggerDisposeThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574277-disposedebuggerdisposethreadupp
func DisposeDebuggerNewThreadUPP
deprecated
func DisposeDebuggerNewThreadUPP(arg0 DebuggerNewThreadUPP)
DisposeDebuggerNewThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574218-disposedebuggernewthreadupp
func DisposeDebuggerThreadSchedulerUPP
deprecated
func DisposeDebuggerThreadSchedulerUPP(arg0 DebuggerThreadSchedulerUPP)
DisposeDebuggerThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574286-disposedebuggerthreadschedulerup
func DisposeDeferredTaskUPP
deprecated
func DisposeDeferredTaskUPP(arg0 DeferredTaskUPP)
DisposeDeferredTaskUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533363-disposedeferredtaskupp
func DisposeExceptionHandlerUPP
deprecated
func DisposeExceptionHandlerUPP(arg0 ExceptionHandlerUPP)
DisposeExceptionHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1500674-disposeexceptionhandlerupp
func DisposeFNSubscriptionUPP
deprecated
func DisposeFNSubscriptionUPP(arg0 FNSubscriptionUPP)
DisposeFNSubscriptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566772-disposefnsubscriptionupp
func DisposeFSVolumeEjectUPP
deprecated
func DisposeFSVolumeEjectUPP(arg0 FSVolumeEjectUPP)
DisposeFSVolumeEjectUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566754-disposefsvolumeejectupp
func DisposeFSVolumeMountUPP
deprecated
func DisposeFSVolumeMountUPP(arg0 FSVolumeMountUPP)
DisposeFSVolumeMountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565735-disposefsvolumemountupp
func DisposeFSVolumeUnmountUPP
deprecated
func DisposeFSVolumeUnmountUPP(arg0 FSVolumeUnmountUPP)
DisposeFSVolumeUnmountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565476-disposefsvolumeunmountupp
func DisposeFolderManagerNotificationUPP
deprecated
func DisposeFolderManagerNotificationUPP(arg0 FolderManagerNotificationUPP)
DisposeFolderManagerNotificationUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389143-disposefoldermanagernotification
func DisposeGetMissingComponentResourceUPP
deprecated
func DisposeGetMissingComponentResourceUPP(arg0 GetMissingComponentResourceUPP)
DisposeGetMissingComponentResourceUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516414-disposegetmissingcomponentresour
func DisposeHandle
deprecated
func DisposeHandle(arg0 uintptr)
DisposeHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506451-disposehandle
func DisposeIOCompletionUPP
deprecated
func DisposeIOCompletionUPP(arg0 IOCompletionUPP)
DisposeIOCompletionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566947-disposeiocompletionupp
func DisposeIndexToUCStringUPP ¶
func DisposeIndexToUCStringUPP(userUPP IndexToUCStringUPP)
DisposeIndexToUCStringUPP.
See: https://developer.apple.com/documentation/coreservices/1390390-disposeindextoucstringupp
func DisposeKCCallbackUPP
deprecated
func DisposeKCCallbackUPP(arg0 KCCallbackUPP)
DisposeKCCallbackUPP.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563023-disposekccallbackupp
func DisposeOSLAccessorUPP ¶
func DisposeOSLAccessorUPP(userUPP OSLAccessorUPP)
DisposeOSLAccessorUPP disposes of a universal procedure pointer to an object accessor function.
See: https://developer.apple.com/documentation/coreservices/1444684-disposeoslaccessorupp
func DisposeOSLAdjustMarksUPP ¶
func DisposeOSLAdjustMarksUPP(userUPP OSLAdjustMarksUPP)
DisposeOSLAdjustMarksUPP disposes of a universal procedure pointer to an object callback adjust marks function.
See: https://developer.apple.com/documentation/coreservices/1443940-disposeosladjustmarksupp
func DisposeOSLCompareUPP ¶
func DisposeOSLCompareUPP(userUPP OSLCompareUPP)
DisposeOSLCompareUPP disposes of a universal procedure pointer to an object callback comparison function.
See: https://developer.apple.com/documentation/coreservices/1448398-disposeoslcompareupp
func DisposeOSLCountUPP ¶
func DisposeOSLCountUPP(userUPP OSLCountUPP)
DisposeOSLCountUPP disposes of a universal procedure pointer to an object callback count function.
See: https://developer.apple.com/documentation/coreservices/1443984-disposeoslcountupp
func DisposeOSLDisposeTokenUPP ¶
func DisposeOSLDisposeTokenUPP(userUPP OSLDisposeTokenUPP)
DisposeOSLDisposeTokenUPP disposes of a universal procedure pointer to an object callback dispose token function.
See: https://developer.apple.com/documentation/coreservices/1442670-disposeosldisposetokenupp
func DisposeOSLGetErrDescUPP ¶
func DisposeOSLGetErrDescUPP(userUPP OSLGetErrDescUPP)
DisposeOSLGetErrDescUPP disposes of a universal procedure pointer to an object callback get error descriptor function.
See: https://developer.apple.com/documentation/coreservices/1446061-disposeoslgeterrdescupp
func DisposeOSLGetMarkTokenUPP ¶
func DisposeOSLGetMarkTokenUPP(userUPP OSLGetMarkTokenUPP)
DisposeOSLGetMarkTokenUPP disposes of a universal procedure pointer to an object callback get mark function.
See: https://developer.apple.com/documentation/coreservices/1442377-disposeoslgetmarktokenupp
func DisposeOSLMarkUPP ¶
func DisposeOSLMarkUPP(userUPP OSLMarkUPP)
DisposeOSLMarkUPP disposes of a universal procedure pointer to an object callback mark function.
See: https://developer.apple.com/documentation/coreservices/1449253-disposeoslmarkupp
func DisposePtr
deprecated
DisposePtr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506427-disposeptr
func DisposeResErrUPP
deprecated
func DisposeResErrUPP(arg0 ResErrUPP)
DisposeResErrUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529332-disposereserrupp
func DisposeSelectorFunctionUPP
deprecated
func DisposeSelectorFunctionUPP(arg0 SelectorFunctionUPP)
DisposeSelectorFunctionUPP disposes of a universal procedure pointer to a selector callback function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1472149-disposeselectorfunctionupp
func DisposeSleepQUPP
deprecated
func DisposeSleepQUPP(arg0 SleepQUPP)
DisposeSleepQUPP.
Deprecated: Deprecated since macOS 10.5.
See: https://developer.apple.com/documentation/coreservices/1427426-disposesleepqupp
func DisposeTextToUnicodeInfo ¶
func DisposeTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32
DisposeTextToUnicodeInfo releases the memory allocated for the specified Unicodeconverter object.
See: https://developer.apple.com/documentation/coreservices/1433669-disposetexttounicodeinfo
func DisposeThread
deprecated
DisposeThread.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574219-disposethread
func DisposeThreadEntryUPP
deprecated
func DisposeThreadEntryUPP(arg0 ThreadEntryUPP)
DisposeThreadEntryUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574275-disposethreadentryupp
func DisposeThreadSchedulerUPP
deprecated
func DisposeThreadSchedulerUPP(arg0 ThreadSchedulerUPP)
DisposeThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574280-disposethreadschedulerupp
func DisposeThreadSwitchUPP
deprecated
func DisposeThreadSwitchUPP(arg0 ThreadSwitchUPP)
DisposeThreadSwitchUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574264-disposethreadswitchupp
func DisposeThreadTerminationUPP
deprecated
func DisposeThreadTerminationUPP(arg0 ThreadTerminationUPP)
DisposeThreadTerminationUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574233-disposethreadterminationupp
func DisposeTimerUPP
deprecated
func DisposeTimerUPP(arg0 TimerUPP)
DisposeTimerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1550797-disposetimerupp
func DisposeUnicodeToTextFallbackUPP ¶
func DisposeUnicodeToTextFallbackUPP(arg0 UnicodeToTextFallbackUPP)
DisposeUnicodeToTextFallbackUPP disposes of a a new universal procedure pointer (UPP)to a Unicode-to-text fallback callback.
See: https://developer.apple.com/documentation/coreservices/1433648-disposeunicodetotextfallbackupp
func DisposeUnicodeToTextInfo ¶
func DisposeUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32
DisposeUnicodeToTextInfo releases the memory allocated for the specified Unicodeconverter object.
See: https://developer.apple.com/documentation/coreservices/1433564-disposeunicodetotextinfo
func DisposeUnicodeToTextRunInfo ¶
func DisposeUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32
DisposeUnicodeToTextRunInfo releases the memory allocated for the specified Unicodeconverter object.
See: https://developer.apple.com/documentation/coreservices/1433595-disposeunicodetotextruninfo
func Dtox80
deprecated
Dtox80.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492664-dtox80
func DurationToAbsolute
deprecated
func DurationToAbsolute(arg0 Duration) kernel.AbsoluteTime
DurationToAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501247-durationtoabsolute
func EmptyCollection
deprecated
func EmptyCollection(arg0 Collection)
EmptyCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551422-emptycollection
func EmptyHandle
deprecated
func EmptyHandle(arg0 uintptr)
EmptyHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506345-emptyhandle
func Enqueue
deprecated
Enqueue.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533340-enqueue
func FNGetDirectoryForSubscription
deprecated
func FNGetDirectoryForSubscription(arg0 FNSubscriptionRef, arg1 uintptr) int32
FNGetDirectoryForSubscription.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566615-fngetdirectoryforsubscription
func FNNotifyAll
deprecated
FNNotifyAll.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565760-fnnotifyall
func FNNotifyByPath
deprecated
FNNotifyByPath.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566346-fnnotifybypath
func FNSubscribe
deprecated
func FNSubscribe(arg0 uintptr, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32
FNSubscribe.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565373-fnsubscribe
func FNSubscribeByPath
deprecated
func FNSubscribeByPath(arg0 uint8, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32
FNSubscribeByPath.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566843-fnsubscribebypath
func FNUnsubscribe
deprecated
func FNUnsubscribe(arg0 FNSubscriptionRef) int32
FNUnsubscribe.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565232-fnunsubscribe
func FSAllocateFork
deprecated
func FSAllocateFork(arg0 FSIORefNum, arg1 FSAllocationFlags, arg2 uint16, arg3 int64, arg4 uint64, arg5 uint64) int16
FSAllocateFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566175-fsallocatefork
func FSCancelVolumeOperation
deprecated
func FSCancelVolumeOperation(arg0 FSVolumeOperation) int32
FSCancelVolumeOperation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565396-fscancelvolumeoperation
func FSCatalogSearch
deprecated
func FSCatalogSearch(arg0 FSIterator, arg1 FSSearchParams, arg2 uintptr, arg3 uintptr, arg4 bool, arg5 FSCatalogInfoBitmap, arg6 FSCatalogInfo, arg7 uintptr, arg8 FSSpecPtr, arg9 kernel.HFSUniStr255) int16
FSCatalogSearch.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565862-fscatalogsearch
func FSCloseFork
deprecated
func FSCloseFork(arg0 FSIORefNum) int16
FSCloseFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566900-fsclosefork
func FSCloseIterator
deprecated
func FSCloseIterator(arg0 FSIterator) int16
FSCloseIterator.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566681-fscloseiterator
func FSCompareFSRefs
deprecated
FSCompareFSRefs.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565571-fscomparefsrefs
func FSCopyDADiskForVolume
deprecated
func FSCopyDADiskForVolume(arg0 uintptr, arg1 diskarbitration.DADiskRef) int32
FSCopyDADiskForVolume.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565813-fscopydadiskforvolume
func FSCopyDiskIDForVolume
deprecated
func FSCopyDiskIDForVolume(arg0 uintptr, arg1 corefoundation.CFStringRef) int32
FSCopyDiskIDForVolume.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565655-fscopydiskidforvolume
func FSCopyObjectAsync
deprecated
func FSCopyObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32
FSCopyObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566285-fscopyobjectasync
func FSCopyObjectSync
deprecated
func FSCopyObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, arg4 uintptr) int32
FSCopyObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565258-fscopyobjectsync
func FSCopyURLForVolume
deprecated
func FSCopyURLForVolume(arg0 uintptr, arg1 corefoundation.CFURLRef) int32
FSCopyURLForVolume.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566159-fscopyurlforvolume
func FSCreateDirectoryUnicode
deprecated
func FSCreateDirectoryUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr, arg7 uint32) int16
FSCreateDirectoryUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565979-fscreatedirectoryunicode
func FSCreateFileAndOpenForkUnicode
deprecated
func FSCreateFileAndOpenForkUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uint, arg6 uint16, arg7 int8, arg8 FSIORefNum, arg9 uintptr) int32
FSCreateFileAndOpenForkUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565699-fscreatefileandopenforkunicode
func FSCreateFileUnicode
deprecated
func FSCreateFileUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr) int16
FSCreateFileUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565163-fscreatefileunicode
func FSCreateFork
deprecated
FSCreateFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565554-fscreatefork
func FSCreateResFile
deprecated
func FSCreateResFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr)
FSCreateResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529336-fscreateresfile
func FSCreateResourceFile
deprecated
func FSCreateResourceFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uint, arg6 uint16, arg7 uintptr, arg8 FSSpecPtr) int16
FSCreateResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529242-fscreateresourcefile
func FSCreateResourceFork
deprecated
func FSCreateStringFromHFSUniStr
deprecated
func FSCreateStringFromHFSUniStr(arg0 corefoundation.CFAllocatorRef, arg1 kernel.HFSUniStr255) corefoundation.CFStringRef
FSCreateStringFromHFSUniStr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566957-fscreatestringfromhfsunistr
func FSCreateVolumeOperation
deprecated
func FSCreateVolumeOperation(arg0 FSVolumeOperation) int32
FSCreateVolumeOperation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566671-fscreatevolumeoperation
func FSDeleteFork
deprecated
FSDeleteFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565370-fsdeletefork
func FSDeleteObject
deprecated
FSDeleteObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566089-fsdeleteobject
func FSDetermineIfRefIsEnclosedByFolder
deprecated
func FSDisposeVolumeOperation
deprecated
func FSDisposeVolumeOperation(arg0 FSVolumeOperation) int32
FSDisposeVolumeOperation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565382-fsdisposevolumeoperation
func FSEjectVolumeAsync
deprecated
func FSEjectVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeEjectUPP, arg4 corefoundation.CFRunLoopRef, arg5 corefoundation.CFStringRef) int32
FSEjectVolumeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566919-fsejectvolumeasync
func FSEjectVolumeSync
deprecated
FSEjectVolumeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566031-fsejectvolumesync
func FSEventStreamCopyDescription ¶
func FSEventStreamCopyDescription(streamRef unsafe.Pointer) corefoundation.CFStringRef
FSEventStreamCopyDescription.
See: https://developer.apple.com/documentation/coreservices/1442676-fseventstreamcopydescription
func FSEventStreamCopyPathsBeingWatched ¶
func FSEventStreamCopyPathsBeingWatched(streamRef unsafe.Pointer) corefoundation.CFArrayRef
FSEventStreamCopyPathsBeingWatched.
See: https://developer.apple.com/documentation/coreservices/1447917-fseventstreamcopypathsbeingwatch
func FSEventStreamCreate ¶
func FSEventStreamCreate(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, context unsafe.Pointer, pathsToWatch corefoundation.CFArrayRef, sinceWhen uint64, latency float64, flags uint32) unsafe.Pointer
FSEventStreamCreate.
See: https://developer.apple.com/documentation/coreservices/1443980-fseventstreamcreate
func FSEventStreamCreateRelativeToDevice ¶
func FSEventStreamCreateRelativeToDevice(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, context unsafe.Pointer, deviceToWatch int32, pathsToWatchRelativeToDevice corefoundation.CFArrayRef, sinceWhen uint64, latency float64, flags uint32) unsafe.Pointer
FSEventStreamCreateRelativeToDevice.
See: https://developer.apple.com/documentation/coreservices/1447341-fseventstreamcreaterelativetodev
func FSEventStreamFlushAsync ¶
FSEventStreamFlushAsync.
See: https://developer.apple.com/documentation/coreservices/1441727-fseventstreamflushasync
func FSEventStreamFlushSync ¶
FSEventStreamFlushSync.
See: https://developer.apple.com/documentation/coreservices/1445629-fseventstreamflushsync
func FSEventStreamGetDeviceBeingWatched ¶
FSEventStreamGetDeviceBeingWatched.
See: https://developer.apple.com/documentation/coreservices/1449675-fseventstreamgetdevicebeingwatch
func FSEventStreamGetLatestEventId ¶
FSEventStreamGetLatestEventId.
See: https://developer.apple.com/documentation/coreservices/1446030-fseventstreamgetlatesteventid
func FSEventStreamInvalidate ¶
FSEventStreamInvalidate.
See: https://developer.apple.com/documentation/coreservices/1446990-fseventstreaminvalidate
func FSEventStreamRelease ¶
FSEventStreamRelease.
See: https://developer.apple.com/documentation/coreservices/1445989-fseventstreamrelease
func FSEventStreamRetain ¶
FSEventStreamRetain.
See: https://developer.apple.com/documentation/coreservices/1444986-fseventstreamretain
func FSEventStreamSetDispatchQueue ¶
FSEventStreamSetDispatchQueue schedules the stream on the specified dispatch queue.
See: https://developer.apple.com/documentation/coreservices/1444164-fseventstreamsetdispatchqueue
func FSEventStreamSetExclusionPaths ¶
func FSEventStreamSetExclusionPaths(streamRef unsafe.Pointer, pathsToExclude corefoundation.CFArrayRef) bool
FSEventStreamSetExclusionPaths.
See: https://developer.apple.com/documentation/coreservices/1444666-fseventstreamsetexclusionpaths
func FSEventStreamShow ¶
FSEventStreamShow.
See: https://developer.apple.com/documentation/coreservices/1444302-fseventstreamshow
func FSEventStreamStart ¶
FSEventStreamStart.
See: https://developer.apple.com/documentation/coreservices/1448000-fseventstreamstart
func FSEventStreamStop ¶
FSEventStreamStop.
See: https://developer.apple.com/documentation/coreservices/1447673-fseventstreamstop
func FSEventsCopyUUIDForDevice ¶
func FSEventsCopyUUIDForDevice(dev int32) corefoundation.CFUUID
FSEventsCopyUUIDForDevice.
See: https://developer.apple.com/documentation/coreservices/1444453-fseventscopyuuidfordevice
func FSEventsGetCurrentEventId ¶
func FSEventsGetCurrentEventId() uint64
FSEventsGetCurrentEventId.
See: https://developer.apple.com/documentation/coreservices/1442917-fseventsgetcurrenteventid
func FSEventsGetLastEventIdForDeviceBeforeTime ¶
func FSEventsGetLastEventIdForDeviceBeforeTime(dev int32, time corefoundation.CFAbsoluteTime) uint64
FSEventsGetLastEventIdForDeviceBeforeTime.
See: https://developer.apple.com/documentation/coreservices/1449772-fseventsgetlasteventidfordeviceb
func FSEventsPurgeEventsForDeviceUpToEventId ¶
FSEventsPurgeEventsForDeviceUpToEventId.
See: https://developer.apple.com/documentation/coreservices/1447985-fseventspurgeeventsfordeviceupto
func FSFileOperationCancel
deprecated
func FSFileOperationCancel(arg0 FSFileOperationRef) int32
FSFileOperationCancel.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565866-fsfileoperationcancel
func FSFileOperationCopyStatus
deprecated
func FSFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 uintptr, arg2 FSFileOperationStage, arg3 int32, arg4 corefoundation.CFDictionaryRef) int32
FSFileOperationCopyStatus.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566279-fsfileoperationcopystatus
func FSFileOperationGetTypeID
deprecated
func FSFileOperationGetTypeID() uint
FSFileOperationGetTypeID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565673-fsfileoperationgettypeid
func FSFileOperationScheduleWithRunLoop
deprecated
func FSFileOperationScheduleWithRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef) int32
FSFileOperationScheduleWithRunLoop.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565845-fsfileoperationschedulewithrunlo
func FSFileOperationUnscheduleFromRunLoop
deprecated
func FSFileOperationUnscheduleFromRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef) int32
FSFileOperationUnscheduleFromRunLoop.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565483-fsfileoperationunschedulefromrun
func FSFileSecurityCopyAccessControlList
deprecated
func FSFileSecurityCopyAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32
FSFileSecurityCopyAccessControlList.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565603-fsfilesecuritycopyaccesscontroll
func FSFileSecurityGetGroup
deprecated
func FSFileSecurityGetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32
FSFileSecurityGetGroup.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565811-fsfilesecuritygetgroup
func FSFileSecurityGetGroupUUID
deprecated
func FSFileSecurityGetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32
FSFileSecurityGetGroupUUID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566799-fsfilesecuritygetgroupuuid
func FSFileSecurityGetMode
deprecated
func FSFileSecurityGetMode(arg0 FSFileSecurityRef, arg1 uint16) int32
FSFileSecurityGetMode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565106-fsfilesecuritygetmode
func FSFileSecurityGetOwner
deprecated
func FSFileSecurityGetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32
FSFileSecurityGetOwner.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566659-fsfilesecuritygetowner
func FSFileSecurityGetOwnerUUID
deprecated
func FSFileSecurityGetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32
FSFileSecurityGetOwnerUUID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566694-fsfilesecuritygetowneruuid
func FSFileSecurityGetTypeID
deprecated
func FSFileSecurityGetTypeID() uint
FSFileSecurityGetTypeID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565576-fsfilesecuritygettypeid
func FSFileSecuritySetAccessControlList
deprecated
func FSFileSecuritySetAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32
FSFileSecuritySetAccessControlList.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566029-fsfilesecuritysetaccesscontrolli
func FSFileSecuritySetGroup
deprecated
func FSFileSecuritySetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32
FSFileSecuritySetGroup.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565296-fsfilesecuritysetgroup
func FSFileSecuritySetGroupUUID
deprecated
func FSFileSecuritySetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32
FSFileSecuritySetGroupUUID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566445-fsfilesecuritysetgroupuuid
func FSFileSecuritySetMode
deprecated
func FSFileSecuritySetMode(arg0 FSFileSecurityRef, arg1 uint16) int32
FSFileSecuritySetMode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565105-fsfilesecuritysetmode
func FSFileSecuritySetOwner
deprecated
func FSFileSecuritySetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32
FSFileSecuritySetOwner.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566946-fsfilesecuritysetowner
func FSFileSecuritySetOwnerUUID
deprecated
func FSFileSecuritySetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32
FSFileSecuritySetOwnerUUID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565207-fsfilesecuritysetowneruuid
func FSFindFolder
deprecated
func FSFlushFork
deprecated
func FSFlushFork(arg0 FSIORefNum) int16
FSFlushFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566414-fsflushfork
func FSFlushVolume
deprecated
FSFlushVolume.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565506-fsflushvolume
func FSGetAsyncEjectStatus
deprecated
func FSGetAsyncEjectStatus(arg0 FSVolumeOperation, arg1 FSEjectStatus, arg2 int32, arg3 uintptr, arg4 int32) int32
FSGetAsyncEjectStatus.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565993-fsgetasyncejectstatus
func FSGetAsyncMountStatus
deprecated
func FSGetAsyncMountStatus(arg0 FSVolumeOperation, arg1 FSMountStatus, arg2 int32, arg3 uintptr) int32
FSGetAsyncMountStatus.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566519-fsgetasyncmountstatus
func FSGetAsyncUnmountStatus
deprecated
func FSGetAsyncUnmountStatus(arg0 FSVolumeOperation, arg1 FSUnmountStatus, arg2 int32, arg3 uintptr, arg4 int32) int32
FSGetAsyncUnmountStatus.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565808-fsgetasyncunmountstatus
func FSGetDataForkName
deprecated
func FSGetDataForkName(arg0 kernel.HFSUniStr255) int16
FSGetDataForkName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566760-fsgetdataforkname
func FSGetForkCBInfo
deprecated
func FSGetForkCBInfo(arg0 FSIORefNum, arg1 uintptr, arg2 int16, arg3 FSIORefNum, arg4 FSForkInfo, arg5 uintptr, arg6 kernel.HFSUniStr255) int16
FSGetForkCBInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565345-fsgetforkcbinfo
func FSGetForkPosition
deprecated
func FSGetForkPosition(arg0 FSIORefNum, arg1 int64) int16
FSGetForkPosition.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565089-fsgetforkposition
func FSGetForkSize
deprecated
func FSGetForkSize(arg0 FSIORefNum, arg1 int64) int16
FSGetForkSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565455-fsgetforksize
func FSGetHFSUniStrFromString
deprecated
func FSGetHFSUniStrFromString(arg0 corefoundation.CFStringRef, arg1 kernel.HFSUniStr255) int32
FSGetHFSUniStrFromString.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565877-fsgethfsunistrfromstring
func FSGetResourceForkName
deprecated
func FSGetResourceForkName(arg0 kernel.HFSUniStr255) int16
FSGetResourceForkName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566158-fsgetresourceforkname
func FSGetTemporaryDirectoryForReplaceObject
deprecated
FSGetTemporaryDirectoryForReplaceObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566436-fsgettemporarydirectoryforreplac
func FSGetVolumeForDADisk
deprecated
func FSGetVolumeForDADisk(arg0 diskarbitration.DADiskRef, arg1 uintptr) int32
FSGetVolumeForDADisk.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566612-fsgetvolumefordadisk
func FSGetVolumeForDiskID
deprecated
func FSGetVolumeForDiskID(arg0 corefoundation.CFStringRef, arg1 uintptr) int32
FSGetVolumeForDiskID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565529-fsgetvolumefordiskid
func FSGetVolumeInfo
deprecated
func FSGetVolumeInfo(arg0 uintptr, arg1 uintptr, arg2 uintptr, arg3 FSVolumeInfoBitmap, arg4 FSVolumeInfo, arg5 kernel.HFSUniStr255, arg6 uintptr) int16
FSGetVolumeInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566350-fsgetvolumeinfo
func FSGetVolumeMountInfo
deprecated
func FSGetVolumeMountInfoSize
deprecated
FSGetVolumeMountInfoSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566473-fsgetvolumemountinfosize
func FSGetVolumeParms
deprecated
func FSGetVolumeParms(arg0 uintptr, arg1 GetVolParmsInfoBuffer, arg2 uintptr) int32
FSGetVolumeParms.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565147-fsgetvolumeparms
func FSIsFSRefValid
deprecated
FSIsFSRefValid.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565952-fsisfsrefvalid
func FSIterateForks
deprecated
func FSIterateForks(arg0 uintptr, arg1 CatPositionRec, arg2 kernel.HFSUniStr255, arg3 int64, arg4 uint64) int16
FSIterateForks.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565757-fsiterateforks
func FSLockRange
deprecated
FSLockRange.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566371-fslockrange
func FSMakeFSRefUnicode
deprecated
func FSMakeFSRefUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 TextEncoding, arg4 uintptr) int16
FSMakeFSRefUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565210-fsmakefsrefunicode
func FSMountLocalVolumeAsync
deprecated
func FSMountLocalVolumeAsync(arg0 corefoundation.CFStringRef, arg1 corefoundation.CFURLRef, arg2 FSVolumeOperation, arg3 uintptr, arg4 FSVolumeMountUPP, arg5 corefoundation.CFRunLoopRef, arg6 corefoundation.CFStringRef) int32
FSMountLocalVolumeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565530-fsmountlocalvolumeasync
func FSMountLocalVolumeSync
deprecated
func FSMountLocalVolumeSync(arg0 corefoundation.CFStringRef, arg1 corefoundation.CFURLRef, arg2 uintptr, arg3 uintptr) int32
FSMountLocalVolumeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566302-fsmountlocalvolumesync
func FSMountServerVolumeAsync
deprecated
func FSMountServerVolumeAsync(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFURLRef, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 FSVolumeOperation, arg5 uintptr, arg6 FSVolumeMountUPP, arg7 corefoundation.CFRunLoopRef, arg8 corefoundation.CFStringRef) int32
FSMountServerVolumeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565318-fsmountservervolumeasync
func FSMountServerVolumeSync
deprecated
func FSMountServerVolumeSync(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFURLRef, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 uintptr) int32
FSMountServerVolumeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565166-fsmountservervolumesync
func FSMoveObject
deprecated
FSMoveObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566291-fsmoveobject
func FSMoveObjectAsync
deprecated
func FSMoveObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32
FSMoveObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566762-fsmoveobjectasync
func FSMoveObjectSync
deprecated
func FSMoveObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, arg4 uintptr) int32
FSMoveObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566525-fsmoveobjectsync
func FSMoveObjectToTrashAsync
deprecated
func FSMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 unsafe.Pointer, arg4 float64, arg5 FSFileOperationClientContext) int32
FSMoveObjectToTrashAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565854-fsmoveobjecttotrashasync
func FSMoveObjectToTrashSync
deprecated
FSMoveObjectToTrashSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566651-fsmoveobjecttotrashsync
func FSOpenFork
deprecated
FSOpenFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565689-fsopenfork
func FSOpenIterator
deprecated
func FSOpenIterator(arg0 uintptr, arg1 FSIteratorFlags, arg2 FSIterator) int16
FSOpenIterator.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565368-fsopeniterator
func FSOpenOrphanResFile
deprecated
func FSOpenOrphanResFile(arg0 uintptr, arg1 kernel.SignedByte, arg2 ResFileRefNum) int16
FSOpenOrphanResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529349-fsopenorphanresfile
func FSOpenResourceFile
deprecated
FSOpenResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529373-fsopenresourcefile
func FSPathCopyObjectAsync
deprecated
func FSPathCopyObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32
FSPathCopyObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566056-fspathcopyobjectasync
func FSPathCopyObjectSync
deprecated
func FSPathCopyObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32
FSPathCopyObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565384-fspathcopyobjectsync
func FSPathFileOperationCopyStatus
deprecated
func FSPathFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 int8, arg2 FSFileOperationStage, arg3 int32, arg4 corefoundation.CFDictionaryRef) int32
FSPathFileOperationCopyStatus.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566335-fspathfileoperationcopystatus
func FSPathGetTemporaryDirectoryForReplaceObject
deprecated
func FSPathMakeRef
deprecated
FSPathMakeRef.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565195-fspathmakeref
func FSPathMakeRefWithOptions
deprecated
func FSPathMoveObjectAsync
deprecated
func FSPathMoveObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32
FSPathMoveObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566169-fspathmoveobjectasync
func FSPathMoveObjectSync
deprecated
func FSPathMoveObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32
FSPathMoveObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566022-fspathmoveobjectsync
func FSPathMoveObjectToTrashAsync
deprecated
func FSPathMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 int8, arg2 uintptr, arg3 unsafe.Pointer, arg4 float64, arg5 FSFileOperationClientContext) int32
FSPathMoveObjectToTrashAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565270-fspathmoveobjecttotrashasync
func FSPathMoveObjectToTrashSync
deprecated
FSPathMoveObjectToTrashSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566818-fspathmoveobjecttotrashsync
func FSPathReplaceObject
deprecated
func FSPathReplaceObject(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 int8, arg5 uintptr) int32
FSPathReplaceObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566463-fspathreplaceobject
func FSReadFork
deprecated
FSReadFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565997-fsreadfork
func FSRefMakePath
deprecated
FSRefMakePath.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565635-fsrefmakepath
func FSRenameUnicode
deprecated
FSRenameUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565792-fsrenameunicode
func FSReplaceObject
deprecated
func FSReplaceObject(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 uintptr, arg6 uintptr) int32
FSReplaceObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566736-fsreplaceobject
func FSResolveNodeID
deprecated
FSResolveNodeID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565623-fsresolvenodeid
func FSResourceFileAlreadyOpen
deprecated
func FSResourceFileAlreadyOpen(arg0 uintptr, arg1 bool, arg2 ResFileRefNum) bool
FSResourceFileAlreadyOpen.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529331-fsresourcefilealreadyopen
func FSSetCatalogInfo
deprecated
func FSSetCatalogInfo(arg0 uintptr, arg1 FSCatalogInfoBitmap, arg2 FSCatalogInfo) int16
FSSetCatalogInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566580-fssetcataloginfo
func FSSetForkPosition
deprecated
func FSSetForkPosition(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16
FSSetForkPosition.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566508-fssetforkposition
func FSSetForkSize
deprecated
func FSSetForkSize(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16
FSSetForkSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566185-fssetforksize
func FSSetVolumeInfo
deprecated
func FSSetVolumeInfo(arg0 uintptr, arg1 FSVolumeInfoBitmap, arg2 FSVolumeInfo) int16
FSSetVolumeInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565574-fssetvolumeinfo
func FSUnlinkObject
deprecated
FSUnlinkObject.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565924-fsunlinkobject
func FSUnlockRange
deprecated
FSUnlockRange.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565302-fsunlockrange
func FSUnmountVolumeAsync
deprecated
func FSUnmountVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeUnmountUPP, arg4 corefoundation.CFRunLoopRef, arg5 corefoundation.CFStringRef) int32
FSUnmountVolumeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566587-fsunmountvolumeasync
func FSUnmountVolumeSync
deprecated
FSUnmountVolumeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566764-fsunmountvolumesync
func FSVolumeMount
deprecated
FSVolumeMount.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566510-fsvolumemount
func FSWriteFork
deprecated
FSWriteFork.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565526-fswritefork
func FindFolder
deprecated
func Fix2Frac
deprecated
Fix2Frac.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409219-fix2frac
func Fix2Long
deprecated
Fix2Long.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409214-fix2long
func Fix2X
deprecated
Fix2X.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409225-fix2x
func FixATan2
deprecated
func FixATan2(arg0 int32, arg1 int32) objectivec.IObject
FixATan2.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409269-fixatan2
func FixDiv
deprecated
func FixDiv(arg0 uintptr, arg1 uintptr) objectivec.IObject
FixDiv.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409285-fixdiv
func FixMul
deprecated
func FixMul(arg0 uintptr, arg1 uintptr) objectivec.IObject
FixMul.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409241-fixmul
func FixRatio
deprecated
func FixRatio(arg0 int16, arg1 int16) objectivec.IObject
FixRatio.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409283-fixratio
func FixRound
deprecated
FixRound.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409274-fixround
func FlattenCollection
deprecated
func FlattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16
FlattenCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551324-flattencollection
func FlattenCollectionToHdl
deprecated
func FlattenCollectionToHdl(arg0 Collection, arg1 uintptr) int16
FlattenCollectionToHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551407-flattencollectiontohdl
func FlattenPartialCollection
deprecated
func FlattenPartialCollection(arg0 Collection, arg1 CollectionFlattenUPP, arg2 int32, arg3 int32) int16
FlattenPartialCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551435-flattenpartialcollection
func Frac2Fix
deprecated
func Frac2Fix(arg0 kernel.Fract) objectivec.IObject
Frac2Fix.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409286-frac2fix
func Frac2X
deprecated
Frac2X.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409216-frac2x
func FracCos
deprecated
FracCos.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409257-fraccos
func FracSin
deprecated
FracSin.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409243-fracsin
func GestaltFunc
deprecated
GestaltFunc obtains information about the operating environment.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1471624-gestalt
func Get1IndResource
deprecated
func Get1IndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObject
Get1IndResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529284-get1indresource
func Get1IndType
deprecated
func Get1IndType(arg0 uint32, arg1 ResourceIndex)
Get1IndType.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529368-get1indtype
func Get1NamedResource
deprecated
func Get1NamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObject
Get1NamedResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529253-get1namedresource
func Get1Resource
deprecated
func Get1Resource(arg0 uint32, arg1 ResID) objectivec.IObject
Get1Resource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529324-get1resource
func GetCPUSpeed
deprecated
func GetCPUSpeed() int
GetCPUSpeed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427401-getcpuspeed
func GetCollectionDefaultAttributes
deprecated
func GetCollectionDefaultAttributes(arg0 Collection) int32
GetCollectionDefaultAttributes.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551445-getcollectiondefaultattributes
func GetCollectionItem
deprecated
func GetCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16
GetCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551357-getcollectionitem
func GetCollectionItemHdl
deprecated
func GetCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16
GetCollectionItemHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551423-getcollectionitemhdl
func GetCollectionItemInfo
deprecated
func GetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, arg5 int32) int16
GetCollectionItemInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551399-getcollectioniteminfo
func GetCollectionRetainCount
deprecated
func GetCollectionRetainCount(arg0 Collection) objectivec.IObject
GetCollectionRetainCount.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551403-getcollectionretaincount
func GetComponentIndString
deprecated
func GetComponentInfo
deprecated
func GetComponentInfo(arg0 Component, arg1 ComponentDescription, arg2 uintptr, arg3 uintptr, arg4 uintptr) int16
GetComponentInfo returns to your application the registration information for a component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516438-getcomponentinfo
func GetComponentInstanceError
deprecated
func GetComponentInstanceError(arg0 ComponentInstance) int16
GetComponentInstanceError returns to your application the last error generated by a specific connection to a component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516618-getcomponentinstanceerror
func GetComponentInstanceStorage
deprecated
func GetComponentInstanceStorage(arg0 ComponentInstance) objectivec.IObject
GetComponentInstanceStorage allows your component to retrieve a handle to the memory associated with a connection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516517-getcomponentinstancestorage
func GetComponentListModSeed
deprecated
func GetComponentListModSeed() int32
GetComponentListModSeed allows your application to determine if the list of registered components has changed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516399-getcomponentlistmodseed
func GetComponentPublicIndString
deprecated
func GetComponentPublicResource
deprecated
func GetComponentPublicResourceList
deprecated
func GetComponentPublicResourceList(arg0 uint32, arg1 int16, arg2 int32, arg3 ComponentDescription, arg4 GetMissingComponentResourceUPP) int16
GetComponentPublicResourceList.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516460-getcomponentpublicresourcelist
func GetComponentRefcon
deprecated
GetComponentRefcon retrieves the value of the reference constant for your component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516331-getcomponentrefcon
func GetComponentResource
deprecated
func GetComponentTypeModSeed
deprecated
GetComponentTypeModSeed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516653-getcomponenttypemodseed
func GetCurrentThread
deprecated
GetCurrentThread.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574216-getcurrentthread
func GetCustomIconsEnabled
deprecated
func GetDebugComponentInfo
deprecated
func GetDebugOptionInfo
deprecated
func GetDefaultThreadStackSize
deprecated
func GetDefaultThreadStackSize(arg0 ThreadStyle, arg1 corefoundation.CGSize) int16
GetDefaultThreadStackSize.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574231-getdefaultthreadstacksize
func GetFolderNameUnicode
deprecated
GetFolderNameUnicode.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389375-getfoldernameunicode
func GetFolderTypes
deprecated
func GetFolderTypes(arg0 uint32, arg1 uint32, arg2 FolderType) int16
GetFolderTypes.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389428-getfoldertypes
func GetHandleSize
deprecated
func GetHandleSize(arg0 uintptr) corefoundation.CGSize
GetHandleSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506398-gethandlesize
func GetIconRef
deprecated
func GetIconRefFromComponent
deprecated
GetIconRefFromComponent.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1447113-geticonreffromcomponent
func GetIconRefFromFileInfo
deprecated
func GetIconRefFromFileInfo(inRef unsafe.Pointer, inFileNameLength unsafe.Pointer, inFileName *uint16, inWhichInfo FSCatalogInfoBitmap, inCatalogInfo unsafe.Pointer, inUsageFlags IconServicesUsageFlags, outIconRef uintptr, outLabel *uintptr) int32
GetIconRefFromFileInfo.
Deprecated: Deprecated since macOS 10.13.
See: https://developer.apple.com/documentation/coreservices/1447966-geticonreffromfileinfo
func GetIconRefFromFolder
deprecated
func GetIconRefFromFolder(vRefNum unsafe.Pointer, parentFolderID unsafe.Pointer, folderID unsafe.Pointer, attributes int8, accessPrivileges int8, theIconRef uintptr) int16
GetIconRefFromFolder.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1441712-geticonreffromfolder
func GetIconRefFromIconFamilyPtr
deprecated
func GetIconRefFromIconFamilyPtr(inIconFamilyPtr unsafe.Pointer, inSize corefoundation.CGSize, outIconRef uintptr) int32
GetIconRefFromIconFamilyPtr.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1443251-geticonreffromiconfamilyptr
func GetIconRefFromTypeInfo
deprecated
func GetIconRefFromTypeInfo(inCreator uint32, inType uint32, inExtension corefoundation.CFStringRef, inMIMEType corefoundation.CFStringRef, inUsageFlags IconServicesUsageFlags, outIconRef uintptr) int16
GetIconRefFromTypeInfo.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1445758-geticonreffromtypeinfo
func GetIconRefOwners
deprecated
GetIconRefOwners.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1447221-geticonrefowners
func GetIndResource
deprecated
func GetIndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObject
GetIndResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529227-getindresource
func GetIndType
deprecated
func GetIndType(arg0 uint32, arg1 ResourceIndex)
GetIndType.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529367-getindtype
func GetIndexedCollectionItem
deprecated
func GetIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16
GetIndexedCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551437-getindexedcollectionitem
func GetIndexedCollectionItemHdl
deprecated
func GetIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16
GetIndexedCollectionItemHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551443-getindexedcollectionitemhdl
func GetIndexedCollectionItemInfo
deprecated
func GetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 CollectionTag, arg3 int32, arg4 int32, arg5 int32) int16
GetIndexedCollectionItemInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551449-getindexedcollectioniteminfo
func GetIndexedCollectionTag
deprecated
func GetIndexedCollectionTag(arg0 Collection, arg1 int32, arg2 CollectionTag) int16
GetIndexedCollectionTag.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551355-getindexedcollectiontag
func GetMacOSStatusCommentString ¶
GetMacOSStatusCommentString.
See: https://developer.apple.com/documentation/coreservices/1517787-getmacosstatuscommentstring
func GetMacOSStatusErrorString ¶
GetMacOSStatusErrorString.
See: https://developer.apple.com/documentation/coreservices/1517786-getmacosstatuserrorstring
func GetMaxResourceSize
deprecated
GetMaxResourceSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529298-getmaxresourcesize
func GetNamedResource
deprecated
func GetNamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObject
GetNamedResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529296-getnamedresource
func GetNextFOND
deprecated
func GetNextFOND(arg0 uintptr) objectivec.IObject
GetNextFOND.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529354-getnextfond
func GetNextResourceFile
deprecated
func GetNextResourceFile(arg0 ResFileRefNum, arg1 ResFileRefNum) int16
GetNextResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529310-getnextresourcefile
func GetPtrSize
deprecated
func GetPtrSize(arg0 coreimage.Ptr) corefoundation.CGSize
GetPtrSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506465-getptrsize
func GetResInfo
deprecated
func GetResource
deprecated
func GetResource(arg0 uint32, arg1 ResID) objectivec.IObject
GetResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529302-getresource
func GetResourceSizeOnDisk
deprecated
GetResourceSizeOnDisk.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529348-getresourcesizeondisk
func GetScriptInfoFromTextEncoding ¶
func GetScriptInfoFromTextEncoding(arg0 TextEncoding, arg1 unsafe.Pointer, arg2 unsafe.Pointer) int32
GetScriptInfoFromTextEncoding.
See: https://developer.apple.com/documentation/coreservices/1399675-getscriptinfofromtextencoding
func GetScriptManagerVariable
deprecated
GetScriptManagerVariable.
Deprecated: Deprecated since macOS 10.5.
See: https://developer.apple.com/documentation/coreservices/1485022-getscriptmanagervariable
func GetTaggedCollectionItem
deprecated
func GetTaggedCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16
GetTaggedCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551359-gettaggedcollectionitem
func GetTaggedCollectionItemInfo
deprecated
func GetTaggedCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, arg5 int32, arg6 int32) int16
GetTaggedCollectionItemInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551370-gettaggedcollectioniteminfo
func GetTextEncodingFromScriptInfo ¶
func GetTextEncodingFromScriptInfo(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer, arg3 TextEncoding) int32
GetTextEncodingFromScriptInfo.
See: https://developer.apple.com/documentation/coreservices/1399689-gettextencodingfromscriptinfo
func GetTextEncodingName ¶
func GetTextEncodingName(arg0 TextEncoding, arg1 TextEncodingNameSelector, arg2 unsafe.Pointer, arg3 TextEncoding, arg4 uintptr, arg5 uintptr, arg6 unsafe.Pointer, arg7 TextEncoding, arg8 TextPtr) int32
GetTextEncodingName returns the localized name for a specified text encoding.
See: https://developer.apple.com/documentation/coreservices/1399645-gettextencodingname
func GetThreadCurrentTaskRef
deprecated
func GetThreadCurrentTaskRef(arg0 ThreadTaskRef) int16
GetThreadCurrentTaskRef.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574236-getthreadcurrenttaskref
func GetThreadState
deprecated
func GetThreadState(arg0 ThreadID, arg1 ThreadState) int16
GetThreadState.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574250-getthreadstate
func GetThreadStateGivenTaskRef
deprecated
func GetThreadStateGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID, arg2 ThreadState) int16
GetThreadStateGivenTaskRef.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574234-getthreadstategiventaskref
func GetTopResourceFile
deprecated
func GetTopResourceFile(arg0 ResFileRefNum) int16
GetTopResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529307-gettopresourcefile
func HClrRBit
deprecated
func HClrRBit(arg0 uintptr)
HClrRBit.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506459-hclrrbit
func HGetState
deprecated
HGetState.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506392-hgetstate
func HLock
deprecated
func HLock(arg0 uintptr)
HLock.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506234-hlock
func HLockHi
deprecated
func HLockHi(arg0 uintptr)
HLockHi.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506354-hlockhi
func HSetRBit
deprecated
func HSetRBit(arg0 uintptr)
HSetRBit.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506324-hsetrbit
func HSetState
deprecated
HSetState.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506435-hsetstate
func HUnlock
deprecated
func HUnlock(arg0 uintptr)
HUnlock.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506251-hunlock
func HandAndHand
deprecated
HandAndHand.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506243-handandhand
func HandToHand
deprecated
HandToHand.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506272-handtohand
func IdentifyFolder
deprecated
func IdentifyFolder(arg0 uintptr, arg1 int32, arg2 FolderType) int16
IdentifyFolder.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389047-identifyfolder
func IncrementAtomic
deprecated
IncrementAtomic.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490602-incrementatomic
func IncrementAtomic8
deprecated
IncrementAtomic8.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490585-incrementatomic8
func IncrementAtomic16
deprecated
IncrementAtomic16.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490600-incrementatomic16
func InsTime
deprecated
func InsTime(arg0 QElemPtr)
InsTime.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550782-instime
func InsXTime
deprecated
func InsXTime(arg0 QElemPtr)
InsXTime.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550792-insxtime
func InsertResourceFile
deprecated
func InsertResourceFile(arg0 ResFileRefNum, arg1 RsrcChainLocation) int16
InsertResourceFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529327-insertresourcefile
func InstallDebugAssertOutputHandler
deprecated
func InstallDebugAssertOutputHandler(arg0 DebugAssertOutputHandlerUPP)
InstallDebugAssertOutputHandler.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517758-installdebugassertoutputhandler
func InstallTimeTask
deprecated
InstallTimeTask.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550791-installtimetask
func InstallXTimeTask
deprecated
InstallXTimeTask.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550795-installxtimetask
func InvalidateFolderDescriptorCache
deprecated
InvalidateFolderDescriptorCache.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389097-invalidatefolderdescriptorcache
func InvokeAECoerceDescUPP ¶
func InvokeAECoerceDescUPP(fromDesc unsafe.Pointer, toType uint32, handlerRefcon uintptr, toDesc unsafe.Pointer, userUPP AECoerceDescUPP) int16
InvokeAECoerceDescUPP calls a universal procedure pointer to a function that coerces data stored in a descriptor.
See: https://developer.apple.com/documentation/coreservices/1445450-invokeaecoercedescupp
func InvokeAECoercePtrUPP ¶
func InvokeAECoercePtrUPP(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, toType uint32, handlerRefcon uintptr, result unsafe.Pointer, userUPP AECoercePtrUPP) int16
InvokeAECoercePtrUPP calls a universal procedure pointer to a function that coerces data stored in a buffer.
See: https://developer.apple.com/documentation/coreservices/1447079-invokeaecoerceptrupp
func InvokeAEDisposeExternalUPP ¶
func InvokeAEDisposeExternalUPP(dataPtr unsafe.Pointer, dataLength corefoundation.CGSize, refcon uintptr, userUPP AEDisposeExternalUPP)
InvokeAEDisposeExternalUPP calls a dispose external universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1441717-invokeaedisposeexternalupp
func InvokeAEEventHandlerUPP ¶
func InvokeAEEventHandlerUPP(theAppleEvent *AEDesc, reply *AEDesc, handlerRefcon uintptr, userUPP AEEventHandlerUPP) int16
InvokeAEEventHandlerUPP calls an event handler universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1446585-invokeaeeventhandlerupp
func InvokeCollectionExceptionUPP
deprecated
func InvokeCollectionExceptionUPP(arg0 Collection, arg1 int16, arg2 CollectionExceptionUPP) int16
InvokeCollectionExceptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551347-invokecollectionexceptionupp
func InvokeCollectionFlattenUPP
deprecated
func InvokeCollectionFlattenUPP(arg0 int32, arg1 CollectionFlattenUPP) int16
InvokeCollectionFlattenUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551380-invokecollectionflattenupp
func InvokeDebugAssertOutputHandlerUPP
deprecated
func InvokeDebugAssertOutputHandlerUPP(arg0 uint32, arg1 uint32, arg2 int8, arg3 int8, arg4 int8, arg5 int8, arg6 int, arg7 unsafe.Pointer, arg8 DebugAssertOutputHandlerUPP)
InvokeDebugAssertOutputHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517712-invokedebugassertoutputhandlerup
func InvokeDebugComponentCallbackUPP
deprecated
func InvokeDebugComponentCallbackUPP(arg0 int32, arg1 uint32, arg2 bool, arg3 DebugComponentCallbackUPP)
InvokeDebugComponentCallbackUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517770-invokedebugcomponentcallbackupp
func InvokeDebuggerDisposeThreadUPP
deprecated
func InvokeDebuggerDisposeThreadUPP(arg0 ThreadID, arg1 DebuggerDisposeThreadUPP)
InvokeDebuggerDisposeThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574308-invokedebuggerdisposethreadupp
func InvokeDebuggerNewThreadUPP
deprecated
func InvokeDebuggerNewThreadUPP(arg0 ThreadID, arg1 DebuggerNewThreadUPP)
InvokeDebuggerNewThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574207-invokedebuggernewthreadupp
func InvokeDeferredTaskUPP
deprecated
func InvokeDeferredTaskUPP(arg0 int, arg1 DeferredTaskUPP)
InvokeDeferredTaskUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533349-invokedeferredtaskupp
func InvokeExceptionHandlerUPP
deprecated
func InvokeExceptionHandlerUPP(arg0 ExceptionInformation, arg1 ExceptionHandlerUPP) int32
InvokeExceptionHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1500606-invokeexceptionhandlerupp
func InvokeFNSubscriptionUPP
deprecated
func InvokeFNSubscriptionUPP(arg0 FNMessage, arg1 uintptr, arg2 FNSubscriptionRef, arg3 FNSubscriptionUPP)
InvokeFNSubscriptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565242-invokefnsubscriptionupp
func InvokeFSVolumeEjectUPP
deprecated
func InvokeFSVolumeEjectUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, arg4 FSVolumeEjectUPP)
InvokeFSVolumeEjectUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565652-invokefsvolumeejectupp
func InvokeFSVolumeMountUPP
deprecated
func InvokeFSVolumeMountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 FSVolumeMountUPP)
InvokeFSVolumeMountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566167-invokefsvolumemountupp
func InvokeFSVolumeUnmountUPP
deprecated
func InvokeFSVolumeUnmountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, arg4 FSVolumeUnmountUPP)
InvokeFSVolumeUnmountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565842-invokefsvolumeunmountupp
func InvokeFolderManagerNotificationUPP
deprecated
func InvokeFolderManagerNotificationUPP(arg0 uint32, arg1 FolderManagerNotificationUPP) int32
InvokeFolderManagerNotificationUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389104-invokefoldermanagernotificationu
func InvokeGetMissingComponentResourceUPP
deprecated
func InvokeGetMissingComponentResourceUPP(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr, arg4 GetMissingComponentResourceUPP) int16
InvokeGetMissingComponentResourceUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516491-invokegetmissingcomponentresourc
func InvokeIOCompletionUPP
deprecated
func InvokeIOCompletionUPP(arg0 ParmBlkPtr, arg1 IOCompletionUPP)
InvokeIOCompletionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565303-invokeiocompletionupp
func InvokeIndexToUCStringUPP ¶
func InvokeIndexToUCStringUPP(index uint32, listDataPtr unsafe.Pointer, refcon uintptr, outString *corefoundation.CFStringRef, tsOptions *UCTypeSelectOptions, userUPP IndexToUCStringUPP) bool
InvokeIndexToUCStringUPP.
See: https://developer.apple.com/documentation/coreservices/1390660-invokeindextoucstringupp
func InvokeKCCallbackUPP
deprecated
func InvokeKCCallbackUPP(arg0 KCEvent, arg1 KCCallbackInfo, arg2 KCCallbackUPP) int32
InvokeKCCallbackUPP.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563117-invokekccallbackupp
func InvokeOSLAccessorUPP ¶
func InvokeOSLAccessorUPP(desiredClass uint32, container unsafe.Pointer, containerClass uint32, form uint32, selectionData unsafe.Pointer, value unsafe.Pointer, accessorRefcon uintptr, userUPP OSLAccessorUPP) int16
InvokeOSLAccessorUPP calls an object accessor universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1448978-invokeoslaccessorupp
func InvokeOSLAdjustMarksUPP ¶
func InvokeOSLAdjustMarksUPP(newStart unsafe.Pointer, newStop unsafe.Pointer, markToken unsafe.Pointer, userUPP OSLAdjustMarksUPP) int16
InvokeOSLAdjustMarksUPP calls an object callback adjust marks universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1448506-invokeosladjustmarksupp
func InvokeOSLCompareUPP ¶
func InvokeOSLCompareUPP(oper uint32, obj1 unsafe.Pointer, obj2 unsafe.Pointer, result unsafe.Pointer, userUPP OSLCompareUPP) int16
InvokeOSLCompareUPP calls an object callback comparison universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1443110-invokeoslcompareupp
func InvokeOSLCountUPP ¶
func InvokeOSLCountUPP(desiredType uint32, containerClass uint32, container unsafe.Pointer, result unsafe.Pointer, userUPP OSLCountUPP) int16
InvokeOSLCountUPP calls an object callback count universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1448030-invokeoslcountupp
func InvokeOSLDisposeTokenUPP ¶
func InvokeOSLDisposeTokenUPP(unneededToken unsafe.Pointer, userUPP OSLDisposeTokenUPP) int16
InvokeOSLDisposeTokenUPP calls an object callback dispose token universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1443963-invokeosldisposetokenupp
func InvokeOSLGetErrDescUPP ¶
func InvokeOSLGetErrDescUPP(appDescPtr unsafe.Pointer, userUPP OSLGetErrDescUPP) int16
InvokeOSLGetErrDescUPP calls an object callback get error descriptor universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1448420-invokeoslgeterrdescupp
func InvokeOSLGetMarkTokenUPP ¶
func InvokeOSLGetMarkTokenUPP(dContainerToken unsafe.Pointer, containerClass uint32, result unsafe.Pointer, userUPP OSLGetMarkTokenUPP) int16
InvokeOSLGetMarkTokenUPP calls an object callback get mark universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1441894-invokeoslgetmarktokenupp
func InvokeOSLMarkUPP ¶
func InvokeOSLMarkUPP(dToken unsafe.Pointer, markToken unsafe.Pointer, index unsafe.Pointer, userUPP OSLMarkUPP) int16
InvokeOSLMarkUPP calls an object callback mark universal procedure pointer.
See: https://developer.apple.com/documentation/coreservices/1447444-invokeoslmarkupp
func InvokeResErrUPP
deprecated
InvokeResErrUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529311-invokereserrupp
func InvokeSelectorFunctionUPP
deprecated
func InvokeSelectorFunctionUPP(arg0 uint32, arg1 int32, arg2 SelectorFunctionUPP) int16
InvokeSelectorFunctionUPP invokes a selector callback function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1473043-invokeselectorfunctionupp
func InvokeSleepQUPP
deprecated
func InvokeSleepQUPP(arg0 int, arg1 SleepQRecPtr, arg2 SleepQUPP) int
InvokeSleepQUPP.
Deprecated: Deprecated since macOS 10.5.
See: https://developer.apple.com/documentation/coreservices/1427428-invokesleepqupp
func InvokeThreadSwitchUPP
deprecated
func InvokeThreadSwitchUPP(arg0 ThreadID, arg1 ThreadSwitchUPP)
InvokeThreadSwitchUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574281-invokethreadswitchupp
func InvokeThreadTerminationUPP
deprecated
func InvokeThreadTerminationUPP(arg0 ThreadID, arg1 ThreadTerminationUPP)
InvokeThreadTerminationUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574290-invokethreadterminationupp
func InvokeTimerUPP
deprecated
InvokeTimerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1550780-invoketimerupp
func InvokeUnicodeToTextFallbackUPP ¶
func InvokeUnicodeToTextFallbackUPP(arg0 uint16, arg1 uintptr, arg2 uintptr, arg3 TextPtr, arg4 uintptr, arg5 uintptr, arg6 unsafe.Pointer, arg7 ConstUnicodeMappingPtr, arg8 UnicodeToTextFallbackUPP) int32
InvokeUnicodeToTextFallbackUPP calls your Unicode-to-text fallback callback.
See: https://developer.apple.com/documentation/coreservices/1433599-invokeunicodetotextfallbackupp
func IsDataAvailableInIconRef
deprecated
IsDataAvailableInIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1446627-isdataavailableiniconref
func IsHandleValid
deprecated
IsHandleValid.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506347-ishandlevalid
func IsHeapValid
deprecated
func IsHeapValid() bool
IsHeapValid.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506349-isheapvalid
func IsIconRefComposite
deprecated
func IsIconRefComposite(compositeIconRef uintptr, backgroundIconRef uintptr, foregroundIconRef uintptr) int16
IsIconRefComposite.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1446300-isiconrefcomposite
func IsMetric
deprecated
func IsMetric() bool
IsMetric.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1533364-ismetric
func IsPointerValid
deprecated
IsPointerValid.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506360-ispointervalid
func IsValidIconRef
deprecated
IsValidIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1450233-isvalidiconref
func KCAddCallback
deprecated
func KCAddCallback(arg0 KCCallbackUPP, arg1 KCEventMask) int32
KCAddCallback.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563150-kcaddcallback
func KCCopyItem
deprecated
KCCopyItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1562984-kccopyitem
func KCCountKeychains
deprecated
func KCCountKeychains() uint16
KCCountKeychains.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563038-kccountkeychains
func KCDeleteItem
deprecated
KCDeleteItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563195-kcdeleteitem
func KCFindAppleSharePassword
deprecated
func KCFindAppleSharePassword(arg0 unsafe.Pointer, arg1 string, arg2 string, arg3 string, arg4 string, arg5 uint32, arg6 uint32, arg7 KCItemRef) int32
KCFindAppleSharePassword.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563124-kcfindapplesharepassword
func KCFindFirstItem
deprecated
func KCFindFirstItem(arg0 KCRef, arg1 KCAttributeList, arg2 KCSearchRef, arg3 KCItemRef) int32
KCFindFirstItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563050-kcfindfirstitem
func KCFindGenericPassword
deprecated
func KCFindInternetPassword
deprecated
func KCFindInternetPassword(arg0 string, arg1 string, arg2 string, arg3 uint16, arg4 uint32, arg5 uint32, arg6 uint32, arg7 uint32, arg8 KCItemRef) int32
KCFindInternetPassword.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563101-kcfindinternetpassword
func KCFindInternetPasswordWithPath
deprecated
func KCFindInternetPasswordWithPath(arg0 string, arg1 string, arg2 string, arg3 string, arg4 uint16, arg5 uint32, arg6 uint32, arg7 uint32, arg8 uint32, arg9 KCItemRef) int32
KCFindInternetPasswordWithPath.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563059-kcfindinternetpasswordwithpath
func KCFindNextItem
deprecated
func KCFindNextItem(arg0 KCSearchRef, arg1 KCItemRef) int32
KCFindNextItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563007-kcfindnextitem
func KCGetAttribute
deprecated
func KCGetAttribute(arg0 KCItemRef, arg1 KCAttribute, arg2 uint32) int32
KCGetAttribute.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563176-kcgetattribute
func KCGetDefaultKeychain
deprecated
KCGetDefaultKeychain.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563054-kcgetdefaultkeychain
func KCGetIndKeychain
deprecated
KCGetIndKeychain.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563047-kcgetindkeychain
func KCGetKeychain
deprecated
KCGetKeychain.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563140-kcgetkeychain
func KCGetKeychainManagerVersion
deprecated
KCGetKeychainManagerVersion.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1562979-kcgetkeychainmanagerversion
func KCGetKeychainName
deprecated
KCGetKeychainName.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563052-kcgetkeychainname
func KCGetStatus
deprecated
KCGetStatus.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563057-kcgetstatus
func KCIsInteractionAllowed
deprecated
func KCIsInteractionAllowed() bool
KCIsInteractionAllowed.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563065-kcisinteractionallowed
func KCLock
deprecated
KCLock.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563012-kclock
func KCMakeAliasFromKCRef
deprecated
func KCMakeAliasFromKCRef(arg0 KCRef, arg1 AliasHandle) int32
KCMakeAliasFromKCRef.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563163-kcmakealiasfromkcref
func KCMakeKCRefFromAlias
deprecated
func KCMakeKCRefFromAlias(arg0 AliasHandle, arg1 KCRef) int32
KCMakeKCRefFromAlias.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563083-kcmakekcreffromalias
func KCMakeKCRefFromFSRef
deprecated
KCMakeKCRefFromFSRef.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563116-kcmakekcreffromfsref
func KCNewItem
deprecated
func KCNewItem(arg0 KCItemClass, arg1 uint32, arg2 uint32, arg3 KCItemRef) int32
KCNewItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563010-kcnewitem
func KCReleaseItem
deprecated
KCReleaseItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563161-kcreleaseitem
func KCReleaseKeychain
deprecated
KCReleaseKeychain.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563130-kcreleasekeychain
func KCReleaseSearch
deprecated
func KCReleaseSearch(arg0 KCSearchRef) int32
KCReleaseSearch.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1562982-kcreleasesearch
func KCRemoveCallback
deprecated
func KCRemoveCallback(arg0 KCCallbackUPP) int32
KCRemoveCallback.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563066-kcremovecallback
func KCSetAttribute
deprecated
func KCSetAttribute(arg0 KCItemRef, arg1 KCAttribute) int32
KCSetAttribute.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563089-kcsetattribute
func KCSetData
deprecated
KCSetData.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563018-kcsetdata
func KCSetDefaultKeychain
deprecated
KCSetDefaultKeychain.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563084-kcsetdefaultkeychain
func KCSetInteractionAllowed
deprecated
KCSetInteractionAllowed.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563079-kcsetinteractionallowed
func KCUpdateItem
deprecated
KCUpdateItem.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563138-kcupdateitem
func Kcfindapplesharepassword
deprecated
func Kcfindapplesharepassword(arg0 unsafe.Pointer, arg1 int8, arg2 int8, arg3 int8, arg4 int8, arg5 uint32, arg6 uint32, arg7 KCItemRef) int32
Kcfindapplesharepassword.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563164-kcfindapplesharepassword
func Kcfindgenericpassword
deprecated
func Kcfindinternetpassword
deprecated
func Kcfindinternetpassword(arg0 int8, arg1 int8, arg2 int8, arg3 uint16, arg4 uint32, arg5 uint32, arg6 uint32, arg7 uint32, arg8 KCItemRef) int32
Kcfindinternetpassword.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563036-kcfindinternetpassword
func Kcfindinternetpasswordwithpath
deprecated
func Kcfindinternetpasswordwithpath(arg0 int8, arg1 int8, arg2 int8, arg3 int8, arg4 uint16, arg5 uint32, arg6 uint32, arg7 uint32, arg8 uint32, arg9 KCItemRef) int32
Kcfindinternetpasswordwithpath.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563135-kcfindinternetpasswordwithpath
func Kcgetkeychainname
deprecated
Kcgetkeychainname.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1563005-kcgetkeychainname
func LMGetApFontID
deprecated
func LMGetApFontID() int16
LMGetApFontID.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1564978-lmgetapfontid
func LMGetBootDrive
deprecated
func LMGetBootDrive() int16
LMGetBootDrive.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1564982-lmgetbootdrive
func LMGetIntlSpec
deprecated
LMGetIntlSpec.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565043-lmgetintlspec
func LMGetMemErr
deprecated
func LMGetMemErr() int16
LMGetMemErr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506460-lmgetmemerr
func LMGetResErr
deprecated
func LMGetResErr() int16
LMGetResErr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565008-lmgetreserr
func LMGetResLoad
deprecated
func LMGetResLoad() uint8
LMGetResLoad.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565056-lmgetresload
func LMGetSysFontSize
deprecated
func LMGetSysFontSize() int16
LMGetSysFontSize.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1565057-lmgetsysfontsize
func LMGetSysMap
deprecated
func LMGetSysMap() int16
LMGetSysMap.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565032-lmgetsysmap
func LMGetTmpResLoad
deprecated
func LMGetTmpResLoad() uint8
LMGetTmpResLoad.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1564999-lmgettmpresload
func LMSetApFontID
deprecated
func LMSetApFontID(arg0 int16)
LMSetApFontID.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1565011-lmsetapfontid
func LMSetBootDrive
deprecated
func LMSetBootDrive(arg0 int16)
LMSetBootDrive.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1564973-lmsetbootdrive
func LMSetIntlSpec
deprecated
LMSetIntlSpec.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565016-lmsetintlspec
func LMSetMemErr
deprecated
func LMSetMemErr(arg0 int16)
LMSetMemErr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506279-lmsetmemerr
func LMSetResErr
deprecated
func LMSetResErr(arg0 int16)
LMSetResErr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565000-lmsetreserr
func LMSetResLoad
deprecated
func LMSetResLoad(arg0 uint8)
LMSetResLoad.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565052-lmsetresload
func LMSetSysFontFam
deprecated
func LMSetSysFontFam(arg0 int16)
LMSetSysFontFam.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1565044-lmsetsysfontfam
func LMSetSysFontSize
deprecated
func LMSetSysFontSize(arg0 int16)
LMSetSysFontSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565048-lmsetsysfontsize
func LMSetSysMap
deprecated
func LMSetSysMap(arg0 int16)
LMSetSysMap.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565018-lmsetsysmap
func LMSetTmpResLoad
deprecated
func LMSetTmpResLoad(arg0 uint8)
LMSetTmpResLoad.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565025-lmsettmpresload
func LSCanURLAcceptURL ¶
func LSCanURLAcceptURL(inItemURL corefoundation.CFURLRef, inTargetURL corefoundation.CFURLRef, inRoleMask LSRolesMask, inFlags LSAcceptanceFlags, outAcceptsItem unsafe.Pointer) int32
LSCanURLAcceptURL tests whether an app can accept (open) an item for a URL.
See: https://developer.apple.com/documentation/coreservices/1441854-lscanurlaccepturl
func LSCopyAllHandlersForURLScheme
deprecated
func LSCopyAllHandlersForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFArrayRef
LSCopyAllHandlersForURLScheme locates app bundle identifiers for apps capable of handling the specified URL scheme.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1443240-lscopyallhandlersforurlscheme
func LSCopyAllRoleHandlersForContentType
deprecated
func LSCopyAllRoleHandlersForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFArrayRef
LSCopyAllRoleHandlersForContentType locates an array of bundle identifiers for apps capable of handling a specified content type with the specified roles.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1448020-lscopyallrolehandlersforcontentt
func LSCopyApplicationURLsForBundleIdentifier
deprecated
func LSCopyApplicationURLsForBundleIdentifier(inBundleIdentifier corefoundation.CFStringRef, outError *corefoundation.CFErrorRef) corefoundation.CFArrayRef
LSCopyApplicationURLsForBundleIdentifier locates all URLs for apps that correspond to the specified bundle identifier.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1449290-lscopyapplicationurlsforbundleid
func LSCopyApplicationURLsForURL
deprecated
func LSCopyApplicationURLsForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask) corefoundation.CFArrayRef
LSCopyApplicationURLsForURL locates all known apps suitable for opening an item for the specified URL.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1445148-lscopyapplicationurlsforurl
func LSCopyDefaultApplicationURLForContentType
deprecated
func LSCopyDefaultApplicationURLForContentType(inContentType corefoundation.CFStringRef, inRoleMask LSRolesMask, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef
LSCopyDefaultApplicationURLForContentType returns the app that opens a content type.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1447734-lscopydefaultapplicationurlforco
func LSCopyDefaultApplicationURLForURL
deprecated
func LSCopyDefaultApplicationURLForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef
LSCopyDefaultApplicationURLForURL returns the app that opens an item.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1448824-lscopydefaultapplicationurlforur
func LSCopyDefaultHandlerForURLScheme
deprecated
func LSCopyDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFStringRef
LSCopyDefaultHandlerForURLScheme returns the bundle identifier of the user’s preferred default handler for the specified URL scheme.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1441725-lscopydefaulthandlerforurlscheme
func LSCopyDefaultRoleHandlerForContentType
deprecated
func LSCopyDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFStringRef
LSCopyDefaultRoleHandlerForContentType returns the bundle identifier of the user’s preferred default handler for the specified content type with the specified role.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1449868-lscopydefaultrolehandlerforconte
func LSCopyDisplayNameForURL
deprecated
func LSCopyDisplayNameForURL(inURL corefoundation.CFURLRef, outDisplayName *corefoundation.CFStringRef) int32
LSCopyDisplayNameForURL obtains the display name for an item with a URL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1446850-lscopydisplaynameforurl
func LSCopyItemInfoForURL
deprecated
func LSCopyItemInfoForURL(inURL corefoundation.CFURLRef, inWhichInfo LSRequestedInfo, outItemInfo unsafe.Pointer) int32
LSCopyItemInfoForURL obtains requested information about an item with a URL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1445685-lscopyiteminfoforurl
func LSCopyKindStringForURL
deprecated
func LSCopyKindStringForURL(inURL corefoundation.CFURLRef, outKindString *corefoundation.CFStringRef) int32
LSCopyKindStringForURL obtains the kind string for an item with a URL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1447481-lscopykindstringforurl
func LSGetExtensionInfo
deprecated
func LSGetExtensionInfo(inNameLen unsafe.Pointer, inNameBuffer *uint16, outExtStartIndex unsafe.Pointer) int32
LSGetExtensionInfo obtains the starting index of the extension within a filename.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1446043-lsgetextensioninfo
func LSOpenApplication
deprecated
func LSOpenCFURLRef ¶
func LSOpenCFURLRef(inURL corefoundation.CFURLRef, outLaunchedURL *corefoundation.CFURLRef) int32
LSOpenCFURLRef opens an item for a URL in the default manner in its preferred app.
See: https://developer.apple.com/documentation/coreservices/1442850-lsopencfurlref
func LSOpenFSRef
deprecated
func LSOpenFromRefSpec
deprecated
LSOpenFromRefSpec opens one or more items with a file-system reference in either their preferred apps or a designated app.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1444466-lsopenfromrefspec
func LSOpenFromURLSpec ¶
func LSOpenFromURLSpec(inLaunchSpec unsafe.Pointer, outLaunchedURL *corefoundation.CFURLRef) int32
LSOpenFromURLSpec opens one or more items for a URL in the preferred apps or a designated app.
See: https://developer.apple.com/documentation/coreservices/1441986-lsopenfromurlspec
func LSOpenItemsWithRole
deprecated
func LSOpenItemsWithRole(inItems unsafe.Pointer, inItemCount int, inRole LSRolesMask, inAEParam unsafe.Pointer, inAppParams unsafe.Pointer, outPSNs unsafe.Pointer, inMaxPSNCount int) int32
LSOpenItemsWithRole opens items with an array of file-system references with a specified role.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1449783-lsopenitemswithrole
func LSOpenURLsWithRole
deprecated
func LSOpenURLsWithRole(inURLs corefoundation.CFArrayRef, inRole LSRolesMask, inAEParam unsafe.Pointer, inAppParams unsafe.Pointer, outPSNs unsafe.Pointer, inMaxPSNCount int) int32
LSOpenURLsWithRole opens one or more URLs with the specified roles.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1448184-lsopenurlswithrole
func LSRegisterURL ¶
func LSRegisterURL(inURL corefoundation.CFURLRef, inUpdate unsafe.Pointer) int32
LSRegisterURL registers an app, using a URL, in the Launch Services database.
See: https://developer.apple.com/documentation/coreservices/1446350-lsregisterurl
func LSSetDefaultHandlerForURLScheme
deprecated
func LSSetDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef, inHandlerBundleID corefoundation.CFStringRef) int32
LSSetDefaultHandlerForURLScheme sets the user’s preferred default handler for the specified URL scheme.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1447760-lssetdefaulthandlerforurlscheme
func LSSetDefaultRoleHandlerForContentType
deprecated
func LSSetDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask, inHandlerBundleID corefoundation.CFStringRef) int32
LSSetDefaultRoleHandlerForContentType sets the user’s preferred default handler for the specified content type in the specified roles.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1444955-lssetdefaultrolehandlerforconten
func LSSetExtensionHiddenForURL
deprecated
func LSSetExtensionHiddenForURL(inURL corefoundation.CFURLRef, inHide unsafe.Pointer) int32
LSSetExtensionHiddenForURL specifies whether to show or hide the filename extension for an item with a URL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1443948-lssetextensionhiddenforurl
func LSSetHandlerOptionsForContentType
deprecated
func LSSetHandlerOptionsForContentType(inContentType corefoundation.CFStringRef, inOptions LSHandlerOptions) int32
LSSetHandlerOptionsForContentType sets the handler option for the specified content type.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1447588-lssethandleroptionsforcontenttyp
func LSSetItemAttribute
deprecated
func LSSetItemAttribute(inItem unsafe.Pointer, inRoles LSRolesMask, inAttributeName corefoundation.CFStringRef, inValue corefoundation.CFTypeRef) int32
LSSetItemAttribute.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1446733-lssetitemattribute
func LSSharedFileListAddObserver
deprecated
func LSSharedFileListAddObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, inRunloopMode corefoundation.CFStringRef, callback LSSharedFileListChangedProcPtr, context unsafe.Pointer)
LSSharedFileListAddObserver.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1445770-lssharedfilelistaddobserver
func LSSharedFileListCopyProperty
deprecated
func LSSharedFileListCopyProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRef
LSSharedFileListCopyProperty.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1444588-lssharedfilelistcopyproperty
func LSSharedFileListCopySnapshot
deprecated
func LSSharedFileListCopySnapshot(inList LSSharedFileListRef, outSnapshotSeed *uint32) corefoundation.CFArrayRef
LSSharedFileListCopySnapshot.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1448112-lssharedfilelistcopysnapshot
func LSSharedFileListGetSeedValue
deprecated
func LSSharedFileListGetSeedValue(inList LSSharedFileListRef) uint32
LSSharedFileListGetSeedValue.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1444885-lssharedfilelistgetseedvalue
func LSSharedFileListGetTypeID
deprecated
func LSSharedFileListGetTypeID() uint
LSSharedFileListGetTypeID.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1450618-lssharedfilelistgettypeid
func LSSharedFileListItemCopyDisplayName
deprecated
func LSSharedFileListItemCopyDisplayName(inItem LSSharedFileListItemRef) corefoundation.CFStringRef
LSSharedFileListItemCopyDisplayName.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1449716-lssharedfilelistitemcopydisplayn
func LSSharedFileListItemCopyIconRef
deprecated
func LSSharedFileListItemCopyIconRef(inItem LSSharedFileListItemRef) objectivec.IObject
LSSharedFileListItemCopyIconRef.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1442889-lssharedfilelistitemcopyiconref
func LSSharedFileListItemCopyProperty
deprecated
func LSSharedFileListItemCopyProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRef
LSSharedFileListItemCopyProperty.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1445074-lssharedfilelistitemcopyproperty
func LSSharedFileListItemCopyResolvedURL
deprecated
func LSSharedFileListItemCopyResolvedURL(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef
LSSharedFileListItemCopyResolvedURL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1449882-lssharedfilelistitemcopyresolved
func LSSharedFileListItemGetID
deprecated
func LSSharedFileListItemGetID(inItem LSSharedFileListItemRef) uint32
LSSharedFileListItemGetID.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1443305-lssharedfilelistitemgetid
func LSSharedFileListItemGetTypeID
deprecated
func LSSharedFileListItemGetTypeID() uint
LSSharedFileListItemGetTypeID.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1447138-lssharedfilelistitemgettypeid
func LSSharedFileListItemMove
deprecated
func LSSharedFileListItemMove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef, inMoveAfterItem LSSharedFileListItemRef) int32
LSSharedFileListItemMove.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1444348-lssharedfilelistitemmove
func LSSharedFileListItemRemove
deprecated
func LSSharedFileListItemRemove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef) int32
LSSharedFileListItemRemove.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1442025-lssharedfilelistitemremove
func LSSharedFileListItemResolve
deprecated
func LSSharedFileListItemResolve(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, outURL *corefoundation.CFURLRef, outRef unsafe.Pointer) int32
LSSharedFileListItemResolve.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1447347-lssharedfilelistitemresolve
func LSSharedFileListItemSetProperty
deprecated
func LSSharedFileListItemSetProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef, inPropertyData corefoundation.CFTypeRef) int32
LSSharedFileListItemSetProperty.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1445766-lssharedfilelistitemsetproperty
func LSSharedFileListRemoveAllItems
deprecated
func LSSharedFileListRemoveAllItems(inList LSSharedFileListRef) int32
LSSharedFileListRemoveAllItems.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1446389-lssharedfilelistremoveallitems
func LSSharedFileListRemoveObserver
deprecated
func LSSharedFileListRemoveObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, inRunloopMode corefoundation.CFStringRef, callback LSSharedFileListChangedProcPtr, context unsafe.Pointer)
LSSharedFileListRemoveObserver.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1443404-lssharedfilelistremoveobserver
func LSSharedFileListSetAuthorization
deprecated
func LSSharedFileListSetAuthorization(inList LSSharedFileListRef, inAuthorization security.AuthorizationRef) int32
LSSharedFileListSetAuthorization.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1446834-lssharedfilelistsetauthorization
func LSSharedFileListSetProperty
deprecated
func LSSharedFileListSetProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef, inPropertyData corefoundation.CFTypeRef) int32
LSSharedFileListSetProperty.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1448857-lssharedfilelistsetproperty
func LoadResource
deprecated
func LoadResource(arg0 uintptr)
LoadResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529245-loadresource
func LocaleCountNames
deprecated
func LocaleCountNames(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr) int32
LocaleCountNames.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1580255-localecountnames
func LocaleGetIndName
deprecated
func LocaleGetIndName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr, arg4 uint, arg5 uint, arg6 uint16, arg7 LocaleRef) int32
LocaleGetIndName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1580265-localegetindname
func LocaleGetName
deprecated
func LocaleGetName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 LocaleRef, arg4 uint, arg5 uint, arg6 uint16) int32
LocaleGetName.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1580248-localegetname
func LocaleOperationCountLocales
deprecated
func LocaleOperationCountLocales(arg0 LocaleOperationClass, arg1 uintptr) int32
LocaleOperationCountLocales.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1580264-localeoperationcountlocales
func LocaleOperationCountNames ¶
func LocaleOperationCountNames(arg0 LocaleOperationClass, arg1 uintptr) int32
LocaleOperationCountNames.
See: https://developer.apple.com/documentation/coreservices/1580257-localeoperationcountnames
func LocaleOperationGetIndName ¶
func LocaleOperationGetIndName(arg0 LocaleOperationClass, arg1 uintptr, arg2 uint, arg3 uint, arg4 uint16, arg5 LocaleRef) int32
LocaleOperationGetIndName.
See: https://developer.apple.com/documentation/coreservices/1580260-localeoperationgetindname
func LocaleOperationGetLocales
deprecated
func LocaleOperationGetLocales(arg0 LocaleOperationClass, arg1 uintptr, arg2 uintptr, arg3 LocaleAndVariant) int32
LocaleOperationGetLocales.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1580279-localeoperationgetlocales
func LocaleOperationGetName ¶
func LocaleOperationGetName(arg0 LocaleOperationClass, arg1 LocaleRef, arg2 uint, arg3 uint, arg4 uint16) int32
LocaleOperationGetName.
See: https://developer.apple.com/documentation/coreservices/1580269-localeoperationgetname
func LocaleRefFromLangOrRegionCode ¶
LocaleRefFromLangOrRegionCode.
See: https://developer.apple.com/documentation/coreservices/1580276-localereffromlangorregioncode
func LocaleRefFromLocaleString ¶
LocaleRefFromLocaleString.
See: https://developer.apple.com/documentation/coreservices/1580261-localereffromlocalestring
func LocaleRefGetPartString ¶
func LocaleRefGetPartString(arg0 LocaleRef, arg1 LocalePartMask, arg2 uintptr, arg3 int8) int32
LocaleRefGetPartString.
See: https://developer.apple.com/documentation/coreservices/1580273-localerefgetpartstring
func LocaleStringToLangAndRegionCodes ¶
LocaleStringToLangAndRegionCodes.
See: https://developer.apple.com/documentation/coreservices/1580277-localestringtolangandregioncodes
func Long2Fix
deprecated
func Long2Fix(arg0 int32) objectivec.IObject
Long2Fix.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409235-long2fix
func LongDoubleToSInt64 ¶
LongDoubleToSInt64.
See: https://developer.apple.com/documentation/coreservices/1536234-longdoubletosint64
func LongDoubleToUInt64 ¶
LongDoubleToUInt64.
See: https://developer.apple.com/documentation/coreservices/1536290-longdoubletouint64
func MDCopyLabelKinds ¶
func MDCopyLabelKinds() corefoundation.CFArrayRef
MDCopyLabelKinds.
See: https://developer.apple.com/documentation/coreservices/1442887-mdcopylabelkinds
func MDCopyLabelsMatchingExpression ¶
func MDCopyLabelsMatchingExpression(simpleQueryString corefoundation.CFStringRef) corefoundation.CFArrayRef
MDCopyLabelsMatchingExpression.
See: https://developer.apple.com/documentation/coreservices/1448237-mdcopylabelsmatchingexpression
func MDCopyLabelsWithKind ¶
func MDCopyLabelsWithKind(kind corefoundation.CFStringRef) corefoundation.CFArrayRef
MDCopyLabelsWithKind.
See: https://developer.apple.com/documentation/coreservices/1444230-mdcopylabelswithkind
func MDItemCopyAttribute ¶
func MDItemCopyAttribute(item MDItemRef, name corefoundation.CFStringRef) corefoundation.CFTypeRef
MDItemCopyAttribute returns the value of the specified attribute in the metadata item.
See: https://developer.apple.com/documentation/coreservices/1427080-mditemcopyattribute
func MDItemCopyAttributeList ¶
func MDItemCopyAttributeList(arg0 MDItemRef) corefoundation.CFDictionaryRef
MDItemCopyAttributeList returns the values of the specified attributes in the metadata item.
See: https://developer.apple.com/documentation/coreservices/1427028-mditemcopyattributelist
func MDItemCopyAttributeNames ¶
func MDItemCopyAttributeNames(item MDItemRef) corefoundation.CFArrayRef
MDItemCopyAttributeNames returns an array containing the attribute names existing in the metadata item.
See: https://developer.apple.com/documentation/coreservices/1427066-mditemcopyattributenames
func MDItemCopyAttributes ¶
func MDItemCopyAttributes(item MDItemRef, names corefoundation.CFArrayRef) corefoundation.CFDictionaryRef
MDItemCopyAttributes returns the values of the specified attributes in the metadata item.
See: https://developer.apple.com/documentation/coreservices/1426980-mditemcopyattributes
func MDItemCopyLabels ¶
func MDItemCopyLabels(item MDItemRef) corefoundation.CFArrayRef
MDItemCopyLabels.
See: https://developer.apple.com/documentation/coreservices/1442606-mditemcopylabels
func MDItemGetCacheFileDescriptors ¶
func MDItemGetCacheFileDescriptors(items corefoundation.CFArrayRef, completionHandler corefoundation.CFArrayRef) unsafe.Pointer
MDItemGetCacheFileDescriptors.
See: https://developer.apple.com/documentation/coreservices/4485578-mditemgetcachefiledescriptors
func MDItemGetTypeID ¶
func MDItemGetTypeID() uint
MDItemGetTypeID returns the type identifier of all MDItem instances.
See: https://developer.apple.com/documentation/coreservices/1427168-mditemgettypeid
func MDItemRemoveLabel ¶
func MDItemRemoveLabel(item MDItemRef, label MDLabelRef) bool
MDItemRemoveLabel.
See: https://developer.apple.com/documentation/coreservices/1446067-mditemremovelabel
func MDItemSetLabel ¶
func MDItemSetLabel(item MDItemRef, label MDLabelRef) bool
MDItemSetLabel.
See: https://developer.apple.com/documentation/coreservices/1442559-mditemsetlabel
func MDItemsCopyAttributes ¶
func MDItemsCopyAttributes(items corefoundation.CFArrayRef, names corefoundation.CFArrayRef) corefoundation.CFArrayRef
MDItemsCopyAttributes.
See: https://developer.apple.com/documentation/coreservices/1426975-mditemscopyattributes
func MDItemsCreateWithURLs ¶
func MDItemsCreateWithURLs(allocator corefoundation.CFAllocatorRef, urls corefoundation.CFArrayRef) corefoundation.CFArrayRef
MDItemsCreateWithURLs.
See: https://developer.apple.com/documentation/coreservices/1427086-mditemscreatewithurls
func MDLabelCopyAttribute ¶
func MDLabelCopyAttribute(label MDLabelRef, name corefoundation.CFStringRef) corefoundation.CFTypeRef
MDLabelCopyAttribute.
See: https://developer.apple.com/documentation/coreservices/1445456-mdlabelcopyattribute
func MDLabelCopyAttributeName ¶
func MDLabelCopyAttributeName(label MDLabelRef) corefoundation.CFStringRef
MDLabelCopyAttributeName.
See: https://developer.apple.com/documentation/coreservices/1445522-mdlabelcopyattributename
func MDLabelDelete ¶
func MDLabelDelete(label MDLabelRef) bool
MDLabelDelete.
See: https://developer.apple.com/documentation/coreservices/1449203-mdlabeldelete
func MDLabelGetTypeID ¶
func MDLabelGetTypeID() uint
MDLabelGetTypeID.
See: https://developer.apple.com/documentation/coreservices/1446579-mdlabelgettypeid
func MDLabelSetAttributes ¶
func MDLabelSetAttributes(label MDLabelRef, attrs corefoundation.CFDictionaryRef) bool
MDLabelSetAttributes.
See: https://developer.apple.com/documentation/coreservices/1449005-mdlabelsetattributes
func MDQueryCopyQueryString ¶
func MDQueryCopyQueryString(query MDQueryRef) corefoundation.CFStringRef
MDQueryCopyQueryString returns the query string of the query.
See: https://developer.apple.com/documentation/coreservices/1413004-mdquerycopyquerystring
func MDQueryCopySortingAttributes ¶
func MDQueryCopySortingAttributes(query MDQueryRef) corefoundation.CFArrayRef
MDQueryCopySortingAttributes returns the list of attribute names used to sort the results.
See: https://developer.apple.com/documentation/coreservices/1413059-mdquerycopysortingattributes
func MDQueryCopyValueListAttributes ¶
func MDQueryCopyValueListAttributes(query MDQueryRef) corefoundation.CFArrayRef
MDQueryCopyValueListAttributes returns the list of attribute names for which values are being collected by the query.
See: https://developer.apple.com/documentation/coreservices/1413071-mdquerycopyvaluelistattributes
func MDQueryCopyValuesOfAttribute ¶
func MDQueryCopyValuesOfAttribute(query MDQueryRef, name corefoundation.CFStringRef) corefoundation.CFArrayRef
MDQueryCopyValuesOfAttribute returns the list of values from the results of the query for the specified attribute.
See: https://developer.apple.com/documentation/coreservices/1413105-mdquerycopyvaluesofattribute
func MDQueryDisableUpdates ¶
func MDQueryDisableUpdates(query MDQueryRef)
MDQueryDisableUpdates disables updates to the query result list.
See: https://developer.apple.com/documentation/coreservices/1413041-mdquerydisableupdates
func MDQueryEnableUpdates ¶
func MDQueryEnableUpdates(query MDQueryRef)
MDQueryEnableUpdates enables updates to the query result list.
See: https://developer.apple.com/documentation/coreservices/1413066-mdqueryenableupdates
func MDQueryExecute ¶
func MDQueryExecute(query MDQueryRef, optionFlags uint64) bool
MDQueryExecute run the query, and populate the query with the results.
See: https://developer.apple.com/documentation/coreservices/1413099-mdqueryexecute
func MDQueryGetAttributeValueOfResultAtIndex ¶
func MDQueryGetAttributeValueOfResultAtIndex(query MDQueryRef, name corefoundation.CFStringRef, idx int) unsafe.Pointer
MDQueryGetAttributeValueOfResultAtIndex returns the value of the named attribute for the result at the given index.
See: https://developer.apple.com/documentation/coreservices/1413046-mdquerygetattributevalueofresult
func MDQueryGetCountOfResultsWithAttributeValue ¶
func MDQueryGetCountOfResultsWithAttributeValue(query MDQueryRef, name corefoundation.CFStringRef, value corefoundation.CFTypeRef) int
MDQueryGetCountOfResultsWithAttributeValue returns the number of results which have the given attribute and attribute value.
See: https://developer.apple.com/documentation/coreservices/1413009-mdquerygetcountofresultswithattr
func MDQueryGetIndexOfResult ¶
func MDQueryGetIndexOfResult(query MDQueryRef, result unsafe.Pointer) int
MDQueryGetIndexOfResult returns the current index of the given result.
See: https://developer.apple.com/documentation/coreservices/1413093-mdquerygetindexofresult
func MDQueryGetResultAtIndex ¶
func MDQueryGetResultAtIndex(query MDQueryRef, idx int) unsafe.Pointer
MDQueryGetResultAtIndex returns the current result at the given index.
See: https://developer.apple.com/documentation/coreservices/1413055-mdquerygetresultatindex
func MDQueryGetResultCount ¶
func MDQueryGetResultCount(query MDQueryRef) int
MDQueryGetResultCount returns the number of results currently collected by the query.
See: https://developer.apple.com/documentation/coreservices/1413008-mdquerygetresultcount
func MDQueryGetSortOptionFlagsForAttribute ¶
func MDQueryGetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef) uint32
MDQueryGetSortOptionFlagsForAttribute.
See: https://developer.apple.com/documentation/coreservices/1413013-mdquerygetsortoptionflagsforattr
func MDQueryGetTypeID ¶
func MDQueryGetTypeID() uint
MDQueryGetTypeID returns the type identifier of all MDQuery instances
See: https://developer.apple.com/documentation/coreservices/1413037-mdquerygettypeid
func MDQueryIsGatheringComplete ¶
func MDQueryIsGatheringComplete(query MDQueryRef) bool
MDQueryIsGatheringComplete returns true if the first phase of a query, the initial result gathering, has finished.
See: https://developer.apple.com/documentation/coreservices/1413032-mdqueryisgatheringcomplete
func MDQuerySetBatchingParameters ¶
func MDQuerySetBatchingParameters(query MDQueryRef, params unsafe.Pointer)
MDQuerySetBatchingParameters set the query batching parameters.
See: https://developer.apple.com/documentation/coreservices/1413103-mdquerysetbatchingparameters
func MDQuerySetCreateResultFunction ¶
func MDQuerySetCreateResultFunction(query MDQueryRef, func_ MDQueryCreateResultFunction, context unsafe.Pointer, cb unsafe.Pointer)
MDQuerySetCreateResultFunction sets the function used to create the result objects of the MDQuery.
See: https://developer.apple.com/documentation/coreservices/1413064-mdquerysetcreateresultfunction
func MDQuerySetCreateValueFunction ¶
func MDQuerySetCreateValueFunction(query MDQueryRef, func_ MDQueryCreateValueFunction, context unsafe.Pointer, cb unsafe.Pointer)
MDQuerySetCreateValueFunction sets the function used to create the value objects of the MDQuery.
See: https://developer.apple.com/documentation/coreservices/1413017-mdquerysetcreatevaluefunction
func MDQuerySetDispatchQueue ¶
func MDQuerySetDispatchQueue(query MDQueryRef, queue dispatch.Queue)
MDQuerySetDispatchQueue sets the dispatch queue on which query results will be delivered by MDQueryExecute.
See: https://developer.apple.com/documentation/coreservices/1413019-mdquerysetdispatchqueue
func MDQuerySetMaxCount ¶
func MDQuerySetMaxCount(query MDQueryRef, size int)
MDQuerySetMaxCount sets the maximum number of results returned.
See: https://developer.apple.com/documentation/coreservices/1413085-mdquerysetmaxcount
func MDQuerySetSearchScope ¶
func MDQuerySetSearchScope(query MDQueryRef, scopeDirectories corefoundation.CFArrayRef, scopeOptions uintptr)
MDQuerySetSearchScope sets the search scope for a query instance.
See: https://developer.apple.com/documentation/coreservices/1413048-mdquerysetsearchscope
func MDQuerySetSortComparator ¶
func MDQuerySetSortComparator(query MDQueryRef, comparator MDQuerySortComparatorFunction, context unsafe.Pointer)
MDQuerySetSortComparator sets the function used to sort the results of an MDQuery.
See: https://developer.apple.com/documentation/coreservices/1413087-mdquerysetsortcomparator
func MDQuerySetSortComparatorBlock ¶
func MDQuerySetSortComparatorBlock(query MDQueryRef, comparator *corefoundation.CFTypeRef, arg2 *corefoundation.CFTypeRef) corefoundation.CFComparisonResult
MDQuerySetSortComparatorBlock sets the block used to sort the results of an MDQuery.
See: https://developer.apple.com/documentation/coreservices/1413021-mdquerysetsortcomparatorblock
func MDQuerySetSortOptionFlagsForAttribute ¶
func MDQuerySetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef, flags uint32) bool
MDQuerySetSortOptionFlagsForAttribute.
See: https://developer.apple.com/documentation/coreservices/1413075-mdquerysetsortoptionflagsforattr
func MDQuerySetSortOrder ¶
func MDQuerySetSortOrder(query MDQueryRef, sortingAttrs corefoundation.CFArrayRef) bool
MDQuerySetSortOrder.
See: https://developer.apple.com/documentation/coreservices/1413096-mdquerysetsortorder
func MDQueryStop ¶
func MDQueryStop(query MDQueryRef)
MDQueryStop stops the query from generating more results.
See: https://developer.apple.com/documentation/coreservices/1413077-mdquerystop
func MDSchemaCopyAllAttributes ¶
func MDSchemaCopyAllAttributes() corefoundation.CFArrayRef
MDSchemaCopyAllAttributes returns an array containing all the metadata attributesdefined in the schema.
See: https://developer.apple.com/documentation/coreservices/1445665-mdschemacopyallattributes
func MDSchemaCopyAttributesForContentType ¶
func MDSchemaCopyAttributesForContentType(contentTypeUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRef
MDSchemaCopyAttributesForContentType returns a dictionary containing the metadata attributesfor the specified UTI type.
See: https://developer.apple.com/documentation/coreservices/1444459-mdschemacopyattributesforcontent
func MDSchemaCopyDisplayDescriptionForAttribute ¶
func MDSchemaCopyDisplayDescriptionForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef
MDSchemaCopyDisplayDescriptionForAttribute returns the localized description of a metadata attributekey.
See: https://developer.apple.com/documentation/coreservices/1442582-mdschemacopydisplaydescriptionfo
func MDSchemaCopyDisplayNameForAttribute ¶
func MDSchemaCopyDisplayNameForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef
MDSchemaCopyDisplayNameForAttribute returns the localized display name of a metadata attributekey.
See: https://developer.apple.com/documentation/coreservices/1450203-mdschemacopydisplaynameforattrib
func MDSchemaCopyMetaAttributesForAttribute ¶
func MDSchemaCopyMetaAttributesForAttribute(name corefoundation.CFStringRef) corefoundation.CFDictionaryRef
MDSchemaCopyMetaAttributesForAttribute returns a dictionary describing the values for the specifiedmetadata attribute key.
See: https://developer.apple.com/documentation/coreservices/1450052-mdschemacopymetaattributesforatt
func MPAllocateAligned
deprecated
func MPAllocateTaskStorageIndex
deprecated
func MPAllocateTaskStorageIndex(arg0 TaskStorageIndex) int32
MPAllocateTaskStorageIndex returns an index number to access per-task storage.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585719-mpallocatetaskstorageindex
func MPArmTimer
deprecated
func MPArmTimer(arg0 MPTimerID, arg1 kernel.AbsoluteTime, arg2 uintptr) int32
MPArmTimer arms the timer to expire at a given time.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585612-mparmtimer
func MPBlockClear
deprecated
MPBlockClear clears a block of memory.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585642-mpblockclear
func MPBlockCopy
deprecated
func MPCancelTimer
deprecated
func MPCancelTimer(arg0 MPTimerID, arg1 kernel.AbsoluteTime) int32
MPCancelTimer cancels an armed timer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585745-mpcanceltimer
func MPCauseNotification
deprecated
func MPCauseNotification(arg0 MPNotificationID) int32
MPCauseNotification signals a kernel notification.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585754-mpcausenotification
func MPCreateCriticalRegion
deprecated
func MPCreateCriticalRegion(arg0 MPCriticalRegionID) int32
MPCreateCriticalRegion creates a critical region object.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585663-mpcreatecriticalregion
func MPCreateEvent
deprecated
MPCreateEvent creates an event group.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585702-mpcreateevent
func MPCreateNotification
deprecated
func MPCreateNotification(arg0 MPNotificationID) int32
MPCreateNotification creates a kernel notification
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585723-mpcreatenotification
func MPCreateQueue
deprecated
MPCreateQueue creates a message queue.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585694-mpcreatequeue
func MPCreateSemaphore
deprecated
func MPCreateSemaphore(arg0 MPSemaphoreCount, arg1 MPSemaphoreCount, arg2 MPSemaphoreID) int32
MPCreateSemaphore creates a semaphore.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585569-mpcreatesemaphore
func MPCreateTask
deprecated
func MPCreateTask(arg0 unsafe.Pointer, arg1 uintptr, arg2 MPQueueID, arg3 MPTaskOptions, arg4 MPTaskID) int32
MPCreateTask creates a preemptive task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585779-mpcreatetask
func MPCreateTimer
deprecated
MPCreateTimer creates a timer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585748-mpcreatetimer
func MPDeallocateTaskStorageIndex
deprecated
func MPDeallocateTaskStorageIndex(arg0 TaskStorageIndex) int32
MPDeallocateTaskStorageIndex frees an index number used to access per-task storage
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585649-mpdeallocatetaskstorageindex
func MPDelayUntil
deprecated
func MPDelayUntil(arg0 kernel.AbsoluteTime) int32
MPDelayUntil blocks the calling task until a specified time.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585647-mpdelayuntil
func MPDeleteCriticalRegion
deprecated
func MPDeleteCriticalRegion(arg0 MPCriticalRegionID) int32
MPDeleteCriticalRegion removes the specified critical region object.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585704-mpdeletecriticalregion
func MPDeleteEvent
deprecated
MPDeleteEvent removes an event group.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585691-mpdeleteevent
func MPDeleteNotification
deprecated
func MPDeleteNotification(arg0 MPNotificationID) int32
MPDeleteNotification removes a kernel notification.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585659-mpdeletenotification
func MPDeleteQueue
deprecated
MPDeleteQueue deletes a message queue.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585571-mpdeletequeue
func MPDeleteSemaphore
deprecated
func MPDeleteSemaphore(arg0 MPSemaphoreID) int32
MPDeleteSemaphore removes a semaphore.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585586-mpdeletesemaphore
func MPDeleteTimer
deprecated
MPDeleteTimer removes a timer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585761-mpdeletetimer
func MPDisposeTaskException
deprecated
MPDisposeTaskException removes a task exception.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585607-mpdisposetaskexception
func MPEnterCriticalRegion
deprecated
func MPEnterCriticalRegion(arg0 MPCriticalRegionID, arg1 Duration) int32
MPEnterCriticalRegion attempts to enter a critical region.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585622-mpentercriticalregion
func MPExit
deprecated
func MPExit(arg0 int32)
MPExit allows a task to terminate itself
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585705-mpexit
func MPExitCriticalRegion
deprecated
func MPExitCriticalRegion(arg0 MPCriticalRegionID) int32
MPExitCriticalRegion exits a critical region.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585758-mpexitcriticalregion
func MPExtractTaskState
deprecated
func MPExtractTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32
MPExtractTaskState extracts state information from a suspended task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585718-mpextracttaskstate
func MPFree
deprecated
MPFree frees memory allocated by MPAllocateAligned.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585676-mpfree
func MPGetAllocatedBlockSize
deprecated
func MPGetAllocatedBlockSize(arg0 unsafe.Pointer) objectivec.IObject
MPGetAllocatedBlockSize returns the size of a memory block.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585717-mpgetallocatedblocksize
func MPGetNextCpuID
deprecated
func MPGetNextCpuID(arg0 MPCoherenceID, arg1 MPCpuID) int32
MPGetNextCpuID obtains the next CPU ID in the list of physical processors of the specified memory coherence group.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1508189-mpgetnextcpuid
func MPGetNextTaskID
deprecated
func MPGetNextTaskID(arg0 MPProcessID, arg1 MPTaskID) int32
MPGetNextTaskID obtains the next task ID in the list of available tasks.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1508163-mpgetnexttaskid
func MPModifyNotification
deprecated
func MPModifyNotification(arg0 MPNotificationID, arg1 MPOpaqueID) int32
MPModifyNotification adds a simple notification to a kernel notification.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585780-mpmodifynotification
func MPModifyNotificationParameters
deprecated
func MPModifyNotificationParameters(arg0 MPNotificationID, arg1 MPOpaqueIDClass) int32
MPModifyNotificationParameters.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585668-mpmodifynotificationparameters
func MPNotifyQueue
deprecated
MPNotifyQueue sends a message to the specified message queue.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585699-mpnotifyqueue
func MPProcessors
deprecated
func MPProcessors() objectivec.IObject
MPProcessors returns the number of processors on the host computer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585778-mpprocessors
func MPProcessorsScheduled
deprecated
func MPProcessorsScheduled() objectivec.IObject
MPProcessorsScheduled returns the number of active processors available on the host computer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585777-mpprocessorsscheduled
func MPRegisterDebugger
deprecated
func MPRegisterDebugger(arg0 MPQueueID, arg1 MPDebuggerLevel) int32
MPRegisterDebugger registers a debugger.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585573-mpregisterdebugger
func MPRemoteCall
deprecated
func MPRemoteCall(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointer
MPRemoteCall calls a non-reentrant function and blocks the current task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585652-mpremotecall
func MPRemoteCallCFM
deprecated
func MPRemoteCallCFM(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointer
MPRemoteCallCFM calls a non-reentrant function and blocks the current task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585757-mpremotecallcfm
func MPSetEvent
deprecated
func MPSetEvent(arg0 MPEventID, arg1 MPEventFlags) int32
MPSetEvent merges event flags into a specified event group.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585752-mpsetevent
func MPSetExceptionHandler
deprecated
MPSetExceptionHandler sets an exception handler for a task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585759-mpsetexceptionhandler
func MPSetQueueReserve
deprecated
MPSetQueueReserve reserves space for messages on a specified message queue.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585671-mpsetqueuereserve
func MPSetTaskState
deprecated
func MPSetTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32
MPSetTaskState sets state information for a suspended task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585601-mpsettaskstate
func MPSetTaskStorageValue
deprecated
func MPSetTaskStorageValue(arg0 TaskStorageIndex, arg1 TaskStorageValue) int32
MPSetTaskStorageValue sets the storage value for a given index number.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585626-mpsettaskstoragevalue
func MPSetTaskType
deprecated
MPSetTaskType sets the type of the task.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1585695-mpsettasktype
func MPSetTaskWeight
deprecated
func MPSetTaskWeight(arg0 MPTaskID, arg1 MPTaskWeight) int32
MPSetTaskWeight assigns a relative weight to a task, indicating how much processor time it should receive compared to other available tasks.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585665-mpsettaskweight
func MPSetTimerNotify
deprecated
func MPSetTimerNotify(arg0 MPTimerID, arg1 MPOpaqueID) int32
MPSetTimerNotify sets the notification information associated with a timer.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585726-mpsettimernotify
func MPSignalSemaphore
deprecated
func MPSignalSemaphore(arg0 MPSemaphoreID) int32
MPSignalSemaphore signals a semaphore.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585713-mpsignalsemaphore
func MPTaskIsPreemptive
deprecated
MPTaskIsPreemptive determines whether a task is preemptively scheduled.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585681-mptaskispreemptive
func MPTerminateTask
deprecated
MPTerminateTask terminates an existing task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585769-mpterminatetask
func MPUnregisterDebugger
deprecated
MPUnregisterDebugger unregisters a debugger.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585598-mpunregisterdebugger
func MPWaitForEvent
deprecated
func MPWaitForEvent(arg0 MPEventID, arg1 MPEventFlags, arg2 Duration) int32
MPWaitForEvent retrieves event flags from a specified event group.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585656-mpwaitforevent
func MPWaitOnQueue
deprecated
MPWaitOnQueue obtains a message from a specified message queue.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585762-mpwaitonqueue
func MPWaitOnSemaphore
deprecated
func MPWaitOnSemaphore(arg0 MPSemaphoreID, arg1 Duration) int32
MPWaitOnSemaphore waits on a semaphore
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585722-mpwaitonsemaphore
func MPYield
deprecated
func MPYield()
MPYield allows a task to yield the processor to another task.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585732-mpyield
func MaximumProcessorSpeed
deprecated
func MaximumProcessorSpeed() int16
MaximumProcessorSpeed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427409-maximumprocessorspeed
func MemError
deprecated
func MemError() int16
MemError.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506254-memerror
func Microseconds
deprecated
func Microseconds(arg0 uint64)
Microseconds.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1550773-microseconds
func MinimumProcessorSpeed
deprecated
func MinimumProcessorSpeed() int16
MinimumProcessorSpeed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427399-minimumprocessorspeed
func NanosecondsToAbsolute
deprecated
func NanosecondsToAbsolute(arg0 Nanoseconds) kernel.AbsoluteTime
NanosecondsToAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501255-nanosecondstoabsolute
func NearestMacTextEncodings ¶
func NearestMacTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 TextEncoding) int32
NearestMacTextEncodings obtains the best and alternate Mac text encoding.
See: https://developer.apple.com/documentation/coreservices/1399736-nearestmactextencodings
func NewDebugComponent
deprecated
func NewDebugComponent(arg0 uint32, arg1 unsafe.Pointer, arg2 DebugComponentCallbackUPP) int32
NewDebugComponent.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517721-newdebugcomponent
func NewDebugOption
deprecated
func NewEmptyHandle
deprecated
func NewEmptyHandle() objectivec.IObject
NewEmptyHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506288-newemptyhandle
func NewGestaltValue
deprecated
NewGestaltValue installs a new [Gestalt] selector code and a value that [Gestalt] returns for that selector.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1472055-newgestaltvalue
func NewHandle
deprecated
func NewHandle(arg0 corefoundation.CGSize) objectivec.IObject
NewHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506244-newhandle
func NewHandleClear
deprecated
func NewHandleClear(arg0 corefoundation.CGSize) objectivec.IObject
NewHandleClear.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506471-newhandleclear
func NewPtr
deprecated
func NewPtr(arg0 corefoundation.CGSize) coreimage.Ptr
NewPtr.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506463-newptr
func NewPtrClear
deprecated
func NewPtrClear(arg0 corefoundation.CGSize) coreimage.Ptr
NewPtrClear.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506425-newptrclear
func NewThread
deprecated
func NewThread(arg0 ThreadStyle, arg1 ThreadEntryTPP, arg2 corefoundation.CGSize, arg3 ThreadOptions, arg4 ThreadID) int16
NewThread.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574248-newthread
func Num2decl ¶
Num2decl.
See: https://developer.apple.com/documentation/coreservices/1492642-num2decl
func Numtostring
deprecated
Numtostring.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1579613-numtostring
func OpenAComponent
deprecated
func OpenAComponent(arg0 Component, arg1 ComponentInstance) int16
OpenAComponent.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516558-openacomponent
func OpenAComponentResFile
deprecated
func OpenAComponentResFile(arg0 Component, arg1 ResFileRefNum) int16
OpenAComponentResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516643-openacomponentresfile
func OpenADefaultComponent
deprecated
func OpenADefaultComponent(arg0 uint32, arg1 uint32, arg2 ComponentInstance) int16
OpenADefaultComponent.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516360-openadefaultcomponent
func OverrideIconRef
deprecated
OverrideIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1445253-overrideiconref
func PBAllocateForkAsync
deprecated
func PBAllocateForkAsync(arg0 FSForkIOParam)
PBAllocateForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566083-pballocateforkasync
func PBAllocateForkSync
deprecated
func PBAllocateForkSync(arg0 FSForkIOParam) int16
PBAllocateForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565523-pballocateforksync
func PBCatalogSearchAsync
deprecated
func PBCatalogSearchAsync(arg0 FSCatalogBulkParam)
PBCatalogSearchAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566401-pbcatalogsearchasync
func PBCatalogSearchSync
deprecated
func PBCatalogSearchSync(arg0 FSCatalogBulkParam) int16
PBCatalogSearchSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565713-pbcatalogsearchsync
func PBCloseForkAsync
deprecated
func PBCloseForkAsync(arg0 FSForkIOParam)
PBCloseForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565189-pbcloseforkasync
func PBCloseForkSync
deprecated
func PBCloseForkSync(arg0 FSForkIOParam) int16
PBCloseForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566173-pbcloseforksync
func PBCloseIteratorAsync
deprecated
func PBCloseIteratorAsync(arg0 FSCatalogBulkParam)
PBCloseIteratorAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566055-pbcloseiteratorasync
func PBCloseIteratorSync
deprecated
func PBCloseIteratorSync(arg0 FSCatalogBulkParam) int16
PBCloseIteratorSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566452-pbcloseiteratorsync
func PBCompareFSRefsAsync
deprecated
func PBCompareFSRefsAsync(arg0 FSRefParam)
PBCompareFSRefsAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566717-pbcomparefsrefsasync
func PBCompareFSRefsSync
deprecated
func PBCompareFSRefsSync(arg0 FSRefParam) int16
PBCompareFSRefsSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566817-pbcomparefsrefssync
func PBCreateDirectoryUnicodeAsync
deprecated
func PBCreateDirectoryUnicodeAsync(arg0 FSRefParam)
PBCreateDirectoryUnicodeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565107-pbcreatedirectoryunicodeasync
func PBCreateDirectoryUnicodeSync
deprecated
func PBCreateDirectoryUnicodeSync(arg0 FSRefParam) int16
PBCreateDirectoryUnicodeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565315-pbcreatedirectoryunicodesync
func PBCreateFileAndOpenForkUnicodeAsync
deprecated
func PBCreateFileAndOpenForkUnicodeAsync(arg0 FSRefForkIOParamPtr)
PBCreateFileAndOpenForkUnicodeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566593-pbcreatefileandopenforkunicodeas
func PBCreateFileAndOpenForkUnicodeSync
deprecated
func PBCreateFileAndOpenForkUnicodeSync(arg0 FSRefForkIOParamPtr) int32
PBCreateFileAndOpenForkUnicodeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566046-pbcreatefileandopenforkunicodesy
func PBCreateFileUnicodeAsync
deprecated
func PBCreateFileUnicodeAsync(arg0 FSRefParam)
PBCreateFileUnicodeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565280-pbcreatefileunicodeasync
func PBCreateFileUnicodeSync
deprecated
func PBCreateFileUnicodeSync(arg0 FSRefParam) int16
PBCreateFileUnicodeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566896-pbcreatefileunicodesync
func PBCreateForkAsync
deprecated
func PBCreateForkAsync(arg0 FSForkIOParam)
PBCreateForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565676-pbcreateforkasync
func PBCreateForkSync
deprecated
func PBCreateForkSync(arg0 FSForkIOParam) int16
PBCreateForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566697-pbcreateforksync
func PBDeleteForkAsync
deprecated
func PBDeleteForkAsync(arg0 FSForkIOParam)
PBDeleteForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566752-pbdeleteforkasync
func PBDeleteForkSync
deprecated
func PBDeleteForkSync(arg0 FSForkIOParam) int16
PBDeleteForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566822-pbdeleteforksync
func PBDeleteObjectAsync
deprecated
func PBDeleteObjectAsync(arg0 FSRefParam)
PBDeleteObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566325-pbdeleteobjectasync
func PBDeleteObjectSync
deprecated
func PBDeleteObjectSync(arg0 FSRefParam) int16
PBDeleteObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565966-pbdeleteobjectsync
func PBExchangeObjectsAsync
deprecated
func PBExchangeObjectsAsync(arg0 FSRefParam)
PBExchangeObjectsAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566021-pbexchangeobjectsasync
func PBExchangeObjectsSync
deprecated
func PBExchangeObjectsSync(arg0 FSRefParam) int16
PBExchangeObjectsSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566627-pbexchangeobjectssync
func PBFSCopyFileAsync
deprecated
func PBFSCopyFileAsync(arg0 FSRefParamPtr) int32
PBFSCopyFileAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565810-pbfscopyfileasync
func PBFSCopyFileSync
deprecated
func PBFSCopyFileSync(arg0 FSRefParamPtr) int32
PBFSCopyFileSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566297-pbfscopyfilesync
func PBFSResolveNodeIDAsync
deprecated
func PBFSResolveNodeIDAsync(arg0 FSRefParamPtr) int32
PBFSResolveNodeIDAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566562-pbfsresolvenodeidasync
func PBFSResolveNodeIDSync
deprecated
func PBFSResolveNodeIDSync(arg0 FSRefParamPtr) int32
PBFSResolveNodeIDSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565133-pbfsresolvenodeidsync
func PBFlushForkAsync
deprecated
func PBFlushForkAsync(arg0 FSForkIOParam)
PBFlushForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565669-pbflushforkasync
func PBFlushForkSync
deprecated
func PBFlushForkSync(arg0 FSForkIOParam) int16
PBFlushForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565853-pbflushforksync
func PBFlushVolumeAsync
deprecated
func PBFlushVolumeAsync(arg0 FSRefParamPtr) int32
PBFlushVolumeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566072-pbflushvolumeasync
func PBFlushVolumeSync
deprecated
func PBFlushVolumeSync(arg0 FSRefParamPtr) int32
PBFlushVolumeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565550-pbflushvolumesync
func PBGetCatalogInfoAsync
deprecated
func PBGetCatalogInfoAsync(arg0 FSRefParam)
PBGetCatalogInfoAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565934-pbgetcataloginfoasync
func PBGetCatalogInfoBulkAsync
deprecated
func PBGetCatalogInfoBulkAsync(arg0 FSCatalogBulkParam)
PBGetCatalogInfoBulkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566399-pbgetcataloginfobulkasync
func PBGetCatalogInfoBulkSync
deprecated
func PBGetCatalogInfoBulkSync(arg0 FSCatalogBulkParam) int16
PBGetCatalogInfoBulkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565707-pbgetcataloginfobulksync
func PBGetCatalogInfoSync
deprecated
func PBGetCatalogInfoSync(arg0 FSRefParam) int16
PBGetCatalogInfoSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566328-pbgetcataloginfosync
func PBGetForkCBInfoAsync
deprecated
func PBGetForkCBInfoAsync(arg0 FSForkCBInfoParam)
PBGetForkCBInfoAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566027-pbgetforkcbinfoasync
func PBGetForkCBInfoSync
deprecated
func PBGetForkCBInfoSync(arg0 FSForkCBInfoParam) int16
PBGetForkCBInfoSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566258-pbgetforkcbinfosync
func PBGetForkPositionAsync
deprecated
func PBGetForkPositionAsync(arg0 FSForkIOParam)
PBGetForkPositionAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566418-pbgetforkpositionasync
func PBGetForkPositionSync
deprecated
func PBGetForkPositionSync(arg0 FSForkIOParam) int16
PBGetForkPositionSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565594-pbgetforkpositionsync
func PBGetForkSizeAsync
deprecated
func PBGetForkSizeAsync(arg0 FSForkIOParam)
PBGetForkSizeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565453-pbgetforksizeasync
func PBGetForkSizeSync
deprecated
func PBGetForkSizeSync(arg0 FSForkIOParam) int16
PBGetForkSizeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566956-pbgetforksizesync
func PBGetVolumeInfoAsync
deprecated
func PBGetVolumeInfoAsync(arg0 FSVolumeInfoParam)
PBGetVolumeInfoAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565244-pbgetvolumeinfoasync
func PBGetVolumeInfoSync
deprecated
func PBGetVolumeInfoSync(arg0 FSVolumeInfoParam) int16
PBGetVolumeInfoSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566892-pbgetvolumeinfosync
func PBIterateForksAsync
deprecated
func PBIterateForksAsync(arg0 FSForkIOParam)
PBIterateForksAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566251-pbiterateforksasync
func PBIterateForksSync
deprecated
func PBIterateForksSync(arg0 FSForkIOParam) int16
PBIterateForksSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566093-pbiterateforkssync
func PBMakeFSRefUnicodeAsync
deprecated
func PBMakeFSRefUnicodeAsync(arg0 FSRefParam)
PBMakeFSRefUnicodeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566268-pbmakefsrefunicodeasync
func PBMakeFSRefUnicodeSync
deprecated
func PBMakeFSRefUnicodeSync(arg0 FSRefParam) int16
PBMakeFSRefUnicodeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566925-pbmakefsrefunicodesync
func PBMoveObjectAsync
deprecated
func PBMoveObjectAsync(arg0 FSRefParam)
PBMoveObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566270-pbmoveobjectasync
func PBMoveObjectSync
deprecated
func PBMoveObjectSync(arg0 FSRefParam) int16
PBMoveObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565935-pbmoveobjectsync
func PBOpenForkAsync
deprecated
func PBOpenForkAsync(arg0 FSForkIOParam)
PBOpenForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566059-pbopenforkasync
func PBOpenForkSync
deprecated
func PBOpenForkSync(arg0 FSForkIOParam) int16
PBOpenForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566802-pbopenforksync
func PBOpenIteratorAsync
deprecated
func PBOpenIteratorAsync(arg0 FSCatalogBulkParam)
PBOpenIteratorAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566686-pbopeniteratorasync
func PBOpenIteratorSync
deprecated
func PBOpenIteratorSync(arg0 FSCatalogBulkParam) int16
PBOpenIteratorSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566865-pbopeniteratorsync
func PBReadForkAsync
deprecated
func PBReadForkAsync(arg0 FSForkIOParam)
PBReadForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566703-pbreadforkasync
func PBReadForkSync
deprecated
func PBReadForkSync(arg0 FSForkIOParam) int16
PBReadForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566739-pbreadforksync
func PBRenameUnicodeAsync
deprecated
func PBRenameUnicodeAsync(arg0 FSRefParam)
PBRenameUnicodeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566334-pbrenameunicodeasync
func PBRenameUnicodeSync
deprecated
func PBRenameUnicodeSync(arg0 FSRefParam) int16
PBRenameUnicodeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566879-pbrenameunicodesync
func PBSetCatalogInfoAsync
deprecated
func PBSetCatalogInfoAsync(arg0 FSRefParam)
PBSetCatalogInfoAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566340-pbsetcataloginfoasync
func PBSetCatalogInfoSync
deprecated
func PBSetCatalogInfoSync(arg0 FSRefParam) int16
PBSetCatalogInfoSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565271-pbsetcataloginfosync
func PBSetForkPositionAsync
deprecated
func PBSetForkPositionAsync(arg0 FSForkIOParam)
PBSetForkPositionAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565887-pbsetforkpositionasync
func PBSetForkPositionSync
deprecated
func PBSetForkPositionSync(arg0 FSForkIOParam) int16
PBSetForkPositionSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566035-pbsetforkpositionsync
func PBSetForkSizeAsync
deprecated
func PBSetForkSizeAsync(arg0 FSForkIOParam)
PBSetForkSizeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566552-pbsetforksizeasync
func PBSetForkSizeSync
deprecated
func PBSetForkSizeSync(arg0 FSForkIOParam) int16
PBSetForkSizeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566944-pbsetforksizesync
func PBSetVolumeInfoAsync
deprecated
func PBSetVolumeInfoAsync(arg0 FSVolumeInfoParam)
PBSetVolumeInfoAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566541-pbsetvolumeinfoasync
func PBSetVolumeInfoSync
deprecated
func PBSetVolumeInfoSync(arg0 FSVolumeInfoParam) int16
PBSetVolumeInfoSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566427-pbsetvolumeinfosync
func PBUnlinkObjectAsync
deprecated
func PBUnlinkObjectAsync(arg0 FSRefParam)
PBUnlinkObjectAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565840-pbunlinkobjectasync
func PBUnlinkObjectSync
deprecated
func PBUnlinkObjectSync(arg0 FSRefParam) int16
PBUnlinkObjectSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566516-pbunlinkobjectsync
func PBWriteForkAsync
deprecated
func PBWriteForkAsync(arg0 FSForkIOParam)
PBWriteForkAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566491-pbwriteforkasync
func PBWriteForkSync
deprecated
func PBWriteForkSync(arg0 FSForkIOParam) int16
PBWriteForkSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565632-pbwriteforksync
func PBXLockRangeAsync
deprecated
func PBXLockRangeAsync(arg0 FSRangeLockParamPtr) int32
PBXLockRangeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565710-pbxlockrangeasync
func PBXLockRangeSync
deprecated
func PBXLockRangeSync(arg0 FSRangeLockParamPtr) int32
PBXLockRangeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566800-pbxlockrangesync
func PBXUnlockRangeAsync
deprecated
func PBXUnlockRangeAsync(arg0 FSRangeLockParamPtr) int32
PBXUnlockRangeAsync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565257-pbxunlockrangeasync
func PBXUnlockRangeSync
deprecated
func PBXUnlockRangeSync(arg0 FSRangeLockParamPtr) int32
PBXUnlockRangeSync.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565709-pbxunlockrangesync
func PLstrlen
deprecated
PLstrlen.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1585944-plstrlen
func PrimeTime
deprecated
PrimeTime.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550774-primetime
func PrimeTimeTask
deprecated
PrimeTimeTask.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550783-primetimetask
func PtrAndHand
deprecated
PtrAndHand.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506365-ptrandhand
func PtrToHand
deprecated
PtrToHand.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506370-ptrtohand
func PtrToXHand
deprecated
PtrToXHand.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506246-ptrtoxhand
func PurgeCollection
deprecated
func PurgeCollection(arg0 Collection, arg1 int32, arg2 int32)
PurgeCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551434-purgecollection
func PurgeCollectionTag
deprecated
func PurgeCollectionTag(arg0 Collection, arg1 CollectionTag)
PurgeCollectionTag.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551327-purgecollectiontag
func QueryUnicodeMappings ¶
func QueryUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr, arg3 uintptr, arg4 UnicodeMapping) int32
QueryUnicodeMappings returns a list of the conversion mappings available onthe system that meet specified matching criteria and returns thenumber of mappings found.
See: https://developer.apple.com/documentation/coreservices/1433630-queryunicodemappings
func ReadIconFromFSRef
deprecated
func ReadIconFromFSRef(ref unsafe.Pointer, iconFamily *IconFamilyHandle) int32
ReadIconFromFSRef.
Deprecated: Deprecated since macOS 10.13.
See: https://developer.apple.com/documentation/coreservices/1444939-readiconfromfsref
func ReadLocation
deprecated
func ReadLocation(arg0 MachineLocation)
ReadLocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533377-readlocation
func ReadPartialResource
deprecated
ReadPartialResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529248-readpartialresource
func ReallocateHandle
deprecated
func ReallocateHandle(arg0 uintptr, arg1 corefoundation.CGSize)
ReallocateHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506393-reallocatehandle
func RecoverHandle
deprecated
func RecoverHandle(arg0 coreimage.Ptr) objectivec.IObject
RecoverHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506310-recoverhandle
func RegisterComponentFileRef
deprecated
RegisterComponentFileRef.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516564-registercomponentfileref
func RegisterComponentFileRefEntries
deprecated
func RegisterComponentFileRefEntries(arg0 uintptr, arg1 int16, arg2 ComponentDescription, arg3 uint32) int16
RegisterComponentFileRefEntries.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516395-registercomponentfilerefentries
func RegisterComponentResourceFile
deprecated
RegisterComponentResourceFile registers all component resources in the given resource file.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516511-registercomponentresourcefile
func RegisterIconRefFromFSRef
deprecated
func RegisterIconRefFromIconFamily
deprecated
func RegisterIconRefFromIconFamily(creator uint32, iconType uint32, iconFamily IconFamilyHandle, theIconRef uintptr) int16
RegisterIconRefFromIconFamily.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1443918-registericonreffromiconfamily
func ReleaseCollection
deprecated
func ReleaseCollection(arg0 Collection) int32
ReleaseCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551418-releasecollection
func ReleaseFolder
deprecated
ReleaseFolder.
Deprecated: Deprecated since macOS 10.3.
See: https://developer.apple.com/documentation/coreservices/1389109-releasefolder
func ReleaseIconRef
deprecated
ReleaseIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1443504-releaseiconref
func ReleaseResource
deprecated
func ReleaseResource(arg0 uintptr)
ReleaseResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529259-releaseresource
func RemoveCollectionItem
deprecated
func RemoveCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32) int16
RemoveCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551326-removecollectionitem
func RemoveFolderDescriptor
deprecated
func RemoveFolderDescriptor(arg0 FolderType) int16
RemoveFolderDescriptor.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389531-removefolderdescriptor
func RemoveIconRefOverride
deprecated
RemoveIconRefOverride.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1445832-removeiconrefoverride
func RemoveIndexedCollectionItem
deprecated
func RemoveIndexedCollectionItem(arg0 Collection, arg1 int32) int16
RemoveIndexedCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551414-removeindexedcollectionitem
func RemoveResource
deprecated
func RemoveResource(arg0 uintptr)
RemoveResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529272-removeresource
func RemoveTimeTask
deprecated
RemoveTimeTask.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550772-removetimetask
func ReplaceGestaltValue
deprecated
ReplaceGestaltValue replaces the value that the function [Gestalt] returns for a specified selector code with the value provided to the function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1472000-replacegestaltvalue
func ReplaceIndexedCollectionItem
deprecated
func ReplaceIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16
ReplaceIndexedCollectionItem.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551424-replaceindexedcollectionitem
func ReplaceIndexedCollectionItemHdl
deprecated
func ReplaceIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16
ReplaceIndexedCollectionItemHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551345-replaceindexedcollectionitemhdl
func ResError
deprecated
func ResError() int16
ResError.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529333-reserror
func ResetTextToUnicodeInfo ¶
func ResetTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32
ResetTextToUnicodeInfo reinitializes all state information kept by the contextobjects.
See: https://developer.apple.com/documentation/coreservices/1433526-resettexttounicodeinfo
func ResetUnicodeToTextInfo ¶
func ResetUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32
ResetUnicodeToTextInfo reinitializes all state information kept by a Unicodeconverter object.
See: https://developer.apple.com/documentation/coreservices/1433647-resetunicodetotextinfo
func ResetUnicodeToTextRunInfo ¶
func ResetUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32
ResetUnicodeToTextRunInfo reinitializes all state information kept by the contextobjects in TextRun conversions.
See: https://developer.apple.com/documentation/coreservices/1433495-resetunicodetotextruninfo
func RetainCollection
deprecated
func RetainCollection(arg0 Collection) int32
RetainCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551332-retaincollection
func RevertTextEncodingToScriptInfo ¶
func RevertTextEncodingToScriptInfo(arg0 TextEncoding, arg1 unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer) int32
RevertTextEncodingToScriptInfo converts the given Mac OS text encoding specificationto the corresponding script code and, if possible, language codeand font name.
See: https://developer.apple.com/documentation/coreservices/1400023-reverttextencodingtoscriptinfo
func RmvTime
deprecated
func RmvTime(arg0 QElemPtr)
RmvTime.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1550775-rmvtime
func S64Absolute ¶
S64Absolute.
See: https://developer.apple.com/documentation/coreservices/4357548-s64absolute
func S64BitwiseAnd ¶
S64BitwiseAnd.
See: https://developer.apple.com/documentation/coreservices/1536315-s64bitwiseand
func S64BitwiseEor ¶
S64BitwiseEor.
See: https://developer.apple.com/documentation/coreservices/1536312-s64bitwiseeor
func S64BitwiseNot ¶
S64BitwiseNot.
See: https://developer.apple.com/documentation/coreservices/1536333-s64bitwisenot
func S64BitwiseOr ¶
S64BitwiseOr.
See: https://developer.apple.com/documentation/coreservices/1536285-s64bitwiseor
func S64Compare ¶
S64Compare.
See: https://developer.apple.com/documentation/coreservices/1536359-s64compare
func S64Divide ¶
S64Divide.
See: https://developer.apple.com/documentation/coreservices/1536237-s64divide
func S64Max ¶
func S64Max() int64
S64Max.
See: https://developer.apple.com/documentation/coreservices/1536355-s64max
func S64Min ¶
func S64Min() int64
S64Min.
See: https://developer.apple.com/documentation/coreservices/1536244-s64min
func S64Multiply ¶
S64Multiply.
See: https://developer.apple.com/documentation/coreservices/1536274-s64multiply
func S64Negate ¶
S64Negate.
See: https://developer.apple.com/documentation/coreservices/1536337-s64negate
func S64ShiftLeft ¶
S64ShiftLeft.
See: https://developer.apple.com/documentation/coreservices/1536299-s64shiftleft
func S64ShiftRight ¶
S64ShiftRight.
See: https://developer.apple.com/documentation/coreservices/1536323-s64shiftright
func S64Subtract ¶
S64Subtract.
See: https://developer.apple.com/documentation/coreservices/1536289-s64subtract
func SInt64ToLongDouble ¶
SInt64ToLongDouble.
See: https://developer.apple.com/documentation/coreservices/1536253-sint64tolongdouble
func SInt64ToUInt64 ¶
SInt64ToUInt64.
See: https://developer.apple.com/documentation/coreservices/1536320-sint64touint64
func SInt64ToWide ¶
SInt64ToWide.
See: https://developer.apple.com/documentation/coreservices/1536229-sint64towide
func SKDocumentCopyURL ¶
func SKDocumentCopyURL(inDocument SKDocumentRef) corefoundation.CFURLRef
SKDocumentCopyURL builds a CFURL object from a document URL object (of type SKDocument).
See: https://developer.apple.com/documentation/coreservices/1449624-skdocumentcopyurl
func SKDocumentGetName ¶
func SKDocumentGetName(inDocument SKDocumentRef) corefoundation.CFStringRef
SKDocumentGetName gets the name of a document URL object (of type SKDocument).
See: https://developer.apple.com/documentation/coreservices/1442657-skdocumentgetname
func SKDocumentGetSchemeName ¶
func SKDocumentGetSchemeName(inDocument SKDocumentRef) corefoundation.CFStringRef
SKDocumentGetSchemeName gets the scheme name for a document URL object (of type SKDocument).
See: https://developer.apple.com/documentation/coreservices/1448262-skdocumentgetschemename
func SKDocumentGetTypeID ¶
func SKDocumentGetTypeID() uint
SKDocumentGetTypeID gets the type identifier for Search Kit document URL objects.
See: https://developer.apple.com/documentation/coreservices/1448891-skdocumentgettypeid
func SKIndexAddDocument ¶
func SKIndexAddDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inMIMETypeHint corefoundation.CFStringRef, inCanReplace unsafe.Pointer) bool
SKIndexAddDocument adds location information for a file-based document, and the document’s textual content, to an index.
See: https://developer.apple.com/documentation/coreservices/1444897-skindexadddocument
func SKIndexAddDocumentWithText ¶
func SKIndexAddDocumentWithText(inIndex SKIndexRef, inDocument SKDocumentRef, inDocumentText corefoundation.CFStringRef, inCanReplace unsafe.Pointer) bool
SKIndexAddDocumentWithText adds a document URL (SKDocument) object, and the associated document’s textual content, to an index.
See: https://developer.apple.com/documentation/coreservices/1444518-skindexadddocumentwithtext
func SKIndexClose ¶
func SKIndexClose(inIndex SKIndexRef)
SKIndexClose closes an index.
See: https://developer.apple.com/documentation/coreservices/1442401-skindexclose
func SKIndexCompact ¶
func SKIndexCompact(inIndex SKIndexRef) bool
SKIndexCompact invokes all pending updates associated with an index, compacts the index if compaction is needed, and commits all changes to backing store.
See: https://developer.apple.com/documentation/coreservices/1443628-skindexcompact
func SKIndexCopyDocumentIDArrayForTermID ¶
func SKIndexCopyDocumentIDArrayForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFArrayRef
SKIndexCopyDocumentIDArrayForTermID obtains document IDs for documents that contain a given term.
See: https://developer.apple.com/documentation/coreservices/1448003-skindexcopydocumentidarrayforter
func SKIndexCopyDocumentProperties ¶
func SKIndexCopyDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef) corefoundation.CFDictionaryRef
SKIndexCopyDocumentProperties obtains the application-defined properties of an indexed document.
See: https://developer.apple.com/documentation/coreservices/1449500-skindexcopydocumentproperties
func SKIndexCopyDocumentRefsForDocumentIDs ¶
func SKIndexCopyDocumentRefsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outDocumentRefsArray *SKDocumentRef)
SKIndexCopyDocumentRefsForDocumentIDs gets document URL objects (of type SKDocument) based on document IDs.
See: https://developer.apple.com/documentation/coreservices/1445305-skindexcopydocumentrefsfordocume
func SKIndexCopyDocumentURLsForDocumentIDs ¶
func SKIndexCopyDocumentURLsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outDocumentURLsArray *corefoundation.CFURLRef)
SKIndexCopyDocumentURLsForDocumentIDs gets document URLs based on document IDs.
See: https://developer.apple.com/documentation/coreservices/1443501-skindexcopydocumenturlsfordocume
func SKIndexCopyInfoForDocumentIDs ¶
func SKIndexCopyInfoForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outNamesArray *corefoundation.CFStringRef, outParentIDsArray *SKDocumentID)
SKIndexCopyInfoForDocumentIDs gets document names and parent IDs based on document IDs.
See: https://developer.apple.com/documentation/coreservices/1445499-skindexcopyinfofordocumentids
func SKIndexCopyTermIDArrayForDocumentID ¶
func SKIndexCopyTermIDArrayForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) corefoundation.CFArrayRef
SKIndexCopyTermIDArrayForDocumentID obtains the IDs for the terms of an indexed document.
See: https://developer.apple.com/documentation/coreservices/1446868-skindexcopytermidarrayfordocumen
func SKIndexCopyTermStringForTermID ¶
func SKIndexCopyTermStringForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFStringRef
SKIndexCopyTermStringForTermID obtains a term, specified by ID, from an index.
See: https://developer.apple.com/documentation/coreservices/1442802-skindexcopytermstringfortermid
func SKIndexDocumentIteratorGetTypeID ¶
func SKIndexDocumentIteratorGetTypeID() uint
SKIndexDocumentIteratorGetTypeID gets the type identifier for Search Kit document iterators.
See: https://developer.apple.com/documentation/coreservices/1443022-skindexdocumentiteratorgettypeid
func SKIndexFlush ¶
func SKIndexFlush(inIndex SKIndexRef) bool
SKIndexFlush invokes all pending updates associated with an index and commits them to backing store.
See: https://developer.apple.com/documentation/coreservices/1450667-skindexflush
func SKIndexGetAnalysisProperties ¶
func SKIndexGetAnalysisProperties(inIndex SKIndexRef) corefoundation.CFDictionaryRef
SKIndexGetAnalysisProperties gets the text analysis properties of an index.
See: https://developer.apple.com/documentation/coreservices/1443461-skindexgetanalysisproperties
func SKIndexGetDocumentCount ¶
func SKIndexGetDocumentCount(inIndex SKIndexRef) int
SKIndexGetDocumentCount gets the total number of documents represented in an index.
See: https://developer.apple.com/documentation/coreservices/1449093-skindexgetdocumentcount
func SKIndexGetDocumentTermCount ¶
func SKIndexGetDocumentTermCount(inIndex SKIndexRef, inDocumentID SKDocumentID) int
SKIndexGetDocumentTermCount gets the number of terms for a document in an index.
See: https://developer.apple.com/documentation/coreservices/1448341-skindexgetdocumenttermcount
func SKIndexGetDocumentTermFrequency ¶
func SKIndexGetDocumentTermFrequency(inIndex SKIndexRef, inDocumentID SKDocumentID, inTermID int) int
SKIndexGetDocumentTermFrequency gets the number of occurrences of a term in a document.
See: https://developer.apple.com/documentation/coreservices/1447537-skindexgetdocumenttermfrequency
func SKIndexGetMaximumBytesBeforeFlush ¶
func SKIndexGetMaximumBytesBeforeFlush(inIndex SKIndexRef) int
SKIndexGetMaximumBytesBeforeFlush not recommended.
See: https://developer.apple.com/documentation/coreservices/1445329-skindexgetmaximumbytesbeforeflus
func SKIndexGetMaximumTermID ¶
func SKIndexGetMaximumTermID(inIndex SKIndexRef) int
SKIndexGetMaximumTermID gets the highest-numbered term ID in an index.
See: https://developer.apple.com/documentation/coreservices/1444278-skindexgetmaximumtermid
func SKIndexGetTermDocumentCount ¶
func SKIndexGetTermDocumentCount(inIndex SKIndexRef, inTermID int) int
SKIndexGetTermDocumentCount gets the number of documents containing a given term represented in an index.
See: https://developer.apple.com/documentation/coreservices/1444015-skindexgettermdocumentcount
func SKIndexGetTermIDForTermString ¶
func SKIndexGetTermIDForTermString(inIndex SKIndexRef, inTermString corefoundation.CFStringRef) int
SKIndexGetTermIDForTermString gets the ID for a term in an index.
See: https://developer.apple.com/documentation/coreservices/1448558-skindexgettermidfortermstring
func SKIndexGetTypeID ¶
func SKIndexGetTypeID() uint
SKIndexGetTypeID gets the type identifier for Search Kit indexes.
See: https://developer.apple.com/documentation/coreservices/1450223-skindexgettypeid
func SKIndexMoveDocument ¶
func SKIndexMoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inNewParent SKDocumentRef) bool
SKIndexMoveDocument changes the parent of a document URL object (of type SKDocument) in an index.
See: https://developer.apple.com/documentation/coreservices/1449899-skindexmovedocument
func SKIndexRemoveDocument ¶
func SKIndexRemoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef) bool
SKIndexRemoveDocument removes a document URL object (of type SKDocument) and its children, if any, from an index.
See: https://developer.apple.com/documentation/coreservices/1444375-skindexremovedocument
func SKIndexRenameDocument ¶
func SKIndexRenameDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inNewName corefoundation.CFStringRef) bool
SKIndexRenameDocument changes the name of a document URL object (of type SKDocument) in an index.
See: https://developer.apple.com/documentation/coreservices/1448935-skindexrenamedocument
func SKIndexSetDocumentProperties ¶
func SKIndexSetDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef, inProperties corefoundation.CFDictionaryRef)
SKIndexSetDocumentProperties sets the application-defined properties of a document URL object (of type SKDocument).
See: https://developer.apple.com/documentation/coreservices/1444576-skindexsetdocumentproperties
func SKIndexSetMaximumBytesBeforeFlush ¶
func SKIndexSetMaximumBytesBeforeFlush(inIndex SKIndexRef, inBytesForUpdate int)
SKIndexSetMaximumBytesBeforeFlush not recommended.
See: https://developer.apple.com/documentation/coreservices/1448696-skindexsetmaximumbytesbeforeflus
func SKLoadDefaultExtractorPlugIns ¶
func SKLoadDefaultExtractorPlugIns()
SKLoadDefaultExtractorPlugIns tells Search Kit to use the Spotlight metadata importers.
See: https://developer.apple.com/documentation/coreservices/1447859-skloaddefaultextractorplugins
func SKSearchCancel ¶
func SKSearchCancel(inSearch SKSearchRef)
SKSearchCancel cancels an asynchronous search request.
See: https://developer.apple.com/documentation/coreservices/1442083-sksearchcancel
func SKSearchFindMatches ¶
func SKSearchFindMatches(inSearch SKSearchRef, inMaximumCount int, outDocumentIDsArray *SKDocumentID, outScoresArray unsafe.Pointer, maximumTime float64, outFoundCount *int) bool
SKSearchFindMatches extracts search result information from a search object.
See: https://developer.apple.com/documentation/coreservices/1448608-sksearchfindmatches
func SKSearchGetTypeID ¶
func SKSearchGetTypeID() uint
SKSearchGetTypeID gets the type identifier for Search Kit search objects.
See: https://developer.apple.com/documentation/coreservices/1448621-sksearchgettypeid
func SKSearchGroupGetTypeID
deprecated
func SKSearchGroupGetTypeID() uint
SKSearchGroupGetTypeID deprecated.
Deprecated: Deprecated since macOS 10.4.
See: https://developer.apple.com/documentation/coreservices/1448637-sksearchgroupgettypeid
func SKSummaryCopyParagraphAtIndex ¶
func SKSummaryCopyParagraphAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef
SKSummaryCopyParagraphAtIndex gets a specified paragraph from the text in a summarization object.
See: https://developer.apple.com/documentation/coreservices/1445711-sksummarycopyparagraphatindex
func SKSummaryCopyParagraphSummaryString ¶
func SKSummaryCopyParagraphSummaryString(summary SKSummaryRef, numParagraphs int) corefoundation.CFStringRef
SKSummaryCopyParagraphSummaryString gets a text string consisting of a summary with, at most, the requested number of paragraphs.
See: https://developer.apple.com/documentation/coreservices/1449746-sksummarycopyparagraphsummarystr
func SKSummaryCopySentenceAtIndex ¶
func SKSummaryCopySentenceAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef
SKSummaryCopySentenceAtIndex gets a specified sentence from the text in a summarization object.
See: https://developer.apple.com/documentation/coreservices/1450287-sksummarycopysentenceatindex
func SKSummaryCopySentenceSummaryString ¶
func SKSummaryCopySentenceSummaryString(summary SKSummaryRef, numSentences int) corefoundation.CFStringRef
SKSummaryCopySentenceSummaryString gets a text string consisting of a summary with, at most, the requested number of sentences.
See: https://developer.apple.com/documentation/coreservices/1449700-sksummarycopysentencesummarystri
func SKSummaryGetParagraphCount ¶
func SKSummaryGetParagraphCount(summary SKSummaryRef) int
SKSummaryGetParagraphCount gets the number of paragraphs in a summarization object.
See: https://developer.apple.com/documentation/coreservices/1449304-sksummarygetparagraphcount
func SKSummaryGetParagraphSummaryInfo ¶
func SKSummaryGetParagraphSummaryInfo(summary SKSummaryRef, numParagraphsInSummary int, outRankOrderOfParagraphs *int, outParagraphIndexOfParagraphs *int) int
SKSummaryGetParagraphSummaryInfo gets detailed information about a body of text for constructing a custom paragraph-based summary string.
See: https://developer.apple.com/documentation/coreservices/1447517-sksummarygetparagraphsummaryinfo
func SKSummaryGetSentenceCount ¶
func SKSummaryGetSentenceCount(summary SKSummaryRef) int
SKSummaryGetSentenceCount gets the number of sentences in a summarization object.
See: https://developer.apple.com/documentation/coreservices/1450009-sksummarygetsentencecount
func SKSummaryGetSentenceSummaryInfo ¶
func SKSummaryGetSentenceSummaryInfo(summary SKSummaryRef, numSentencesInSummary int, outRankOrderOfSentences *int, outSentenceIndexOfSentences *int, outParagraphIndexOfSentences *int) int
SKSummaryGetSentenceSummaryInfo gets detailed information about a body of text for constructing a custom sentence-based summary string.
See: https://developer.apple.com/documentation/coreservices/1444767-sksummarygetsentencesummaryinfo
func SKSummaryGetTypeID ¶
func SKSummaryGetTypeID() uint
SKSummaryGetTypeID gets the type identifier for Search Kit summarization objects.
See: https://developer.apple.com/documentation/coreservices/1444796-sksummarygettypeid
func SetCollectionDefaultAttributes
deprecated
func SetCollectionDefaultAttributes(arg0 Collection, arg1 int32, arg2 int32)
SetCollectionDefaultAttributes.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551442-setcollectiondefaultattributes
func SetCollectionExceptionProc
deprecated
func SetCollectionExceptionProc(arg0 Collection, arg1 CollectionExceptionUPP)
SetCollectionExceptionProc.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551417-setcollectionexceptionproc
func SetCollectionItemInfo
deprecated
func SetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32) int16
SetCollectionItemInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551372-setcollectioniteminfo
func SetComponentInstanceError
deprecated
func SetComponentInstanceError(arg0 ComponentInstance, arg1 int16)
SetComponentInstanceError passes error information to the Component Manager which sets the current error value for the appropriate connection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516663-setcomponentinstanceerror
func SetComponentInstanceStorage
deprecated
func SetComponentInstanceStorage(arg0 ComponentInstance, arg1 uintptr)
SetComponentInstanceStorage allows your component to associate memory with a connection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516556-setcomponentinstancestorage
func SetComponentRefcon
deprecated
SetComponentRefcon sets the reference constant for your component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516562-setcomponentrefcon
func SetCustomIconsEnabled
deprecated
func SetDebugOptionValue
deprecated
SetDebugOptionValue.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517709-setdebugoptionvalue
func SetDebuggerNotificationProcs
deprecated
func SetDebuggerNotificationProcs(arg0 DebuggerNewThreadTPP, arg1 DebuggerDisposeThreadTPP, arg2 DebuggerThreadSchedulerTPP) int16
SetDebuggerNotificationProcs.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574202-setdebuggernotificationprocs
func SetDefaultComponent
deprecated
SetDefaultComponent changes the search order for registered components.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516566-setdefaultcomponent
func SetFallbackUnicodeToText ¶
func SetFallbackUnicodeToText(arg0 UnicodeToTextInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, arg3 unsafe.Pointer) int32
SetFallbackUnicodeToText specifies a fallback handler to be used for convertinga Unicode text segment to another encoding when the Unicode Convertercannot convert the text using the mapping table specified by theUnicode converter object.
See: https://developer.apple.com/documentation/coreservices/1433614-setfallbackunicodetotext
func SetFallbackUnicodeToTextRun ¶
func SetFallbackUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, arg3 unsafe.Pointer) int32
SetFallbackUnicodeToTextRun specifies a fallback handler to be used for convertinga Unicode text segment to another encoding when the Unicode Convertercannot convert the text using the mapping table specified by a Unicodeconverter object.
See: https://developer.apple.com/documentation/coreservices/1433644-setfallbackunicodetotextrun
func SetGestaltValue
deprecated
SetGestaltValue sets the value the function [Gestalt] will return for a specified selector code, installing the selector if it was not already installed.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1470991-setgestaltvalue
func SetHandleSize
deprecated
func SetHandleSize(arg0 uintptr, arg1 corefoundation.CGSize)
SetHandleSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506241-sethandlesize
func SetIndexedCollectionItemInfo
deprecated
func SetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 int32, arg3 int32) int16
SetIndexedCollectionItemInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551406-setindexedcollectioniteminfo
func SetPtrSize
deprecated
func SetPtrSize(arg0 coreimage.Ptr, arg1 corefoundation.CGSize)
SetPtrSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506428-setptrsize
func SetResAttrs
deprecated
func SetResAttrs(arg0 uintptr, arg1 ResAttributes)
SetResAttrs.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529240-setresattrs
func SetResFileAttrs
deprecated
func SetResFileAttrs(arg0 ResFileRefNum, arg1 ResFileAttributes)
SetResFileAttrs.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529257-setresfileattrs
func SetResInfo
deprecated
SetResInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529247-setresinfo
func SetResLoad
deprecated
func SetResLoad(arg0 bool)
SetResLoad.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529294-setresload
func SetResPurge
deprecated
func SetResPurge(arg0 bool)
SetResPurge.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529316-setrespurge
func SetResourceSize
deprecated
SetResourceSize.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529277-setresourcesize
func SetScriptManagerVariable
deprecated
SetScriptManagerVariable.
Deprecated: Deprecated since macOS 10.5.
See: https://developer.apple.com/documentation/coreservices/1483931-setscriptmanagervariable
func SetThreadReadyGivenTaskRef
deprecated
func SetThreadReadyGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID) int16
SetThreadReadyGivenTaskRef.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574279-setthreadreadygiventaskref
func SetThreadScheduler
deprecated
func SetThreadScheduler(arg0 ThreadSchedulerTPP) int16
SetThreadScheduler.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574195-setthreadscheduler
func SetThreadState
deprecated
func SetThreadState(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16
SetThreadState.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574212-setthreadstate
func SetThreadStateEndCritical
deprecated
func SetThreadStateEndCritical(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16
SetThreadStateEndCritical.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574289-setthreadstateendcritical
func SetThreadSwitcher
deprecated
func SetThreadSwitcher(arg0 ThreadID, arg1 ThreadSwitchTPP, arg2 bool) int16
SetThreadSwitcher.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574270-setthreadswitcher
func SetThreadTerminator
deprecated
func SetThreadTerminator(arg0 ThreadID, arg1 ThreadTerminationTPP) int16
SetThreadTerminator.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574205-setthreadterminator
func SleepQInstall
deprecated
func SleepQInstall(arg0 SleepQRecPtr)
SleepQInstall.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427477-sleepqinstall
func SleepQRemove
deprecated
func SleepQRemove(arg0 SleepQRecPtr)
SleepQRemove.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427457-sleepqremove
func SubAbsoluteFromAbsolute
deprecated
func SubAbsoluteFromAbsolute(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
SubAbsoluteFromAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501265-subabsolutefromabsolute
func SubDurationFromAbsolute
deprecated
func SubDurationFromAbsolute(arg0 Duration, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
SubDurationFromAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501261-subdurationfromabsolute
func SubNanosecondsFromAbsolute
deprecated
func SubNanosecondsFromAbsolute(arg0 Nanoseconds, arg1 kernel.AbsoluteTime) kernel.AbsoluteTime
SubNanosecondsFromAbsolute.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501240-subnanosecondsfromabsolute
func SysError
deprecated
func SysError(arg0 int16)
SysError.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1559937-syserror
func TECClearConverterContextInfo ¶
func TECClearConverterContextInfo(arg0 TECObjectRef) int32
TECClearConverterContextInfo resets a converter object to its initial state so youcan reuse it.
See: https://developer.apple.com/documentation/coreservices/1571844-tecclearconvertercontextinfo
func TECClearSnifferContextInfo ¶
func TECClearSnifferContextInfo(arg0 TECSnifferObjectRef) int32
TECClearSnifferContextInfo resets a sniffer object to its initial settings so youcan reuse it.
See: https://developer.apple.com/documentation/coreservices/1571850-tecclearsniffercontextinfo
func TECConvertText ¶
func TECConvertText(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, arg5 uintptr, arg6 uintptr) int32
TECConvertText converts a stream of text from a source encoding to adestination encoding.
See: https://developer.apple.com/documentation/coreservices/1571824-tecconverttext
func TECConvertTextToMultipleEncodings ¶
func TECConvertTextToMultipleEncodings(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, arg5 uintptr, arg6 uintptr, arg7 TextEncodingRun, arg8 uintptr, arg9 uintptr) int32
TECConvertTextToMultipleEncodings converts text in the source encoding to runs of text inmultiple destination encodings.
See: https://developer.apple.com/documentation/coreservices/1571849-tecconverttexttomultipleencoding
func TECCopyTextEncodingInternetNameAndMIB ¶
func TECCopyTextEncodingInternetNameAndMIB(arg0 TextEncoding, arg1 TECInternetNameUsageMask, arg2 corefoundation.CFStringRef, arg3 int32) int32
TECCopyTextEncodingInternetNameAndMIB.
See: https://developer.apple.com/documentation/coreservices/1571835-teccopytextencodinginternetnamea
func TECCountAvailableSniffers ¶
TECCountAvailableSniffers counts and returns the number of sniffers available inall installed plug-ins.
See: https://developer.apple.com/documentation/coreservices/1571795-teccountavailablesniffers
func TECCountAvailableTextEncodings ¶
TECCountAvailableTextEncodings counts and returns the number of text encodings currentlyconfigured in the Text Encoding Converter.
See: https://developer.apple.com/documentation/coreservices/1571853-teccountavailabletextencodings
func TECCountDestinationTextEncodings ¶
func TECCountDestinationTextEncodings(arg0 TextEncoding, arg1 uintptr) int32
TECCountDestinationTextEncodings counts and returns the number of destination encodingsto which a specified source encoding can be converted in one step.
See: https://developer.apple.com/documentation/coreservices/1571805-teccountdestinationtextencodings
func TECCountDirectTextEncodingConversions ¶
TECCountDirectTextEncodingConversions counts and returns the number of direct conversions currentlyconfigured in the Text Encoding Converter.
See: https://developer.apple.com/documentation/coreservices/1571822-teccountdirecttextencodingconver
func TECCountMailTextEncodings ¶
TECCountMailTextEncodings counts and returns the number of currently supported e-mailencodings for a specified region.
See: https://developer.apple.com/documentation/coreservices/1571826-teccountmailtextencodings
func TECCountSubTextEncodings ¶
func TECCountSubTextEncodings(arg0 TextEncoding, arg1 uintptr) int32
TECCountSubTextEncodings counts and returns the number of subencodings a text encodingsupports.
See: https://developer.apple.com/documentation/coreservices/1571820-teccountsubtextencodings
func TECCountWebTextEncodings ¶
TECCountWebTextEncodings counts and returns the number of currently supported textencodings for a region code.
See: https://developer.apple.com/documentation/coreservices/1571837-teccountwebtextencodings
func TECCreateConverter ¶
func TECCreateConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 TextEncoding) int32
TECCreateConverter determines a conversion path for a source and destinationencoding, then creates a text encoding converter object and returnsa pointer to it.
See: https://developer.apple.com/documentation/coreservices/1571815-teccreateconverter
func TECCreateConverterFromPath ¶
func TECCreateConverterFromPath(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr) int32
TECCreateConverterFromPath creates a converter object for a specific conversion path—froma source encoding through intermediate encodings to a destinationencoding—and returns a pointer to it.
See: https://developer.apple.com/documentation/coreservices/1571829-teccreateconverterfrompath
func TECCreateOneToManyConverter ¶
func TECCreateOneToManyConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr, arg3 TextEncoding) int32
TECCreateOneToManyConverter determines a conversion path for the source encoding anddestinations encodings you specify, creates a text encoding converterobject, and returns a reference to it.
See: https://developer.apple.com/documentation/coreservices/1571794-teccreateonetomanyconverter
func TECCreateSniffer ¶
func TECCreateSniffer(arg0 TECSnifferObjectRef, arg1 TextEncoding, arg2 uintptr) int32
TECCreateSniffer creates a sniffer object and returns a reference to it.
See: https://developer.apple.com/documentation/coreservices/1571832-teccreatesniffer
func TECDisposeConverter ¶
func TECDisposeConverter(arg0 TECObjectRef) int32
TECDisposeConverter disposes of a converter object.
See: https://developer.apple.com/documentation/coreservices/1571839-tecdisposeconverter
func TECDisposeSniffer ¶
func TECDisposeSniffer(arg0 TECSnifferObjectRef) int32
TECDisposeSniffer disposes of a sniffer object.
See: https://developer.apple.com/documentation/coreservices/1571854-tecdisposesniffer
func TECFlushMultipleEncodings ¶
func TECFlushMultipleEncodings(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr, arg4 TextEncodingRun, arg5 uintptr, arg6 uintptr) int32
TECFlushMultipleEncodings flushes out any encodings that may be stored in a converterobject’s temporary buffers and shifts encodings back to theirdefault state, if any.
See: https://developer.apple.com/documentation/coreservices/1571842-tecflushmultipleencodings
func TECFlushText ¶
func TECFlushText(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr) int32
TECFlushText flushes out any data in a converter object’s temporarybuffers and resets the converter object.
See: https://developer.apple.com/documentation/coreservices/1571848-tecflushtext
func TECGetAvailableSniffers ¶
func TECGetAvailableSniffers(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32
TECGetAvailableSniffers returns the list of sniffers available in all installedplug-ins.
See: https://developer.apple.com/documentation/coreservices/1571841-tecgetavailablesniffers
func TECGetAvailableTextEncodings ¶
func TECGetAvailableTextEncodings(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32
TECGetAvailableTextEncodings returns the text encoding specifications currently configuredin the Text Encoding Converter.
See: https://developer.apple.com/documentation/coreservices/1571819-tecgetavailabletextencodings
func TECGetDestinationTextEncodings ¶
func TECGetDestinationTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
TECGetDestinationTextEncodings returns the encoding specifications for all the destinationtext encodings to which the Text Encoding Converter can directlyconvert the specified source encoding.
See: https://developer.apple.com/documentation/coreservices/1571808-tecgetdestinationtextencodings
func TECGetDirectTextEncodingConversions ¶
func TECGetDirectTextEncodingConversions(arg0 TECConversionInfo, arg1 uintptr, arg2 uintptr) int32
TECGetDirectTextEncodingConversions returns the types of direct conversions currently configuredin the Text Encoding Converter.
See: https://developer.apple.com/documentation/coreservices/1571834-tecgetdirecttextencodingconversi
func TECGetEncodingList ¶
func TECGetEncodingList(arg0 TECObjectRef, arg1 uintptr, arg2 uintptr) int32
TECGetEncodingList gets the list of destination encodings from a converterobject.
See: https://developer.apple.com/documentation/coreservices/1571830-tecgetencodinglist
func TECGetInfo ¶
func TECGetInfo(arg0 TECInfoHandle) int32
TECGetInfo allocates a converter information structure of type TECInfo inthe application heap using NewHandle,fills it out, and returns a handle.
See: https://developer.apple.com/documentation/coreservices/1400430-tecgetinfo
func TECGetMailTextEncodings ¶
func TECGetMailTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
TECGetMailTextEncodings returns the currently supported mail encoding specificationsfor a region code.
See: https://developer.apple.com/documentation/coreservices/1571845-tecgetmailtextencodings
func TECGetSubTextEncodings ¶
func TECGetSubTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
TECGetSubTextEncodings returns the text encoding specifications for the subencodingsthe encoding scheme supports.
See: https://developer.apple.com/documentation/coreservices/1571796-tecgetsubtextencodings
func TECGetTextEncodingFromInternetName ¶
func TECGetTextEncodingFromInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32
TECGetTextEncodingFromInternetName returns the Mac OS text encoding specification that correspondsto an Internet encoding name.
See: https://developer.apple.com/documentation/coreservices/1571825-tecgettextencodingfrominternetna
func TECGetTextEncodingFromInternetNameOrMIB ¶
func TECGetTextEncodingFromInternetNameOrMIB(arg0 TextEncoding, arg1 TECInternetNameUsageMask, arg2 corefoundation.CFStringRef, arg3 int32) int32
TECGetTextEncodingFromInternetNameOrMIB.
See: https://developer.apple.com/documentation/coreservices/1571816-tecgettextencodingfrominternetna
func TECGetTextEncodingInternetName ¶
func TECGetTextEncodingInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32
TECGetTextEncodingInternetName returns the Internet encoding name that corresponds toa Mac OS text encoding.
See: https://developer.apple.com/documentation/coreservices/1571851-tecgettextencodinginternetname
func TECGetWebTextEncodings ¶
func TECGetWebTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32
TECGetWebTextEncodings returns the currently supported text encoding specificationsfor a region code.
See: https://developer.apple.com/documentation/coreservices/1571798-tecgetwebtextencodings
func TECSetBasicOptions ¶
func TECSetBasicOptions(arg0 TECObjectRef, arg1 uintptr) int32
TECSetBasicOptions.
See: https://developer.apple.com/documentation/coreservices/1571847-tecsetbasicoptions
func TECSniffTextEncoding ¶
func TECSniffTextEncoding(arg0 TECSnifferObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 TextEncoding, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr) int32
TECSniffTextEncoding analyzes a text stream and returns the probable encodingsin a ranked list, based on an array of possible encodings you supply.It also returns the number of errors and features for each encoding.
See: https://developer.apple.com/documentation/coreservices/1571836-tecsnifftextencoding
func TaskLevel
deprecated
func TaskLevel() uint32
TaskLevel.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517734-tasklevel
func TempNewHandle
deprecated
func TempNewHandle(arg0 corefoundation.CGSize, arg1 int16) objectivec.IObject
TempNewHandle.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1506376-tempnewhandle
func TestAndClear
deprecated
TestAndClear.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490573-testandclear
func TestAndSet
deprecated
TestAndSet.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1490582-testandset
func ThreadBeginCritical
deprecated
func ThreadBeginCritical() int16
ThreadBeginCritical.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574258-threadbegincritical
func ThreadCurrentStackSpace
deprecated
ThreadCurrentStackSpace.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574269-threadcurrentstackspace
func ThreadEndCritical
deprecated
func ThreadEndCritical() int16
ThreadEndCritical.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574230-threadendcritical
func TickCount
deprecated
func TickCount() uint32
TickCount.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533365-tickcount
func TruncateForTextToUnicode ¶
func TruncateForTextToUnicode(arg0 ConstTextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, arg4 uintptr) int32
TruncateForTextToUnicode identifies where your application can safely break a multibytestring to be converted to Unicode so that the string is not brokenin the middle of a multibyte character.
See: https://developer.apple.com/documentation/coreservices/1433518-truncatefortexttounicode
func TruncateForUnicodeToText ¶
func TruncateForUnicodeToText(arg0 ConstUnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr) int32
TruncateForUnicodeToText identifies where your application can safely break a Unicodestring to be converted to any encoding so that the string is brokenin a way that preserves the text element integrity.
See: https://developer.apple.com/documentation/coreservices/1433649-truncateforunicodetotext
func U64BitwiseAnd ¶
U64BitwiseAnd.
See: https://developer.apple.com/documentation/coreservices/1536227-u64bitwiseand
func U64BitwiseEor ¶
U64BitwiseEor.
See: https://developer.apple.com/documentation/coreservices/1536230-u64bitwiseeor
func U64BitwiseNot ¶
U64BitwiseNot.
See: https://developer.apple.com/documentation/coreservices/1536304-u64bitwisenot
func U64BitwiseOr ¶
U64BitwiseOr.
See: https://developer.apple.com/documentation/coreservices/1536365-u64bitwiseor
func U64Compare
deprecated
U64Compare.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1536343-u64compare
func U64Divide ¶
U64Divide.
See: https://developer.apple.com/documentation/coreservices/1536326-u64divide
func U64Max ¶
func U64Max() uint64
U64Max.
See: https://developer.apple.com/documentation/coreservices/1536321-u64max
func U64Multiply ¶
U64Multiply.
See: https://developer.apple.com/documentation/coreservices/1536288-u64multiply
func U64ShiftLeft ¶
U64ShiftLeft.
See: https://developer.apple.com/documentation/coreservices/1536248-u64shiftleft
func U64ShiftRight ¶
U64ShiftRight.
See: https://developer.apple.com/documentation/coreservices/1536363-u64shiftright
func U64Subtract ¶
U64Subtract.
See: https://developer.apple.com/documentation/coreservices/1536348-u64subtract
func UCCompareCollationKeys ¶
func UCCompareCollationKeys(key1Ptr *UCCollationValue, key1Length unsafe.Pointer, key2Ptr *UCCollationValue, key2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32
UCCompareCollationKeys uses collation keys to compare Unicode strings.
See: https://developer.apple.com/documentation/coreservices/1390378-uccomparecollationkeys
func UCCompareText ¶
func UCCompareText(collatorRef CollatorRef, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32
UCCompareText uses locale-specific collation information to compare Unicode strings.
See: https://developer.apple.com/documentation/coreservices/1390642-uccomparetext
func UCCompareTextDefault ¶
func UCCompareTextDefault(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32
UCCompareTextDefault uses the default system locale to compare Unicode strings.
See: https://developer.apple.com/documentation/coreservices/1390472-uccomparetextdefault
func UCCompareTextNoLocale ¶
func UCCompareTextNoLocale(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32
UCCompareTextNoLocale uses a fixed, locale-insensitive order to compare Unicode strings.
See: https://developer.apple.com/documentation/coreservices/1390513-uccomparetextnolocale
func UCConvertCFAbsoluteTimeToLongDateTime ¶
func UCConvertCFAbsoluteTimeToLongDateTime(arg0 corefoundation.CFAbsoluteTime, arg1 LongDateTime) int32
UCConvertCFAbsoluteTimeToLongDateTime.
See: https://developer.apple.com/documentation/coreservices/1551577-ucconvertcfabsolutetimetolongdat
func UCConvertCFAbsoluteTimeToSeconds ¶
func UCConvertCFAbsoluteTimeToSeconds(arg0 corefoundation.CFAbsoluteTime, arg1 uint32) int32
UCConvertCFAbsoluteTimeToSeconds.
See: https://developer.apple.com/documentation/coreservices/1551534-ucconvertcfabsolutetimetoseconds
func UCConvertCFAbsoluteTimeToUTCDateTime ¶
func UCConvertCFAbsoluteTimeToUTCDateTime(arg0 corefoundation.CFAbsoluteTime, arg1 UTCDateTime) int32
UCConvertCFAbsoluteTimeToUTCDateTime.
See: https://developer.apple.com/documentation/coreservices/1551529-ucconvertcfabsolutetimetoutcdate
func UCConvertLongDateTimeToCFAbsoluteTime ¶
func UCConvertLongDateTimeToCFAbsoluteTime(arg0 LongDateTime, arg1 corefoundation.CFAbsoluteTime) int32
UCConvertLongDateTimeToCFAbsoluteTime.
See: https://developer.apple.com/documentation/coreservices/1551619-ucconvertlongdatetimetocfabsolut
func UCConvertSecondsToCFAbsoluteTime ¶
func UCConvertSecondsToCFAbsoluteTime(arg0 uint32, arg1 corefoundation.CFAbsoluteTime) int32
UCConvertSecondsToCFAbsoluteTime.
See: https://developer.apple.com/documentation/coreservices/1551512-ucconvertsecondstocfabsolutetime
func UCConvertUTCDateTimeToCFAbsoluteTime ¶
func UCConvertUTCDateTimeToCFAbsoluteTime(arg0 UTCDateTime, arg1 corefoundation.CFAbsoluteTime) int32
UCConvertUTCDateTimeToCFAbsoluteTime.
See: https://developer.apple.com/documentation/coreservices/1551556-ucconvertutcdatetimetocfabsolute
func UCCreateCollator ¶
func UCCreateCollator(locale LocaleRef, opVariant LocaleOperationVariant, options UCCollateOptions, collatorRef *CollatorRef) int32
UCCreateCollator creates an object encapsulating locale and collation information, for the purpose of performing Unicode string comparison.
See: https://developer.apple.com/documentation/coreservices/1390403-uccreatecollator
func UCDisposeCollator ¶
func UCDisposeCollator(collatorRef *CollatorRef) int32
UCDisposeCollator disposes a collator object.
See: https://developer.apple.com/documentation/coreservices/1390435-ucdisposecollator
func UCGetCharProperty ¶
func UCGetCharProperty(arg0 uint16, arg1 uint, arg2 UCCharPropertyType, arg3 UCCharPropertyValue) int32
UCGetCharProperty obtains the value associated with a property type forthe specified [UniChar] characters.
See: https://developer.apple.com/documentation/coreservices/1400224-ucgetcharproperty
func UCGetCollationKey ¶
func UCGetCollationKey(collatorRef CollatorRef, textPtr *uint16, textLength unsafe.Pointer, maxKeySize unsafe.Pointer, actualKeySize unsafe.Pointer, collationKey *UCCollationValue) int32
UCGetCollationKey uses locale-specific collation information to generate a collation key for a Unicode string.
See: https://developer.apple.com/documentation/coreservices/1390468-ucgetcollationkey
func UCGetUnicodeScalarValueForSurrogatePair ¶
UCGetUnicodeScalarValueForSurrogatePair.
See: https://developer.apple.com/documentation/coreservices/1399615-ucgetunicodescalarvalueforsurrog
func UCIsSurrogateHighCharacter ¶
UCIsSurrogateHighCharacter.
See: https://developer.apple.com/documentation/coreservices/1400432-ucissurrogatehighcharacter
func UCIsSurrogateLowCharacter ¶
UCIsSurrogateLowCharacter.
See: https://developer.apple.com/documentation/coreservices/1400456-ucissurrogatelowcharacter
func UCKeyTranslate ¶
func UCKeyTranslate(keyLayoutPtr unsafe.Pointer, virtualKeyCode uint16, keyAction uint16, modifierKeyState uint32, keyboardType uint32, keyTranslateOptions uintptr, deadKeyState *uint32, maxStringLength unsafe.Pointer, actualStringLength unsafe.Pointer, unicodeString *uint16) int32
UCKeyTranslate converts a combination of a virtual key code, a modifier key state, and a dead-key state into a string of one or more Unicode characters.
See: https://developer.apple.com/documentation/coreservices/1390584-uckeytranslate
func UCTypeSelectAddKeyToSelector ¶
func UCTypeSelectAddKeyToSelector(inRef UCTypeSelectRef, inText corefoundation.CFStringRef, inEventTime unsafe.Pointer, updateFlag unsafe.Pointer) int32
UCTypeSelectAddKeyToSelector.
See: https://developer.apple.com/documentation/coreservices/1390517-uctypeselectaddkeytoselector
func UCTypeSelectCompare ¶
func UCTypeSelectCompare(ref UCTypeSelectRef, inText corefoundation.CFStringRef, result *UCTypeSelectCompareResult) int32
UCTypeSelectCompare.
See: https://developer.apple.com/documentation/coreservices/1390474-uctypeselectcompare
func UCTypeSelectCreateSelector ¶
func UCTypeSelectCreateSelector(locale LocaleRef, opVariant LocaleOperationVariant, options UCCollateOptions, newSelector *UCTypeSelectRef) int32
UCTypeSelectCreateSelector.
See: https://developer.apple.com/documentation/coreservices/1390445-uctypeselectcreateselector
func UCTypeSelectFindItem ¶
func UCTypeSelectFindItem(ref UCTypeSelectRef, listSize uint32, listDataPtr unsafe.Pointer, refcon uintptr, userUPP IndexToUCStringUPP, closestItem *uint32) int32
UCTypeSelectFindItem.
See: https://developer.apple.com/documentation/coreservices/1390368-uctypeselectfinditem
func UCTypeSelectFlushSelectorData ¶
func UCTypeSelectFlushSelectorData(ref UCTypeSelectRef) int32
UCTypeSelectFlushSelectorData.
See: https://developer.apple.com/documentation/coreservices/1390367-uctypeselectflushselectordata
func UCTypeSelectReleaseSelector ¶
func UCTypeSelectReleaseSelector(ref *UCTypeSelectRef) int32
UCTypeSelectReleaseSelector.
See: https://developer.apple.com/documentation/coreservices/1390644-uctypeselectreleaseselector
func UCTypeSelectWalkList ¶
func UCTypeSelectWalkList(ref UCTypeSelectRef, currSelect corefoundation.CFStringRef, direction UCTSWalkDirection, listSize uint32, listDataPtr unsafe.Pointer, refcon uintptr, userUPP IndexToUCStringUPP, closestItem *uint32) int32
UCTypeSelectWalkList.
See: https://developer.apple.com/documentation/coreservices/1390442-uctypeselectwalklist
func UCTypeSelectWouldResetBuffer ¶
func UCTypeSelectWouldResetBuffer(inRef UCTypeSelectRef, inText corefoundation.CFStringRef, inEventTime unsafe.Pointer) bool
UCTypeSelectWouldResetBuffer.
See: https://developer.apple.com/documentation/coreservices/1390538-uctypeselectwouldresetbuffer
func UInt64ToLongDouble ¶
UInt64ToLongDouble.
See: https://developer.apple.com/documentation/coreservices/1536335-uint64tolongdouble
func UInt64ToSInt64 ¶
UInt64ToSInt64.
See: https://developer.apple.com/documentation/coreservices/1536266-uint64tosint64
func UInt64ToUnsignedWide ¶
UInt64ToUnsignedWide.
See: https://developer.apple.com/documentation/coreservices/1536362-uint64tounsignedwide
func UTCreateStringForOSType
deprecated
func UTCreateStringForOSType(inOSType uint32) corefoundation.CFStringRef
UTCreateStringForOSType encodes an [OSType] into a string suitable for use as a tag argument.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1442804-utcreatestringforostype
func UTGetOSTypeFromString
deprecated
func UTGetOSTypeFromString(inString corefoundation.CFStringRef) uint32
UTGetOSTypeFromString decodes a tag string into an OSType.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1450472-utgetostypefromstring
func UTTypeConformsTo
deprecated
func UTTypeConformsTo(inUTI corefoundation.CFStringRef, inConformsToUTI corefoundation.CFStringRef) bool
UTTypeConformsTo returns whether a uniform type identifier conforms to another uniform type identifier.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1444079-uttypeconformsto
func UTTypeCopyAllTagsWithClass
deprecated
func UTTypeCopyAllTagsWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFArrayRef
UTTypeCopyAllTagsWithClass.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1448473-uttypecopyalltagswithclass
func UTTypeCopyDeclaration
deprecated
func UTTypeCopyDeclaration(inUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRef
UTTypeCopyDeclaration returns a uniform type’s declaration.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1442505-uttypecopydeclaration
func UTTypeCopyDeclaringBundleURL
deprecated
func UTTypeCopyDeclaringBundleURL(inUTI corefoundation.CFStringRef) corefoundation.CFURLRef
UTTypeCopyDeclaringBundleURL returns the location of a bundle containing the declaration for a type.
Deprecated: Deprecated since macOS 11.0.
See: https://developer.apple.com/documentation/coreservices/1447781-uttypecopydeclaringbundleurl
func UTTypeCopyDescription
deprecated
func UTTypeCopyDescription(inUTI corefoundation.CFStringRef) corefoundation.CFStringRef
UTTypeCopyDescription returns the localized, user-readable type description string associated with a uniform type identifier.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1448514-uttypecopydescription
func UTTypeCopyPreferredTagWithClass
deprecated
func UTTypeCopyPreferredTagWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFStringRef
UTTypeCopyPreferredTagWithClass translates a uniform type identifier to a list of tags in a different type classification method.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1442744-uttypecopypreferredtagwithclass
func UTTypeCreateAllIdentifiersForTag
deprecated
func UTTypeCreateAllIdentifiersForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, inConformingToUTI corefoundation.CFStringRef) corefoundation.CFArrayRef
UTTypeCreateAllIdentifiersForTag creates an array of all uniform type identifiers for the type indicated by the specified tag.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1447261-uttypecreateallidentifiersfortag
func UTTypeCreatePreferredIdentifierForTag
deprecated
func UTTypeCreatePreferredIdentifierForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, inConformingToUTI corefoundation.CFStringRef) corefoundation.CFStringRef
UTTypeCreatePreferredIdentifierForTag creates a uniform type identifier for the type indicated by the specified tag.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1448939-uttypecreatepreferredidentifierf
func UTTypeEqual
deprecated
func UTTypeEqual(inUTI1 corefoundation.CFStringRef, inUTI2 corefoundation.CFStringRef) bool
UTTypeEqual returns whether two uniform type identifiers are equal.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1447783-uttypeequal
func UTTypeIsDeclared
deprecated
func UTTypeIsDeclared(inUTI corefoundation.CFStringRef) bool
UTTypeIsDeclared.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1450352-uttypeisdeclared
func UTTypeIsDynamic
deprecated
func UTTypeIsDynamic(inUTI corefoundation.CFStringRef) bool
UTTypeIsDynamic.
Deprecated: Deprecated since macOS 12.0.
See: https://developer.apple.com/documentation/coreservices/1442980-uttypeisdynamic
func UncaptureComponent
deprecated
UncaptureComponent allows your component to uncapture a previously captured component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516646-uncapturecomponent
func UnflattenCollection
deprecated
func UnflattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16
UnflattenCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551348-unflattencollection
func UnflattenCollectionFromHdl
deprecated
func UnflattenCollectionFromHdl(arg0 Collection, arg1 uintptr) int16
UnflattenCollectionFromHdl.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551400-unflattencollectionfromhdl
func UnregisterComponent
deprecated
UnregisterComponent removes a component from the Component Manager’s registration list.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516645-unregistercomponent
func UnregisterIconRef
deprecated
UnregisterIconRef.
Deprecated: Deprecated since macOS 10.13.
See: https://developer.apple.com/documentation/coreservices/1444660-unregistericonref
func UnsignedFixedMulDiv
deprecated
func UnsignedWideToUInt64 ¶
UnsignedWideToUInt64.
See: https://developer.apple.com/documentation/coreservices/1536357-unsignedwidetouint64
func UpTime
deprecated
func UpTime() kernel.AbsoluteTime
UpTime.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501237-uptime
func UpdateIconRef
deprecated
UpdateIconRef.
Deprecated: Deprecated since macOS 10.15.
See: https://developer.apple.com/documentation/coreservices/1445921-updateiconref
func UpdateResFile
deprecated
func UpdateResFile(arg0 ResFileRefNum)
UpdateResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529379-updateresfile
func UpdateSystemActivity
deprecated
UpdateSystemActivity.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1427505-updatesystemactivity
func UpgradeScriptInfoToTextEncoding ¶
func UpgradeScriptInfoToTextEncoding(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 TextEncoding) int32
UpgradeScriptInfoToTextEncoding converts any combination of a Mac OS script code, a languagecode, a region code, and a font name to a text encoding.
See: https://developer.apple.com/documentation/coreservices/1399625-upgradescriptinfototextencoding
func UseResFile
deprecated
func UseResFile(arg0 ResFileRefNum)
UseResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529268-useresfile
func VAEBuildAppleEvent ¶
func VAEBuildAppleEvent(theClass uint32, theID uint32, addressType uint32, addressData unsafe.Pointer, addressLength corefoundation.CGSize, returnID unsafe.Pointer, transactionID unsafe.Pointer, resultEvt *AEDesc, err unsafe.Pointer, paramsFmt string, args unsafe.Pointer) int32
VAEBuildAppleEvent allows you to encapsulate calls to AEBuildAppleEvent in a wrapper routine.
See: https://developer.apple.com/documentation/coreservices/1441729-vaebuildappleevent
func VAEBuildDesc ¶
VAEBuildDesc allows you to encapsulate calls to AEBuildDesc in your own wrapper routines.
See: https://developer.apple.com/documentation/coreservices/1446775-vaebuilddesc
func VAEBuildParameters ¶
func VAEBuildParameters(event *AEDesc, err unsafe.Pointer, format string, args unsafe.Pointer) int32
VAEBuildParameters allows you to encapsulate calls to AEBuildParameters in your own `stdarg`-style wrapper routines, using techniques similar to those allowed by vsprintf.
See: https://developer.apple.com/documentation/coreservices/1448040-vaebuildparameters
func WSGetCFTypeIDFromWSTypeID
deprecated
WSGetCFTypeIDFromWSTypeID gets the CFType associated with a given WSType
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1508451-wsgetcftypeidfromwstypeid
func WSMethodInvocationAddDeserializationOverride
deprecated
func WSMethodInvocationAddDeserializationOverride(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFStringRef, arg3 unsafe.Pointer, arg4 WSClientContext)
WSMethodInvocationAddDeserializationOverride specifies a callback to be made when parsing the XML in a method response.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576436-wsmethodinvocationadddeserializa
func WSMethodInvocationAddSerializationOverride
deprecated
func WSMethodInvocationAddSerializationOverride(arg0 WSMethodInvocationRef, arg1 uint, arg2 unsafe.Pointer, arg3 WSClientContext)
WSMethodInvocationAddSerializationOverride specifies a callback to be made when creating the XML for an method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576435-wsmethodinvocationaddserializati
func WSMethodInvocationCopyParameters
deprecated
func WSMethodInvocationCopyParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFArrayRef) corefoundation.CFDictionaryRef
WSMethodInvocationCopyParameters creates a copy of the parameters dictionary and sets the order in an array.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576399-wsmethodinvocationcopyparameters
func WSMethodInvocationCopyProperty
deprecated
func WSMethodInvocationCopyProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRef
WSMethodInvocationCopyProperty creates a copy of a named property of the invocation reference.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576432-wsmethodinvocationcopyproperty
func WSMethodInvocationCopySerialization
deprecated
func WSMethodInvocationCopySerialization(arg0 WSMethodInvocationRef) corefoundation.CFDataRef
WSMethodInvocationCopySerialization creates an XML serialization of a method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576441-wsmethodinvocationcopyserializat
func WSMethodInvocationGetTypeID
deprecated
func WSMethodInvocationGetTypeID() uint
WSMethodInvocationGetTypeID returns the type ID of the current method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576434-wsmethodinvocationgettypeid
func WSMethodInvocationInvoke
deprecated
func WSMethodInvocationInvoke(arg0 WSMethodInvocationRef) corefoundation.CFDictionaryRef
WSMethodInvocationInvoke invokes an web services operation synchronously.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576428-wsmethodinvocationinvoke
func WSMethodInvocationScheduleWithRunLoop
deprecated
func WSMethodInvocationScheduleWithRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef)
WSMethodInvocationScheduleWithRunLoop schedule a method invocation for asynchronous execution on a run loop.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576408-wsmethodinvocationschedulewithru
func WSMethodInvocationSetCallBack
deprecated
func WSMethodInvocationSetCallBack(arg0 WSMethodInvocationRef, arg1 unsafe.Pointer, arg2 WSClientContext)
WSMethodInvocationSetCallBack set a callback to handle the response to an asynchronous method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576439-wsmethodinvocationsetcallback
func WSMethodInvocationSetParameters
deprecated
func WSMethodInvocationSetParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFDictionaryRef, arg2 corefoundation.CFArrayRef)
WSMethodInvocationSetParameters set the parameter names, types, and order for a method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576420-wsmethodinvocationsetparameters
func WSMethodInvocationSetProperty
deprecated
func WSMethodInvocationSetProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFTypeRef)
WSMethodInvocationSetProperty sets a named property of the method invocation.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576407-wsmethodinvocationsetproperty
func WSMethodInvocationUnscheduleFromRunLoop
deprecated
func WSMethodInvocationUnscheduleFromRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef)
WSMethodInvocationUnscheduleFromRunLoop unschedules a method invocation from a run loop.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576409-wsmethodinvocationunschedulefrom
func WSMethodResultIsFault
deprecated
func WSMethodResultIsFault(arg0 corefoundation.CFDictionaryRef) bool
WSMethodResultIsFault tests a method result dictionary for a fault condition.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576401-wsmethodresultisfault
func WSProtocolHandlerCopyFaultDocument
deprecated
func WSProtocolHandlerCopyFaultDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDictionaryRef, arg2 corefoundation.CFDictionaryRef) corefoundation.CFDataRef
WSProtocolHandlerCopyFaultDocument creates a Fault XML response for a given WSProtocolHandler and fault details dictionary.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423449-wsprotocolhandlercopyfaultdocume
func WSProtocolHandlerCopyProperty
deprecated
func WSProtocolHandlerCopyProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRef
WSProtocolHandlerCopyProperty returns a copy of a property from a protocol handler reference.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423436-wsprotocolhandlercopyproperty
func WSProtocolHandlerCopyReplyDictionary
deprecated
func WSProtocolHandlerCopyReplyDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFDataRef) corefoundation.CFDictionaryRef
WSProtocolHandlerCopyReplyDictionary parses an incoming XML document as if it were the reply of a method.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423441-wsprotocolhandlercopyreplydictio
func WSProtocolHandlerCopyReplyDocument
deprecated
func WSProtocolHandlerCopyReplyDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDictionaryRef, arg2 corefoundation.CFTypeRef) corefoundation.CFDataRef
WSProtocolHandlerCopyReplyDocument creates a Reply XML document for a given WS ProtocolHandler and context dictionary.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423440-wsprotocolhandlercopyreplydocume
func WSProtocolHandlerCopyRequestDictionary
deprecated
func WSProtocolHandlerCopyRequestDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDataRef) corefoundation.CFDictionaryRef
WSProtocolHandlerCopyRequestDictionary parses an incoming XML document for the method name and parameters.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423451-wsprotocolhandlercopyrequestdict
func WSProtocolHandlerCopyRequestDocument
deprecated
func WSProtocolHandlerCopyRequestDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFDictionaryRef, arg3 corefoundation.CFArrayRef, arg4 corefoundation.CFDictionaryRef) corefoundation.CFDataRef
WSProtocolHandlerCopyRequestDocument creates an XML request for a given [WSProtocolHandler] and parameter list.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423437-wsprotocolhandlercopyrequestdocu
func WSProtocolHandlerGetTypeID
deprecated
func WSProtocolHandlerGetTypeID() uint
WSProtocolHandlerGetTypeID returns a [CFTypeID] for the current WSProtocolHandlerRef.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423455-wsprotocolhandlergettypeid
func WSProtocolHandlerSetDeserializationOverride
deprecated
func WSProtocolHandlerSetDeserializationOverride(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFStringRef, arg3 unsafe.Pointer, arg4 WSClientContext)
WSProtocolHandlerSetDeserializationOverride specifies a callback to be made when parsing an XML method response.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423444-wsprotocolhandlersetdeserializat
func WSProtocolHandlerSetProperty
deprecated
func WSProtocolHandlerSetProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFTypeRef)
WSProtocolHandlerSetProperty sets a property in a specified protocol handler.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423442-wsprotocolhandlersetproperty
func WSProtocolHandlerSetSerializationOverride
deprecated
func WSProtocolHandlerSetSerializationOverride(arg0 WSProtocolHandlerRef, arg1 uint, arg2 unsafe.Pointer, arg3 WSClientContext)
WSProtocolHandlerSetSerializationOverride specifies a callback which will be called to produce the XML that represents the serialization of a given type ref.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423438-wsprotocolhandlersetserializatio
func WideAdd
deprecated
WideAdd.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409245-wideadd
func WideBitShift
deprecated
func WideBitShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObject
WideBitShift.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409247-widebitshift
func WideCompare
deprecated
func WideDivide
deprecated
func WideMultiply
deprecated
WideMultiply.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409273-widemultiply
func WideNegate
deprecated
func WideNegate(arg0 unsafe.Pointer) objectivec.IObject
WideNegate.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409221-widenegate
func WideShift
deprecated
func WideShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObject
WideShift.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409239-wideshift
func WideSquareRoot
deprecated
WideSquareRoot.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409227-widesquareroot
func WideSubtract
deprecated
WideSubtract.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409210-widesubtract
func WideToSInt64 ¶
WideToSInt64.
See: https://developer.apple.com/documentation/coreservices/1536356-widetosint64
func WideWideDivide
deprecated
WideWideDivide.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409265-widewidedivide
func WritePartialResource
deprecated
WritePartialResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529305-writepartialresource
func WriteResource
deprecated
func WriteResource(arg0 uintptr)
WriteResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529291-writeresource
func X2Fix
deprecated
func X2Fix(arg0 float64) objectivec.IObject
X2Fix.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409237-x2fix
func X2Frac
deprecated
X2Frac.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1409261-x2frac
func X80tod
deprecated
X80tod.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1492658-x80tod
func YieldToAnyThread
deprecated
func YieldToAnyThread() int16
YieldToAnyThread.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574238-yieldtoanythread
func YieldToThread
deprecated
YieldToThread.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574240-yieldtothread
Types ¶
type AEAddressDesc ¶
type AEAddressDesc = AEDesc
AEAddressDesc is a descriptor that contains the address of an application, used to describe the target application for an Apple event.
See: https://developer.apple.com/documentation/coreservices/aeaddressdesc
type AEArrayData ¶
AEArrayData is stores array information to be put into a descriptor listwith the AEPutArray functionor extracted from a descriptor list with the AEGetArray function.
See: https://developer.apple.com/documentation/coreservices/1443170-aearraydata
type AEArrayDataPointer ¶
type AEArrayDataPointer = *AEArrayData
AEArrayDataPointer is a pointer to a union of type AEArrayData.
See: https://developer.apple.com/documentation/coreservices/aearraydatapointer
type AEArrayType ¶
type AEArrayType = int8
AEArrayType is stores a value that specifies an array type.
See: https://developer.apple.com/documentation/coreservices/aearraytype
type AEBuildError ¶
type AEBuildError struct {
FError uint32 // The error code. See [AEBuildErrorCode](<doc://com.apple.documentation/documentation/coreservices/aebuilderrorcode>) for alist of errors.
FErrorPos uint32 // The character position where the parser detectedthe error.
}
AEBuildError - Defines a structure for storing additional error codeinformation for “AEBuild” routines.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aebuilderror
type AEBuildErrorCode ¶
type AEBuildErrorCode = uint32
AEBuildErrorCode is represents syntax errors found by an Apple Event build routine.
See: https://developer.apple.com/documentation/coreservices/aebuilderrorcode
type AECoerceDescProcPtr ¶
type AECoerceDescProcPtr = func(objectivec.IObject, uint32, uintptr, objectivec.IObject) int16
AECoerceDescProcPtr is defines a pointer to a function that coerces data stored in a descriptor. Your descriptor coercion callback function coerces the data from the passed descriptor to the specified type, returning the coerced data in a second descriptor.
See: https://developer.apple.com/documentation/coreservices/aecoercedescprocptr
type AECoerceDescUPP ¶
AECoerceDescUPP is defines a data type for the universal procedure pointer for the AECoerceDescProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/aecoercedescupp
func NewAECoerceDescUPP ¶
func NewAECoerceDescUPP(userRoutine AECoerceDescProcPtr) AECoerceDescUPP
NewAECoerceDescUPP creates a new universal procedure pointer to a function that coerces data stored in a descriptor.
See: https://developer.apple.com/documentation/coreservices/1445885-newaecoercedescupp
type AECoercePtrProcPtr ¶
type AECoercePtrProcPtr = func(uint32, unsafe.Pointer, corefoundation.CGSize, uint32, uintptr, objectivec.IObject) int16
AECoercePtrProcPtr is defines a pointer to a function that coerces data stored in a buffer. Your pointer coercion callback routine coerces the data from the passed buffer to the specified type, returning the coerced data in a descriptor.
See: https://developer.apple.com/documentation/coreservices/aecoerceptrprocptr
type AECoercePtrUPP ¶
AECoercePtrUPP is defines a data type for the universal procedure pointer for the AECoercePtrProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/aecoerceptrupp
func NewAECoercePtrUPP ¶
func NewAECoercePtrUPP(userRoutine AECoercePtrProcPtr) AECoercePtrUPP
NewAECoercePtrUPP creates a new universal procedure pointer to a function that coerces data stored in a buffer.
See: https://developer.apple.com/documentation/coreservices/1449962-newaecoerceptrupp
type AECoercionHandlerUPP ¶
AECoercionHandlerUPP is defines a data type for the universal procedure pointer for the AECoercionHandlerUPP callback function pointer.
See: https://developer.apple.com/documentation/coreservices/aecoercionhandlerupp
type AEDataStorage ¶
AEDataStorage is a pointer to an opaque data type that provides storage for an AEDesc descriptor.
See: https://developer.apple.com/documentation/coreservices/aedatastorage
type AEDataStorageType ¶
AEDataStorageType is an opaque data type used to store data in Apple event descriptors.
See: https://developer.apple.com/documentation/coreservices/aedatastoragetype
type AEDesc ¶
type AEDesc struct {
DescriptorType uint32 // A four-character code of type [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>) that indicates the type ofdata in the structure. See [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>).
DataHandle unsafe.Pointer // An opaque storage type that points to the storagefor the descriptor data. Your application doesn’t access thisdata directly—rather, it calls one of the functions [AEGetDescDataSize(_:)](<doc://com.apple.documentation/documentation/coreservices/1450119-aegetdescdatasize>), [AEGetDescData(_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1444427-aegetdescdata>), or [AEReplaceDescData(_:_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1446695-aereplacedescdata>).See [AEDataStorage](<doc://com.apple.documentation/documentation/coreservices/aedatastorage>).
}
AEDesc - Stores data and an accompanying descriptor type to formthe basic building block of all Apple Events.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aedesc
type AEDescList ¶
type AEDescList = AEDesc
AEDescList is a descriptor whose data consists of a list of one or more descriptors.
See: https://developer.apple.com/documentation/coreservices/aedesclist
type AEDescPtr ¶
type AEDescPtr = *AEDesc
See: https://developer.apple.com/documentation/coreservices/aedescptr
type AEDisposeExternalProcPtr ¶
type AEDisposeExternalProcPtr = func(unsafe.Pointer, corefoundation.CGSize, uintptr)
AEDisposeExternalProcPtr is defines a pointer to a function the Apple Event Manager calls to dispose of a descriptor created by the AECreateDescFromExternalPtr function. Your callback function disposes of the buffer you originally passed to that function.
See: https://developer.apple.com/documentation/coreservices/aedisposeexternalprocptr
type AEDisposeExternalUPP ¶
AEDisposeExternalUPP is defines a universal procedure pointer to a function the Apple Event Manager calls to dispose of a descriptor created by the AECreateDescFromExternalPtr function.
See: https://developer.apple.com/documentation/coreservices/aedisposeexternalupp
func NewAEDisposeExternalUPP ¶
func NewAEDisposeExternalUPP(userRoutine AEDisposeExternalProcPtr) AEDisposeExternalUPP
NewAEDisposeExternalUPP creates a new universal procedure pointer to a function that disposes of data stored in a buffer.
See: https://developer.apple.com/documentation/coreservices/1447774-newaedisposeexternalupp
type AEEventClass ¶
type AEEventClass = uint32
AEEventClass is specifies the event class of an Apple event.
See: https://developer.apple.com/documentation/coreservices/aeeventclass
type AEEventHandlerProcPtr ¶
type AEEventHandlerProcPtr = func(objectivec.IObject, objectivec.IObject, uintptr) int16
AEEventHandlerProcPtr is defines a pointer to a function that handles one or more Apple events. Your Apple event handler function performs any action requested by the Apple event, adds parameters to the reply Apple event if appropriate (possibly including error information), and returns a result code.
See: https://developer.apple.com/documentation/coreservices/aeeventhandlerprocptr
type AEEventHandlerUPP ¶
AEEventHandlerUPP is defines a data type for the universal procedure pointer for the AEEventHandlerUPP callback function pointer.
See: https://developer.apple.com/documentation/coreservices/aeeventhandlerupp
func NewAEEventHandlerUPP ¶
func NewAEEventHandlerUPP(userRoutine AEEventHandlerProcPtr) AEEventHandlerUPP
NewAEEventHandlerUPP creates a new universal procedure pointer to an event handler function.
See: https://developer.apple.com/documentation/coreservices/1446862-newaeeventhandlerupp
type AEEventID ¶
type AEEventID = uint32
AEEventID is specifies the event ID of an Apple event.
See: https://developer.apple.com/documentation/coreservices/aeeventid
type AEEventSource ¶
type AEEventSource = int8
AEEventSource is a data type for values that specify how an Apple event was delivered.
See: https://developer.apple.com/documentation/coreservices/aeeventsource
type AEKeyDesc ¶
type AEKeyDesc struct {
DescKey uint32 // A four-character code of type [AEKeyword](<doc://com.apple.documentation/documentation/coreservices/aekeyword>) that uniquely identifies thekey that is associated with the data in the structure. Some keywordconstants are described in [Keyword Attribute Constants](<doc://com.apple.documentation/documentation/coreservices/apple_events/1542920-keyword_attribute_constants>) and [Keyword Parameter Constants](<doc://com.apple.documentation/documentation/coreservices/apple_events/1527206-keyword_parameter_constants>).See [AEKeyword](<doc://com.apple.documentation/documentation/coreservices/aekeyword>).
DescContent AEDesc // A descriptor of type [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>) that stores the keyword descriptordata. See [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>).
}
AEKeyDesc - Associates a keyword with a descriptor to form a keyword-specifieddescriptor.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aekeydesc
type AEKeyword ¶
type AEKeyword = uint32
AEKeyword is a four-character code that uniquely identifies a descriptor in an Apple event record or an Apple event.
See: https://developer.apple.com/documentation/coreservices/aekeyword
type AERecord ¶
AERecord is a descriptor whose data is a list of keyword-specified descriptors.
See: https://developer.apple.com/documentation/coreservices/aerecord
type AERemoteProcessResolverCallback ¶
type AERemoteProcessResolverCallback = func(AERemoteProcessResolverRef, unsafe.Pointer)
AERemoteProcessResolverCallback is defines a pointer to a function the Apple Event Manager calls when the asynchronous execution of a remote process resolver completes, either due to success or failure, after a call to the AERemoteProcessResolverScheduleWithRunLoop function. Your callback function can use the reference passed to it to get the remote process information.
See: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolvercallback
type AERemoteProcessResolverContext ¶
type AERemoteProcessResolverContext struct {
Version int // This should be set to zero (0).
Info unsafe.Pointer // A pointer to arbitrary information. The pointeris retained and passed to the callback, allowing you to provideinformation to that routine.
Retain corefoundation.CFAllocatorRetainCallBack // A prototype for a function callback that retainsthe specified data. Called on the info pointer. This field may be [NULL].
Release corefoundation.CFAllocatorReleaseCallBack // A prototype for a function callback that releasesthe specified data. Called on the info pointer. This field may be [NULL].
CopyDescription corefoundation.CFAllocatorCopyDescriptionCallBack // A prototype for a function callback that providesa description of the specified data. Called on the info pointer.This field may be [NULL].
}
AERemoteProcessResolverContext - Supplied as a parameter when performing asynchronous resolutionof remote processes.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolvercontext
type AERemoteProcessResolverRef ¶
type AERemoteProcessResolverRef uintptr
AERemoteProcessResolverRef is an opaque reference to an object that encapsulates the mechanism for obtaining a list of processes running on a remote machine.
See: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolverref
func AECreateRemoteProcessResolver ¶
func AECreateRemoteProcessResolver(allocator corefoundation.CFAllocatorRef, url corefoundation.CFURLRef) AERemoteProcessResolverRef
AECreateRemoteProcessResolver creates an object for resolving a list of remote processes.
See: https://developer.apple.com/documentation/coreservices/1445692-aecreateremoteprocessresolver
type AEReturnID ¶
type AEReturnID = int16
AEReturnID is specifies a return ID for a created Apple event.
See: https://developer.apple.com/documentation/coreservices/aereturnid
type AESendMode ¶
type AESendMode = int32
AESendMode is specify send preferences to the [AESend] function.
See: https://developer.apple.com/documentation/coreservices/aesendmode
type AESendPriority ¶
type AESendPriority = int16
AESendPriority is specifies the processing priority for a sent Apple event.
See: https://developer.apple.com/documentation/coreservices/aesendpriority
type AEStreamRef ¶
type AEStreamRef uintptr
AEStreamRef is an opaque data structure for storing stream-based descriptor data.
See: https://developer.apple.com/documentation/coreservices/aestreamref
func AEStreamCreateEvent ¶
func AEStreamCreateEvent(clazz uint32, id uint32, targetType uint32, targetData unsafe.Pointer, targetLength corefoundation.CGSize, returnID unsafe.Pointer, transactionID unsafe.Pointer) AEStreamRef
AEStreamCreateEvent creates a new Apple event and opens a stream for writing data to it.
See: https://developer.apple.com/documentation/coreservices/1446562-aestreamcreateevent
func AEStreamOpen ¶
func AEStreamOpen() AEStreamRef
AEStreamOpen opens a new AEStreamRef for use in building a descriptor.
See: https://developer.apple.com/documentation/coreservices/1447732-aestreamopen
func AEStreamOpenEvent ¶
func AEStreamOpenEvent(event *AEDesc) AEStreamRef
AEStreamOpenEvent opens a stream for an existing Apple event.
See: https://developer.apple.com/documentation/coreservices/1445366-aestreamopenevent
type AETransactionID ¶
type AETransactionID = int32
AETransactionID is specifies a transaction ID.
See: https://developer.apple.com/documentation/coreservices/aetransactionid
type AFPAlternateAddress ¶
See: https://developer.apple.com/documentation/coreservices/afpalternateaddress
type AFPServerSignature ¶
type AFPServerSignature = uint8
See: https://developer.apple.com/documentation/coreservices/afpserversignature
type AFPVolMountInfoPtr ¶
See: https://developer.apple.com/documentation/coreservices/afpvolmountinfoptr
type AFPXVolMountInfo ¶
See: https://developer.apple.com/documentation/coreservices/afpxvolmountinfo
type AFPXVolMountInfoPtr ¶
See: https://developer.apple.com/documentation/coreservices/afpxvolmountinfoptr
type AbortErr ¶
type AbortErr int
const ( AbortErrValue AbortErr = -27 BdNamErr AbortErr = -37 DceExtErr AbortErr = -30 DirFulErr AbortErr = -33 DskFulErr AbortErr = -34 EofErr AbortErr = -39 FLckdErr AbortErr = -45 FnOpnErr AbortErr = -38 FnfErr AbortErr = -43 GcrOnMFMErr AbortErr = -400 IIOAbortErr AbortErr = -27 IoErr AbortErr = -36 MFulErr AbortErr = -41 NotOpenErr AbortErr = -28 NsvErr AbortErr = -35 PosErr AbortErr = -40 SlotNumErr AbortErr = -360 TmfoErr AbortErr = -42 UnitTblFullErr AbortErr = -29 WPrErr AbortErr = -44 )
type AeBuildSyntax ¶
type AeBuildSyntax uint
const ( // AeBuildSyntaxBadData: Bad data was found inside a variable argument list. AeBuildSyntaxBadData AeBuildSyntax = 12 // AeBuildSyntaxBadDesc: An illegal descriptor was specified. AeBuildSyntaxBadDesc AeBuildSyntax = 11 // AeBuildSyntaxBadEOF: An unexpected end of format string was encountered. AeBuildSyntaxBadEOF AeBuildSyntax = 2 // AeBuildSyntaxBadHex: A hex string contained characters other than hexadecimal digits. AeBuildSyntaxBadHex AeBuildSyntax = 6 // AeBuildSyntaxBadNegative: A minus sign “-” was not followed by digits. AeBuildSyntaxBadNegative AeBuildSyntax = 4 // AeBuildSyntaxBadToken: An illegal character was specified. AeBuildSyntaxBadToken AeBuildSyntax = 1 // AeBuildSyntaxCoercedList: Cannot coerce a list. AeBuildSyntaxCoercedList AeBuildSyntax = 18 // AeBuildSyntaxMissingQuote: A string was not terminated by a closing quotation mark. AeBuildSyntaxMissingQuote AeBuildSyntax = 5 // AeBuildSyntaxNoCloseBrace: A comma or closing brace “}” was expected. AeBuildSyntaxNoCloseBrace AeBuildSyntax = 15 // AeBuildSyntaxNoCloseBracket: A comma or closing bracket “]” was expected. AeBuildSyntaxNoCloseBracket AeBuildSyntax = 14 // AeBuildSyntaxNoCloseHex: A hex string was missing a “$” or “»” character. AeBuildSyntaxNoCloseHex AeBuildSyntax = 8 // AeBuildSyntaxNoCloseParen: A data value was missing a closing parenthesis. AeBuildSyntaxNoCloseParen AeBuildSyntax = 13 // AeBuildSyntaxNoCloseString: A string was missing a closing quote. AeBuildSyntaxNoCloseString AeBuildSyntax = 10 // AeBuildSyntaxNoColon: In a descriptor, one of the keywords was not followed by a colon. AeBuildSyntaxNoColon AeBuildSyntax = 17 // AeBuildSyntaxNoEOF: There were unexpected characters beyond the end of the format string. AeBuildSyntaxNoEOF AeBuildSyntax = 3 // AeBuildSyntaxNoErr: No error. AeBuildSyntaxNoErr AeBuildSyntax = 0 // AeBuildSyntaxNoKey: A keyword was missing from a descriptor. AeBuildSyntaxNoKey AeBuildSyntax = 16 // AeBuildSyntaxOddHex: A hex string contained an odd number of digits. AeBuildSyntaxOddHex AeBuildSyntax = 7 // AeBuildSyntaxUncoercedDoubleAt: You must coerce a “@@” substitution. AeBuildSyntaxUncoercedDoubleAt AeBuildSyntax = 19 // AeBuildSyntaxUncoercedHex: A hex string must be coerced to a type. AeBuildSyntaxUncoercedHex AeBuildSyntax = 9 )
func (AeBuildSyntax) String ¶
func (e AeBuildSyntax) String() string
type Afp ¶
type Afp int
const ( AfpAccessDenied Afp = -5000 AfpAlreadyLoggedInErr Afp = -5047 AfpAlreadyMounted Afp = -5062 AfpAuthContinue Afp = -5001 AfpBadDirIDType Afp = -5060 AfpBadIDErr Afp = -5039 AfpBadUAM Afp = -5002 AfpBadVersNum Afp = -5003 AfpBitmapErr Afp = -5004 AfpCallNotAllowed Afp = -5048 AfpCallNotSupported Afp = -5024 AfpCantMountMoreSrvre Afp = -5061 AfpCantMove Afp = -5005 AfpCantRename Afp = -5028 AfpCatalogChanged Afp = -5037 AfpDenyConflict Afp = -5006 AfpDiffVolErr Afp = -5036 AfpDirNotEmpty Afp = -5007 AfpDirNotFound Afp = -5029 AfpDiskFull Afp = -5008 AfpEofError Afp = -5009 AfpFileBusy Afp = -5010 AfpFlatVol Afp = -5011 AfpIDExists Afp = -5035 AfpIDNotFound Afp = -5034 AfpIconTypeError Afp = -5030 AfpInsideTrashErr Afp = -5044 AfpItemNotFound Afp = -5012 AfpLockErr Afp = -5013 AfpMiscErr Afp = -5014 AfpNoMoreLocks Afp = -5015 AfpNoServer Afp = -5016 AfpObjectExists Afp = -5017 AfpObjectLocked Afp = -5032 AfpObjectNotFound Afp = -5018 AfpObjectTypeErr Afp = -5025 AfpParmErr Afp = -5019 AfpPwdExpiredErr Afp = -5042 AfpPwdNeedsChangeErr Afp = -5045 AfpPwdPolicyErr Afp = -5046 AfpPwdSameErr Afp = -5040 AfpPwdTooShortErr Afp = -5041 AfpRangeNotLocked Afp = -5020 AfpRangeOverlap Afp = -5021 AfpSameNodeErr Afp = -5063 AfpSameObjectErr Afp = -5038 AfpServerGoingDown Afp = -5027 AfpSessClosed Afp = -5022 AfpTooManyFilesOpen Afp = -5026 AfpUserNotAuth Afp = -5023 AfpVolLocked Afp = -5031 )
type Aiffid ¶ added in v0.5.1
type Aiffid uint
const ( AIFCID Aiffid = 'A'<<24 | 'I'<<16 | 'F'<<8 | 'C' // 'AIFC' AIFFID Aiffid = 'A'<<24 | 'I'<<16 | 'F'<<8 | 'F' // 'AIFF' AnnotationID Aiffid = 'A'<<24 | 'N'<<16 | 'N'<<8 | 'O' // 'ANNO' ApplicationSpecificID Aiffid = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'L' // 'APPL' AudioRecordingID Aiffid = 'A'<<24 | 'E'<<16 | 'S'<<8 | 'D' // 'AESD' AuthorID Aiffid = 'A'<<24 | 'U'<<16 | 'T'<<8 | 'H' // 'AUTH' CommentID Aiffid = 'C'<<24 | 'O'<<16 | 'M'<<8 | 'T' // 'COMT' CommonID Aiffid = 'C'<<24 | 'O'<<16 | 'M'<<8 | 'M' // 'COMM' CopyrightID Aiffid = '('<<24 | 'c'<<16 | ')'<<8 | ' ' // '(c) ' FORMID Aiffid = 'F'<<24 | 'O'<<16 | 'R'<<8 | 'M' // 'FORM' FormatVersionID Aiffid = 'F'<<24 | 'V'<<16 | 'E'<<8 | 'R' // 'FVER' InstrumentID Aiffid = 'I'<<24 | 'N'<<16 | 'S'<<8 | 'T' // 'INST' MIDIDataID Aiffid = 'M'<<24 | 'I'<<16 | 'D'<<8 | 'I' // 'MIDI' MarkerID Aiffid = 'M'<<24 | 'A'<<16 | 'R'<<8 | 'K' // 'MARK' NameID Aiffid = 'N'<<24 | 'A'<<16 | 'M'<<8 | 'E' // 'NAME' SoundDataID Aiffid = 'S'<<24 | 'S'<<16 | 'N'<<8 | 'D' // 'SSND' )
type AliasHandle ¶
AliasHandle is abst_AliasHandle.
See: https://developer.apple.com/documentation/coreservices/aliashandle
type AliasInfoType ¶
type AliasInfoType = int16
AliasInfoType is defines the alias record information type used in the index parameter of [GetAliasInfo].
See: https://developer.apple.com/documentation/coreservices/aliasinfotype
type AliasPtr ¶
type AliasPtr = objectivec.IObject
AliasPtr is abst_AliasPtr.
See: https://developer.apple.com/documentation/coreservices/aliasptr
type AliasRecord ¶
AliasRecord is defines an alias record.
See: https://developer.apple.com/documentation/coreservices/aliasrecord
type AppleEvent ¶
type AppleEvent = AEDesc
AppleEvent is a descriptor whose data is a list of descriptors containing both attributes and parameters that make up an Apple event.
See: https://developer.apple.com/documentation/coreservices/appleevent
type AppleEventPtr ¶
type AppleEventPtr = *AEDesc
See: https://developer.apple.com/documentation/coreservices/appleeventptr
type AppleShareMedia ¶ added in v0.5.1
type AppleShareMedia uint
const (
)
func (AppleShareMedia) String ¶ added in v0.5.1
func (e AppleShareMedia) String() string
type ApplicationSpecificChunk ¶
See: https://developer.apple.com/documentation/coreservices/applicationspecificchunk
type ApplicationSpecificChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/applicationspecificchunkptr
type AreaID ¶
type AreaID = uintptr
See: https://developer.apple.com/documentation/coreservices/areaid
type AudioRecordingChunk ¶
See: https://developer.apple.com/documentation/coreservices/audiorecordingchunk
type AudioRecordingChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/audiorecordingchunkptr
type BHasDirectI ¶ added in v0.5.1
type BHasDirectI uint
const (
BHasDirectIO BHasDirectI = 1
)
func (BHasDirectI) String ¶ added in v0.5.1
func (e BHasDirectI) String() string
type BIsEjectable ¶ added in v0.5.1
type BIsEjectable uint
const ( BAllowCDiDataHandler BIsEjectable = 17 BAncestorModDateChanges BIsEjectable = 11 BDoNotDisplay BIsEjectable = 24 BIsAutoMounted BIsEjectable = 14 BIsCasePreserving BIsEjectable = 23 BIsCaseSensitive BIsEjectable = 22 BIsEjectableValue BIsEjectable = 0 BIsOnExternalBus BIsEjectable = 27 BIsOnInternalBus BIsEjectable = 21 BIsRemovable BIsEjectable = 25 BL2PCanMapFileBlocks BIsEjectable = 9 BNoRootTimes BIsEjectable = 26 BNoVolumeSizes BIsEjectable = 20 BParentModDateChanges BIsEjectable = 10 BSupports2TBFiles BIsEjectable = 4 BSupportsExclusiveLocks BIsEjectable = 18 BSupportsExtendedFileSecurity BIsEjectable = 28 BSupportsFSCatalogSearch BIsEjectable = 2 BSupportsFSExchangeObjects BIsEjectable = 3 BSupportsHFSPlusAPIs BIsEjectable = 1 BSupportsJournaling BIsEjectable = 19 BSupportsLongNames BIsEjectable = 5 BSupportsMultiScriptNames BIsEjectable = 6 BSupportsNamedForks BIsEjectable = 7 BSupportsSubtreeIterators BIsEjectable = 8 BSupportsSymbolicLinks BIsEjectable = 13 )
func (BIsEjectable) String ¶ added in v0.5.1
func (e BIsEjectable) String() string
type BLimitFCBs ¶ added in v0.5.1
type BLimitFCBs uint
const ( BAccessCntl BLimitFCBs = 18 BHasBTreeMgr BLimitFCBs = 5 BHasBlankAccessPrivileges BLimitFCBs = 4 BHasCatSearch BLimitFCBs = 7 BHasCopyFile BLimitFCBs = 14 BHasDesktopMgr BLimitFCBs = 12 BHasExtFSVol BLimitFCBs = 16 BHasFileIDs BLimitFCBs = 6 BHasFolderLock BLimitFCBs = 10 BHasMoveRename BLimitFCBs = 13 BHasOpenDeny BLimitFCBs = 15 BHasPersonalAccessPrivileges BLimitFCBs = 9 BHasShortName BLimitFCBs = 11 BHasUserGroupList BLimitFCBs = 8 BLimitFCBsValue BLimitFCBs = 31 BLocalWList BLimitFCBs = 30 BNoBootBlks BLimitFCBs = 19 BNoDeskItems BLimitFCBs = 20 BNoLclSync BLimitFCBs = 27 BNoMiniFndr BLimitFCBs = 29 BNoSwitchTo BLimitFCBs = 25 BNoSysDir BLimitFCBs = 17 BNoVNEdit BLimitFCBs = 28 BSupportsAsyncRequests BLimitFCBs = 3 BSupportsTrashVolumeCache BLimitFCBs = 2 BTrshOffLine BLimitFCBs = 26 )
func (BLimitFCBs) String ¶ added in v0.5.1
func (e BLimitFCBs) String() string
type BadComponent ¶
type BadComponent uint
const ( // BadComponentInstance: Invalid component passed to Component Manager. BadComponentInstance BadComponent = 0 // BadComponentSelector: Component does not support the specified request code. BadComponentSelector BadComponent = 0 )
func (BadComponent) String ¶
func (e BadComponent) String() string
type BadDragRefErr ¶
type BadDragRefErr int
const ( BadDragFlavorErr BadDragRefErr = -1852 BadDragItemErr BadDragRefErr = -1851 BadDragRefErrValue BadDragRefErr = -1850 BadImageErr BadDragRefErr = -1861 BadImageRgnErr BadDragRefErr = -1860 CantGetFlavorErr BadDragRefErr = -1854 DragNotAcceptedErr BadDragRefErr = -1857 DuplicateFlavorErr BadDragRefErr = -1853 DuplicateHandlerErr BadDragRefErr = -1855 HandlerNotFoundErr BadDragRefErr = -1856 NoSuitableDisplaysErr BadDragRefErr = -1859 NonDragOriginatorErr BadDragRefErr = -1862 UnsupportedForPlatformErr BadDragRefErr = -1858 )
func (BadDragRefErr) String ¶
func (e BadDragRefErr) String() string
type BadFolderDescErr ¶
type BadFolderDescErr int
const ( BadFolderDescErrValue BadFolderDescErr = -4270 BadRoutingSizeErr BadFolderDescErr = -4276 DuplicateFolderDescErr BadFolderDescErr = -4271 DuplicateRoutingErr BadFolderDescErr = -4274 InvalidFolderTypeErr BadFolderDescErr = -4273 NoMoreFolderDescErr BadFolderDescErr = -4272 RoutingNotFoundErr BadFolderDescErr = -4275 )
func (BadFolderDescErr) String ¶
func (e BadFolderDescErr) String() string
type BigEndianFixed ¶
BigEndianFixed is protects a big-endian Fixed value from being changed bylittle-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianfixed
type BigEndianLong ¶
BigEndianLong is protects a big-endian long value from being changed bylittle-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianlong
type BigEndianShort ¶
BigEndianShort is protects a big-endian short value from being changed bylittle-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianshort
type BigEndianUnsignedFixed ¶
BigEndianUnsignedFixed is protects a big-endian unsigned Fixed value from beingchanged by little-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianunsignedfixed
type BigEndianUnsignedLong ¶
BigEndianUnsignedLong is protects a big-endian unsigned long value from being changedby little-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianunsignedlong
type BigEndianUnsignedShort ¶
BigEndianUnsignedShort is protects a big-endian unsigned short value from beingchanged by little-endian code.
See: https://developer.apple.com/documentation/coreservices/bigendianunsignedshort
type Buf2SmallErr ¶
type Buf2SmallErr int
const ( AtpBadRsp Buf2SmallErr = -3107 AtpLenErr Buf2SmallErr = -3106 Buf2SmallErrValue Buf2SmallErr = -3101 CkSumErr Buf2SmallErr = -3103 ExtractErr Buf2SmallErr = -3104 NoMPPErr Buf2SmallErr = -3102 ReadQErr Buf2SmallErr = -3105 RecNotFnd Buf2SmallErr = -3108 SktClosedErr Buf2SmallErr = -3109 )
func (Buf2SmallErr) String ¶
func (e Buf2SmallErr) String() string
type CAEList ¶ added in v0.5.1
type CAEList uint
const ( CAEListValue CAEList = 'l'<<24 | 'i'<<16 | 's'<<8 | 't' // 'list' CApplication CAEList = 'c'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'capp' CArc CAEList = 'c'<<24 | 'a'<<16 | 'r'<<8 | 'c' // 'carc' CBoolean CAEList = 'b'<<24 | 'o'<<16 | 'o'<<8 | 'l' // 'bool' CCell CAEList = 'c'<<24 | 'c'<<16 | 'e'<<8 | 'l' // 'ccel' CChar CAEList = 'c'<<24 | 'h'<<16 | 'a'<<8 | ' ' // 'cha ' CColorTable CAEList = 'c'<<24 | 'l'<<16 | 'r'<<8 | 't' // 'clrt' CColumn CAEList = 'c'<<24 | 'c'<<16 | 'o'<<8 | 'l' // 'ccol' CDocument CAEList = 'd'<<24 | 'o'<<16 | 'c'<<8 | 'u' // 'docu' CDrawingArea CAEList = 'c'<<24 | 'd'<<16 | 'r'<<8 | 'w' // 'cdrw' CEnumeration CAEList = 'e'<<24 | 'n'<<16 | 'u'<<8 | 'm' // 'enum' CFile CAEList = 'f'<<24 | 'i'<<16 | 'l'<<8 | 'e' // 'file' CFixed CAEList = 'f'<<24 | 'i'<<16 | 'x'<<8 | 'd' // 'fixd' CFixedPoint CAEList = 'f'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'fpnt' CFixedRectangle CAEList = 'f'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'frct' CGraphicLine CAEList = 'g'<<24 | 'l'<<16 | 'i'<<8 | 'n' // 'glin' CGraphicObject CAEList = 'c'<<24 | 'g'<<16 | 'o'<<8 | 'b' // 'cgob' CGraphicShape CAEList = 'c'<<24 | 'g'<<16 | 's'<<8 | 'h' // 'cgsh' CGraphicText CAEList = 'c'<<24 | 'g'<<16 | 't'<<8 | 'x' // 'cgtx' CGroupedGraphic CAEList = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'c' // 'cpic' )
type CDEFNFndConstants ¶
type CDEFNFndConstants int
const ( CDEFNFnd CDEFNFndConstants = 88 DsBadStartupDisk CDEFNFndConstants = 42 DsHD20Installed CDEFNFndConstants = -12 DsNotThe1 CDEFNFndConstants = 31 DsSystemFileErr CDEFNFndConstants = 43 ExUserBreak CDEFNFndConstants = -492 FsDSIntErr CDEFNFndConstants = -127 HMenuFindErr CDEFNFndConstants = -127 MBarNFnd CDEFNFndConstants = -126 StrUserBreak CDEFNFndConstants = -491 UserBreak CDEFNFndConstants = -490 )
func (CDEFNFndConstants) String ¶
func (e CDEFNFndConstants) String() string
type CInsertionLoc ¶ added in v0.5.1
type CInsertionLoc uint
const ( CInsertionLocValue CInsertionLoc = 'i'<<24 | 'n'<<16 | 's'<<8 | 'l' // 'insl' CInsertionPoint CInsertionLoc = 'c'<<24 | 'i'<<16 | 'n'<<8 | 's' // 'cins' CIntlText CInsertionLoc = 'i'<<24 | 't'<<16 | 'x'<<8 | 't' // 'itxt' CIntlWritingCode CInsertionLoc = 'i'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'intl' CItem CInsertionLoc = 'c'<<24 | 'i'<<16 | 't'<<8 | 'm' // 'citm' CLine CInsertionLoc = 'c'<<24 | 'l'<<16 | 'i'<<8 | 'n' // 'clin' CLongDateTime CInsertionLoc = 'l'<<24 | 'd'<<16 | 't'<<8 | ' ' // 'ldt ' CLongFixed CInsertionLoc = 'l'<<24 | 'f'<<16 | 'x'<<8 | 'd' // 'lfxd' CLongFixedPoint CInsertionLoc = 'l'<<24 | 'f'<<16 | 'p'<<8 | 't' // 'lfpt' CLongFixedRectangle CInsertionLoc = 'l'<<24 | 'f'<<16 | 'r'<<8 | 'c' // 'lfrc' CLongInteger CInsertionLoc = 'l'<<24 | 'o'<<16 | 'n'<<8 | 'g' // 'long' CLongPoint CInsertionLoc = 'l'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'lpnt' CLongRectangle CInsertionLoc = 'l'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'lrct' CMachineLoc CInsertionLoc = 'm'<<24 | 'L'<<16 | 'o'<<8 | 'c' // 'mLoc' CMenu CInsertionLoc = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'cmnu' CMenuItem CInsertionLoc = 'c'<<24 | 'm'<<16 | 'e'<<8 | 'n' // 'cmen' CObject CInsertionLoc = 'c'<<24 | 'o'<<16 | 'b'<<8 | 'j' // 'cobj' CObjectSpecifier CInsertionLoc = 'o'<<24 | 'b'<<16 | 'j'<<8 | ' ' // 'obj ' COpenableObject CInsertionLoc = 'c'<<24 | 'o'<<16 | 'o'<<8 | 'b' // 'coob' COval CInsertionLoc = 'c'<<24 | 'o'<<16 | 'v'<<8 | 'l' // 'covl' )
func (CInsertionLoc) String ¶ added in v0.5.1
func (e CInsertionLoc) String() string
type CKeystroke ¶ added in v0.5.1
type CKeystroke uint
const ( CKeystrokeValue CKeystroke = 'k'<<24 | 'p'<<16 | 'r'<<8 | 's' // 'kprs' ECapsLockDown CKeystroke = 'K'<<24 | 'c'<<16 | 'l'<<8 | 'k' // 'Kclk' EClearKey CKeystroke = 1802716928 ECommandDown CKeystroke = 'K'<<24 | 'c'<<16 | 'm'<<8 | 'd' // 'Kcmd' EControlDown CKeystroke = 'K'<<24 | 'c'<<16 | 't'<<8 | 'l' // 'Kctl' EDeleteKey CKeystroke = 1802711808 EDownArrowKey CKeystroke = 1802730752 EEndKey CKeystroke = 1802729216 EEnterKey CKeystroke = 1802718208 EEscapeKey CKeystroke = 1802712320 EF10Key CKeystroke = 1802726656 EF11Key CKeystroke = 1802725120 EF12Key CKeystroke = 1802727168 EF13Key CKeystroke = 1802725632 EF14Key CKeystroke = 1802726144 EF15Key CKeystroke = 1802727680 EF1Key CKeystroke = 1802729984 EF2Key CKeystroke = 1802729472 EF3Key CKeystroke = 1802724096 EF4Key CKeystroke = 1802728960 EF5Key CKeystroke = 1802723328 EF6Key CKeystroke = 1802723584 EF7Key CKeystroke = 1802723840 EF8Key CKeystroke = 1802724352 EF9Key CKeystroke = 1802724608 EForwardDelKey CKeystroke = 1802728704 EHelpKey CKeystroke = 1802727936 EHomeKey CKeystroke = 1802728192 EKeyKind CKeystroke = 'e'<<24 | 'k'<<16 | 's'<<8 | 't' // 'ekst' ELeftArrowKey CKeystroke = 1802730240 EModifiers CKeystroke = 'e'<<24 | 'M'<<16 | 'd'<<8 | 's' // 'eMds' EOptionDown CKeystroke = 'K'<<24 | 'o'<<16 | 'p'<<8 | 't' // 'Kopt' EPageDownKey CKeystroke = 1802729728 EPageUpKey CKeystroke = 1802728448 EReturnKey CKeystroke = 1802707968 ERightArrowKey CKeystroke = 1802730496 EShiftDown CKeystroke = 'K'<<24 | 's'<<16 | 'f'<<8 | 't' // 'Ksft' ETabKey CKeystroke = 1802711040 EUpArrowKey CKeystroke = 1802731008 PKeyKind CKeystroke = 'k'<<24 | 'k'<<16 | 'n'<<8 | 'd' // 'kknd' PKeystrokeKey CKeystroke = 'k'<<24 | 'M'<<16 | 's'<<8 | 'g' // 'kMsg' PModifiers CKeystroke = 'k'<<24 | 'M'<<16 | 'o'<<8 | 'd' // 'kMod' )
func (CKeystroke) String ¶ added in v0.5.1
func (e CKeystroke) String() string
type CMatchErr ¶
type CMatchErr int
const ( CDepthErr CMatchErr = -157 CDevErr CMatchErr = -155 CMatchErrValue CMatchErr = -150 CNoMemErr CMatchErr = -152 CProtectErr CMatchErr = -154 CRangeErr CMatchErr = -153 CResErr CMatchErr = -156 CTempMemErr CMatchErr = -151 CantLoadPickMethodErr CMatchErr = -11003 ColorsRequestedErr CMatchErr = -11004 PictInfoIDErr CMatchErr = -11001 PictInfoVerbErr CMatchErr = -11002 PictInfoVersionErr CMatchErr = -11000 PictureDataErr CMatchErr = -11005 RgnTooBigErr CMatchErr = -500 UpdPixMemErr CMatchErr = -125 )
type CParagraph ¶
type CParagraph uint
const ( // CPICT: A PICT format figure. CPICT CParagraph = 'P'<<24 | 'I'<<16 | 'C'<<8 | 'T' // 'PICT' // CParagraphValue: A paragraph of text. CParagraphValue CParagraph = 'c'<<24 | 'p'<<16 | 'a'<<8 | 'r' // 'cpar' CPixel CParagraph = 'c'<<24 | 'p'<<16 | 'x'<<8 | 'l' // 'cpxl' CPixelMap CParagraph = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'x' // 'cpix' CPolygon CParagraph = 'c'<<24 | 'p'<<16 | 'g'<<8 | 'n' // 'cpgn' // CProperty: A property of any object class. CProperty CParagraph = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop' CQDPoint CParagraph = 'Q'<<24 | 'D'<<16 | 'p'<<8 | 't' // 'QDpt' CQDRectangle CParagraph = 'q'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'qdrt' // CRGBColor: An RGB color value. CRGBColor CParagraph = 'c'<<24 | 'R'<<16 | 'G'<<8 | 'B' // 'cRGB' CRectangle CParagraph = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'c' // 'crec' CRotation CParagraph = 't'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'trot' CRoundedRectangle CParagraph = 'c'<<24 | 'r'<<16 | 'r'<<8 | 'c' // 'crrc' CRow CParagraph = 'c'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'crow' CSelection CParagraph = 'c'<<24 | 's'<<16 | 'e'<<8 | 'l' // 'csel' CShortInteger CParagraph = 's'<<24 | 'h'<<16 | 'o'<<8 | 'r' // 'shor' CTable CParagraph = 'c'<<24 | 't'<<16 | 'b'<<8 | 'l' // 'ctbl' CText CParagraph = 'c'<<24 | 't'<<16 | 'x'<<8 | 't' // 'ctxt' CTextFlow CParagraph = 'c'<<24 | 'f'<<16 | 'l'<<8 | 'o' // 'cflo' CTextStyles CParagraph = 't'<<24 | 's'<<16 | 't'<<8 | 'y' // 'tsty' CType CParagraph = 't'<<24 | 'y'<<16 | 'p'<<8 | 'e' // 'type' )
func (CParagraph) String ¶
func (e CParagraph) String() string
type CSComponentsThreadMode ¶
type CSComponentsThreadMode = uint32
See: https://developer.apple.com/documentation/coreservices/cscomponentsthreadmode
func CSGetComponentsThreadMode
deprecated
func CSGetComponentsThreadMode() CSComponentsThreadMode
CSGetComponentsThreadMode indicates whether using thread-unsafe components is allowed in the current thread.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516409-csgetcomponentsthreadmode
type CSDiskSpaceRecoveryCallback ¶
type CSDiskSpaceRecoveryCallback = func(bool, uint64, corefoundation.CFErrorRef)
See: https://developer.apple.com/documentation/coreservices/csdiskspacerecoverycallback
type CSDiskSpaceRecoveryOptions ¶
type CSDiskSpaceRecoveryOptions = int32
See: https://developer.apple.com/documentation/coreservices/csdiskspacerecoveryoptions
type CSIdentityAuthorityRef ¶
type CSIdentityAuthorityRef uintptr
See: https://developer.apple.com/documentation/coreservices/csidentityauthorityref
func CSGetDefaultIdentityAuthority ¶
func CSGetDefaultIdentityAuthority() CSIdentityAuthorityRef
CSGetDefaultIdentityAuthority.
See: https://developer.apple.com/documentation/coreservices/1448826-csgetdefaultidentityauthority
func CSGetLocalIdentityAuthority ¶
func CSGetLocalIdentityAuthority() CSIdentityAuthorityRef
CSGetLocalIdentityAuthority.
See: https://developer.apple.com/documentation/coreservices/1444814-csgetlocalidentityauthority
func CSGetManagedIdentityAuthority ¶
func CSGetManagedIdentityAuthority() CSIdentityAuthorityRef
CSGetManagedIdentityAuthority.
See: https://developer.apple.com/documentation/coreservices/1446750-csgetmanagedidentityauthority
func CSIdentityGetAuthority ¶
func CSIdentityGetAuthority(identity CSIdentityRef) CSIdentityAuthorityRef
CSIdentityGetAuthority.
See: https://developer.apple.com/documentation/coreservices/1446828-csidentitygetauthority
type CSIdentityClass ¶
type CSIdentityClass = int32
See: https://developer.apple.com/documentation/coreservices/csidentityclass
type CSIdentityClientContext ¶
type CSIdentityClientContext struct {
Version int
Info unsafe.Pointer
Retain corefoundation.CFAllocatorRetainCallBack
Release corefoundation.CFAllocatorReleaseCallBack
CopyDescription corefoundation.CFAllocatorCopyDescriptionCallBack
StatusUpdated unsafe.Pointer
}
CSIdentityClientContext
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/csidentityclientcontext
type CSIdentityFlags ¶
type CSIdentityFlags = uint32
See: https://developer.apple.com/documentation/coreservices/csidentityflags
type CSIdentityQueryClientContext ¶
type CSIdentityQueryClientContext struct {
Version int
Info unsafe.Pointer
RetainInfo corefoundation.CFAllocatorRetainCallBack
ReleaseInfo corefoundation.CFAllocatorReleaseCallBack
CopyInfoDescription corefoundation.CFAllocatorCopyDescriptionCallBack
ReceiveEvent unsafe.Pointer
}
CSIdentityQueryClientContext
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/csidentityqueryclientcontext
type CSIdentityQueryEvent ¶
type CSIdentityQueryEvent = int
See: https://developer.apple.com/documentation/coreservices/csidentityqueryevent
type CSIdentityQueryFlags ¶
type CSIdentityQueryFlags = uint32
See: https://developer.apple.com/documentation/coreservices/csidentityqueryflags
type CSIdentityQueryReceiveEventCallback ¶
type CSIdentityQueryReceiveEventCallback = func(CSIdentityQueryRef, CSIdentityQueryEvent, corefoundation.CFArrayRef, corefoundation.CFErrorRef, unsafe.Pointer)
See: https://developer.apple.com/documentation/coreservices/csidentityqueryreceiveeventcallback
type CSIdentityQueryRef ¶
type CSIdentityQueryRef uintptr
See: https://developer.apple.com/documentation/coreservices/csidentityqueryref
func CSIdentityCreateGroupMembershipQuery ¶
func CSIdentityCreateGroupMembershipQuery(allocator corefoundation.CFAllocatorRef, group CSIdentityRef) CSIdentityQueryRef
CSIdentityCreateGroupMembershipQuery.
See: https://developer.apple.com/documentation/coreservices/1448605-csidentitycreategroupmembershipq
func CSIdentityQueryCreate ¶
func CSIdentityQueryCreate(allocator corefoundation.CFAllocatorRef, identityClass int32, authority CSIdentityAuthorityRef) CSIdentityQueryRef
CSIdentityQueryCreate.
See: https://developer.apple.com/documentation/coreservices/1429003-csidentityquerycreate
func CSIdentityQueryCreateForCurrentUser ¶
func CSIdentityQueryCreateForCurrentUser(allocator corefoundation.CFAllocatorRef) CSIdentityQueryRef
CSIdentityQueryCreateForCurrentUser.
See: https://developer.apple.com/documentation/coreservices/1429037-csidentityquerycreateforcurrentu
func CSIdentityQueryCreateForName ¶
func CSIdentityQueryCreateForName(allocator corefoundation.CFAllocatorRef, name corefoundation.CFStringRef, comparisonMethod CSIdentityQueryStringComparisonMethod, identityClass int32, authority CSIdentityAuthorityRef) CSIdentityQueryRef
CSIdentityQueryCreateForName.
See: https://developer.apple.com/documentation/coreservices/1428997-csidentityquerycreateforname
func CSIdentityQueryCreateForPersistentReference ¶
func CSIdentityQueryCreateForPersistentReference(allocator corefoundation.CFAllocatorRef, referenceData corefoundation.CFDataRef) CSIdentityQueryRef
CSIdentityQueryCreateForPersistentReference.
See: https://developer.apple.com/documentation/coreservices/1428991-csidentityquerycreateforpersiste
func CSIdentityQueryCreateForPosixID ¶
func CSIdentityQueryCreateForPosixID(allocator corefoundation.CFAllocatorRef, posixID uintptr, identityClass int32, authority CSIdentityAuthorityRef) CSIdentityQueryRef
CSIdentityQueryCreateForPosixID.
See: https://developer.apple.com/documentation/coreservices/1428990-csidentityquerycreateforposixid
func CSIdentityQueryCreateForUUID ¶
func CSIdentityQueryCreateForUUID(allocator corefoundation.CFAllocatorRef, uuid corefoundation.CFUUID, authority CSIdentityAuthorityRef) CSIdentityQueryRef
CSIdentityQueryCreateForUUID.
See: https://developer.apple.com/documentation/coreservices/1429007-csidentityquerycreateforuuid
type CSIdentityQueryStringComparisonMethod ¶
type CSIdentityQueryStringComparisonMethod = int
See: https://developer.apple.com/documentation/coreservices/csidentityquerystringcomparisonmethod
type CSIdentityRef ¶
type CSIdentityRef uintptr
See: https://developer.apple.com/documentation/coreservices/csidentityref
func CSIdentityCreate ¶
func CSIdentityCreate(allocator corefoundation.CFAllocatorRef, identityClass int32, fullName corefoundation.CFStringRef, posixName corefoundation.CFStringRef, flags uint32, authority CSIdentityAuthorityRef) CSIdentityRef
CSIdentityCreate.
See: https://developer.apple.com/documentation/coreservices/1447616-csidentitycreate
func CSIdentityCreateCopy ¶
func CSIdentityCreateCopy(allocator corefoundation.CFAllocatorRef, identity CSIdentityRef) CSIdentityRef
CSIdentityCreateCopy.
See: https://developer.apple.com/documentation/coreservices/1443553-csidentitycreatecopy
type CSIdentityStatusUpdatedCallback ¶
type CSIdentityStatusUpdatedCallback = func(CSIdentityRef, int, corefoundation.CFErrorRef, unsafe.Pointer)
See: https://developer.apple.com/documentation/coreservices/csidentitystatusupdatedcallback
type CURL ¶ added in v0.5.1
type CURL uint
const ( // CFTPItem: Specifies FTP (File Transfer Protocol) protocol. CFTPItem CURL = 'f'<<24 | 't'<<16 | 'p'<<8 | ' ' // 'ftp ' // CHTML: Specifies HTML (HyperText Markup Language) format. CHTML CURL = 'h'<<24 | 't'<<16 | 'm'<<8 | 'l' // 'html' // CInternetAddress: Specifies an Internet or Intranet address for the TCP/IP protocol. CInternetAddress CURL = 'I'<<24 | 'P'<<16 | 'A'<<8 | 'D' // 'IPAD' // CURLValue: Specifies a Uniform Resource Locator or Uniform Resource ID (URI). CURLValue CURL = 'u'<<24 | 'r'<<16 | 'l'<<8 | ' ' // 'url ' )
type CVersion ¶
type CVersion uint
const ( CVersionValue CVersion = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers' CWindow CVersion = 'c'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'cwin' CWord CVersion = 'c'<<24 | 'w'<<16 | 'o'<<8 | 'r' // 'cwor' EnumArrows CVersion = 'a'<<24 | 'r'<<16 | 'r'<<8 | 'o' // 'arro' EnumJustification CVersion = 'j'<<24 | 'u'<<16 | 's'<<8 | 't' // 'just' EnumKeyForm CVersion = 'k'<<24 | 'f'<<16 | 'r'<<8 | 'm' // 'kfrm' EnumPosition CVersion = 'p'<<24 | 'o'<<16 | 's'<<8 | 'i' // 'posi' EnumProtection CVersion = 'p'<<24 | 'r'<<16 | 't'<<8 | 'n' // 'prtn' EnumQuality CVersion = 'q'<<24 | 'u'<<16 | 'a'<<8 | 'l' // 'qual' EnumSaveOptions CVersion = 's'<<24 | 'a'<<16 | 'v'<<8 | 'o' // 'savo' EnumStyle CVersion = 's'<<24 | 't'<<16 | 'y'<<8 | 'l' // 'styl' EnumTransferMode CVersion = 't'<<24 | 'r'<<16 | 'a'<<8 | 'n' // 'tran' KAEAbout CVersion = 'a'<<24 | 'b'<<16 | 'o'<<8 | 'u' // 'abou' KAEAfter CVersion = 'a'<<24 | 'f'<<16 | 't'<<8 | 'e' // 'afte' KAEAliasSelection CVersion = 's'<<24 | 'a'<<16 | 'l'<<8 | 'i' // 'sali' KAEAllCaps CVersion = 'a'<<24 | 'l'<<16 | 'c'<<8 | 'p' // 'alcp' KAEArrowAtEnd CVersion = 'a'<<24 | 'r'<<16 | 'e'<<8 | 'n' // 'aren' KAEArrowAtStart CVersion = 'a'<<24 | 'r'<<16 | 's'<<8 | 't' // 'arst' KAEArrowBothEnds CVersion = 'a'<<24 | 'r'<<16 | 'b'<<8 | 'o' // 'arbo' )
type CallingConventionType ¶
type CallingConventionType = uint16
See: https://developer.apple.com/documentation/coreservices/callingconventiontype
type CannotFindAtomErr ¶
type CannotFindAtomErr int
const ( AAPNotCreatedErr CannotFindAtomErr = -2120 AAPNotFoundErr CannotFindAtomErr = -2121 ASDBadForkErr CannotFindAtomErr = -2123 ASDBadHeaderErr CannotFindAtomErr = -2122 ASDEntryNotFoundErr CannotFindAtomErr = -2124 AtomIndexInvalidErr CannotFindAtomErr = -2104 AtomsNotOfSameTypeErr CannotFindAtomErr = -2103 CannotBeLeafAtomErr CannotFindAtomErr = -2109 CannotFindAtomErrValue CannotFindAtomErr = -2101 DuplicateAtomTypeAndIDErr CannotFindAtomErr = -2105 EmptyPathErr CannotFindAtomErr = -2111 FileOffsetTooBigErr CannotFindAtomErr = -2125 InvalidAtomContainerErr CannotFindAtomErr = -2107 InvalidAtomErr CannotFindAtomErr = -2106 InvalidAtomTypeErr CannotFindAtomErr = -2108 NoPathMappingErr CannotFindAtomErr = -2112 NotAllowedToSaveMovieErr CannotFindAtomErr = -2126 NotEnoughDataErr CannotFindAtomErr = -2149 NotLeafAtomErr CannotFindAtomErr = -2102 PathNotVerifiedErr CannotFindAtomErr = -2113 PathTooLongErr CannotFindAtomErr = -2110 QfcbNotCreatedErr CannotFindAtomErr = -2119 QfcbNotFoundErr CannotFindAtomErr = -2118 QtActionNotHandledErr CannotFindAtomErr = -2157 QtNetworkAlreadyAllocatedErr CannotFindAtomErr = -2127 QtXMLApplicationErr CannotFindAtomErr = -2159 QtXMLParseErr CannotFindAtomErr = -2158 UnknownFormatErr CannotFindAtomErr = -2114 UrlDataHFTPBadNameListErr CannotFindAtomErr = -2144 UrlDataHFTPBadPasswordErr CannotFindAtomErr = -2136 UrlDataHFTPBadUserErr CannotFindAtomErr = -2135 UrlDataHFTPDataConnectionErr CannotFindAtomErr = -2138 UrlDataHFTPFilenameErr CannotFindAtomErr = -2142 UrlDataHFTPNeedPasswordErr CannotFindAtomErr = -2145 UrlDataHFTPNoDirectoryErr CannotFindAtomErr = -2139 UrlDataHFTPNoNetDriverErr CannotFindAtomErr = -2143 UrlDataHFTPNoPasswordErr CannotFindAtomErr = -2146 UrlDataHFTPPermissionsErr CannotFindAtomErr = -2141 UrlDataHFTPProtocolErr CannotFindAtomErr = -2133 UrlDataHFTPQuotaErr CannotFindAtomErr = -2140 UrlDataHFTPServerDisconnectedErr CannotFindAtomErr = -2147 UrlDataHFTPServerErr CannotFindAtomErr = -2137 UrlDataHFTPShutdownErr CannotFindAtomErr = -2134 UrlDataHFTPURLErr CannotFindAtomErr = -2148 UrlDataHHTTPNoNetDriverErr CannotFindAtomErr = -2130 UrlDataHHTTPProtocolErr CannotFindAtomErr = -2129 UrlDataHHTTPRedirectErr CannotFindAtomErr = -2132 UrlDataHHTTPURLErr CannotFindAtomErr = -2131 WackBadFileErr CannotFindAtomErr = -2115 WackBadMetaDataErr CannotFindAtomErr = -2117 WackForkNotFoundErr CannotFindAtomErr = -2116 )
func (CannotFindAtomErr) String ¶
func (e CannotFindAtomErr) String() string
type CcntTokenRecHandle ¶
type CcntTokenRecHandle = *CcntTokenRecPtr
See: https://developer.apple.com/documentation/coreservices/ccnttokenrechandle
type CcntTokenRecPtr ¶
type CcntTokenRecPtr = *CcntTokenRecord
See: https://developer.apple.com/documentation/coreservices/ccnttokenrecptr
type CcntTokenRecord ¶
type CcntTokenRecord struct {
TokenClass uint32 // The class ID of the container represented by the `token` parameter.See [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>).
Token AEDesc // A token for the current container. (Token is definedin [AEDisposeToken(_:)](<doc://com.apple.documentation/documentation/coreservices/1446783-aedisposetoken>). See [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>).
}
CcntTokenRecord - Stores token information used by the AEResolve functionwhile locating a range of objects.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/ccnttokenrecord
type Cfrag ¶
type Cfrag int
const ( CfragAbortClosureErr Cfrag = -2830 CfragArchitectureErr Cfrag = -2823 CfragCFMInternalErr Cfrag = -2819 CfragCFMStartupErr Cfrag = -2818 CfragCFragRsrcErr Cfrag = -2857 CfragClosureIDErr Cfrag = -2829 CfragConnectionIDErr Cfrag = -2801 CfragContainerIDErr Cfrag = -2828 CfragContextIDErr Cfrag = -2800 CfragDupRegistrationErr Cfrag = -2805 CfragExecFileRefErr Cfrag = -2854 CfragFileSizeErr Cfrag = -2825 CfragFirstErrCode Cfrag = -2800 CfragFirstReservedCode Cfrag = -2897 CfragFragmentCorruptErr Cfrag = -2820 CfragFragmentFormatErr Cfrag = -2806 CfragFragmentUsageErr Cfrag = -2824 CfragImportTooNewErr Cfrag = -2814 CfragImportTooOldErr Cfrag = -2813 CfragInitAtBootErr Cfrag = -2816 CfragInitFunctionErr Cfrag = -2821 CfragInitLoopErr Cfrag = -2815 CfragInitOrderErr Cfrag = -2812 CfragLastErrCode Cfrag = -2899 CfragLibConnErr Cfrag = -2817 CfragMapFileErr Cfrag = -2851 CfragNoApplicationErr Cfrag = -2822 CfragNoClientMemErr Cfrag = -2810 CfragNoIDsErr Cfrag = -2811 CfragNoLibraryErr Cfrag = -2804 CfragNoPositionErr Cfrag = -2808 CfragNoPrivateMemErr Cfrag = -2809 CfragNoRegistrationErr Cfrag = -2827 CfragNoSectionErr Cfrag = -2803 CfragNoSymbolErr Cfrag = -2802 CfragNotClosureErr Cfrag = -2826 CfragOutputLengthErr Cfrag = -2831 CfragReservedCode_1 Cfrag = -2899 CfragReservedCode_2 Cfrag = -2898 CfragReservedCode_3 Cfrag = -2897 CfragRsrcForkErr Cfrag = -2856 CfragStdFolderErr Cfrag = -2855 CfragUnresolvedErr Cfrag = -2807 )
type Cm ¶
type Cm int
const ( // CmCantConcatenateError: Profiles cannot be concatenated CmCantConcatenateError Cm = -178 // CmCantCopyModifiedV1Profile: It is illegal to copy version 1.0 profiles that have been modified CmCantCopyModifiedV1Profile Cm = -4215 // CmCantDeleteElement: Cannot delete the specified profile element CmCantDeleteElement Cm = -4202 // CmCantDeleteProfile: Responder error CmCantDeleteProfile Cm = -180 // CmCantGamutCheckError: Gamut checking not supported by this color world—that is, the color world does not contain a gamut table because it was built with gamut checking turned off CmCantGamutCheckError Cm = -4217 // CmCantXYZ: CMM does not handle XYZ color space CmCantXYZ Cm = -179 // CmElementTagNotFound: The tag you specified is not in the specified profile CmElementTagNotFound Cm = -4200 // CmErrIncompatibleProfile: Unspecified profile error CmErrIncompatibleProfile Cm = -4208 // CmFatalProfileErr: Returned from File Manager while updating a profile file in response to [CMUpdateProfile]; profile content may be corrupted CmFatalProfileErr Cm = -4203 // CmIndexRangeErr: Tag index out of range CmIndexRangeErr Cm = -4201 // CmInvalidColorSpace: Profile color space does not match bitmap type CmInvalidColorSpace Cm = -4209 // CmInvalidDstMap: Destination pix/bit map was invalid CmInvalidDstMap Cm = -4211 // CmInvalidProfile: Profile reference is invalid or refers to an inappropriate profile CmInvalidProfile Cm = -4204 // CmInvalidProfileComment: Bad profile comment during `drawpicture` CmInvalidProfileComment Cm = -4213 // CmInvalidProfileLocation: Operation not supported for this profile location CmInvalidProfileLocation Cm = -4205 // CmInvalidSearch: Bad search handle CmInvalidSearch Cm = -4206 // CmInvalidSrcMap: Source pixel map or bitmap was invalid CmInvalidSrcMap Cm = -4210 // CmMethodError: An error occurred during the CMM arbitration process that determines the CMM to use CmMethodError Cm = -171 // CmMethodNotFound: CMM not present CmMethodNotFound Cm = -175 // CmNamedColorNotFound: The specified named color was not found in the specified profile CmNamedColorNotFound Cm = -4216 // CmNoCurrentProfile: Responder error CmNoCurrentProfile Cm = -182 // CmNoGDevicesError: Begin matching or end matching—no graphics devices available CmNoGDevicesError Cm = -4212 // CmProfileError: There is something wrong with the content of the profile CmProfileError Cm = -170 // CmProfileNotFound: Responder error CmProfileNotFound Cm = -176 // CmProfilesIdentical: Profiles are the same CmProfilesIdentical Cm = -177 // CmRangeOverFlow: One or more output color value overflows in color conversion; all input color values will be converted and the overflow will be clipped CmRangeOverFlow Cm = -4214 // CmSearchError: Internal error occurred during profile search CmSearchError Cm = -4207 // CmUnsupportedDataType: Responder error CmUnsupportedDataType Cm = -181 )
type CodecErr ¶
type CodecErr int
const ( BadCodecCharacterizationErr CodecErr = -8993 CodecAbortErr CodecErr = -8967 CodecBadDataErr CodecErr = -8969 CodecCantQueueErr CodecErr = -8975 CodecCantWhenErr CodecErr = -8974 CodecConditionErr CodecErr = -8972 CodecDataVersErr CodecErr = -8970 CodecDisabledErr CodecErr = -8978 CodecDroppedFrameErr CodecErr = -8989 CodecErrValue CodecErr = -8960 CodecExtensionNotFoundErr CodecErr = -8971 CodecImageBufErr CodecErr = -8965 CodecNeedAccessKeyErr CodecErr = -8987 CodecNeedToFlushChainErr CodecErr = -8979 CodecNoMemoryPleaseWaitErr CodecErr = -8977 CodecNothingToBlitErr CodecErr = -8976 CodecOffscreenFailedErr CodecErr = -8988 CodecOffscreenFailedPleaseRetryErr CodecErr = -8992 CodecOpenErr CodecErr = -8973 CodecParameterDialogConfirm CodecErr = -8986 CodecScreenBufErr CodecErr = -8964 CodecSizeErr CodecErr = -8963 CodecSpoolErr CodecErr = -8966 CodecUnimpErr CodecErr = -8962 CodecWouldOffscreenErr CodecErr = -8968 DirectXObjectAlreadyExists CodecErr = -8990 LockPortBitsBadPortErr CodecErr = -8984 LockPortBitsBadSurfaceErr CodecErr = -8980 LockPortBitsSurfaceLostErr CodecErr = -8985 LockPortBitsWindowClippedErr CodecErr = -8983 LockPortBitsWindowMovedErr CodecErr = -8981 LockPortBitsWindowResizedErr CodecErr = -8982 LockPortBitsWrongGDeviceErr CodecErr = -8991 NoCodecErr CodecErr = -8961 NoThumbnailFoundErr CodecErr = -8994 ScTypeNotFoundErr CodecErr = -8971 )
type CollatorRef ¶
type CollatorRef uintptr
CollatorRef is refers to an opaque object that encapsulates locale and collation information for the purpose of performing Unicode string comparison.
See: https://developer.apple.com/documentation/coreservices/collatorref
type Collection ¶
type Collection int
const ( CollectionIndexRangeErr Collection = -5752 CollectionItemLockedErr Collection = -5750 CollectionItemNotFoundErr Collection = -5751 CollectionVersionErr Collection = -5753 )
func CloneCollection
deprecated
func CloneCollection(arg0 Collection) Collection
CloneCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551333-clonecollection
func CopyCollection
deprecated
func CopyCollection(arg0 Collection, arg1 Collection) Collection
CopyCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551383-copycollection
func GetNewCollection
deprecated
func GetNewCollection(arg0 int16) Collection
GetNewCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551366-getnewcollection
func NewCollection
deprecated
func NewCollection() Collection
NewCollection.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551416-newcollection
func (Collection) String ¶
func (e Collection) String() string
type CollectionExceptionUPP ¶
See: https://developer.apple.com/documentation/coreservices/collectionexceptionupp
func GetCollectionExceptionProc
deprecated
func GetCollectionExceptionProc(arg0 Collection) CollectionExceptionUPP
GetCollectionExceptionProc.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551420-getcollectionexceptionproc
func NewCollectionExceptionUPP
deprecated
func NewCollectionExceptionUPP(arg0 unsafe.Pointer) CollectionExceptionUPP
NewCollectionExceptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551448-newcollectionexceptionupp
type CollectionFlattenUPP ¶
See: https://developer.apple.com/documentation/coreservices/collectionflattenupp
func NewCollectionFlattenUPP
deprecated
func NewCollectionFlattenUPP(arg0 unsafe.Pointer) CollectionFlattenUPP
NewCollectionFlattenUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1551360-newcollectionflattenupp
type CollectionTag ¶
type CollectionTag = uint32
See: https://developer.apple.com/documentation/coreservices/collectiontag
type CommentsChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/commentschunkptr
type Component ¶
type Component uint
func CaptureComponent
deprecated
CaptureComponent allows your component to capture another component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516357-capturecomponent
func FindNextComponent
deprecated
func FindNextComponent(arg0 Component, arg1 ComponentDescription) Component
FindNextComponent returns the component identifier for the next registered component that meets the selection criteria specified by your application.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516552-findnextcomponent
func RegisterComponentFunc
deprecated
added in
v0.5.1
func RegisterComponentFunc(arg0 ComponentDescription, arg1 ComponentRoutineUPP, arg2 int16, arg3 uintptr, arg4 uintptr, arg5 uintptr) Component
RegisterComponentFunc registers a component stored in memory.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516537-registercomponent
func RegisterComponentResource
deprecated
func RegisterComponentResource(arg0 ComponentResourceHandle, arg1 int16) Component
RegisterComponentResource registers a component stored in a resource file.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516594-registercomponentresource
func ResolveComponentAlias
deprecated
ResolveComponentAlias.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516484-resolvecomponentalias
type ComponentAliasResource ¶
See: https://developer.apple.com/documentation/coreservices/componentaliasresource
type ComponentDescription ¶
See: https://developer.apple.com/documentation/coreservices/componentdescription
type ComponentDllLoadErr ¶
type ComponentDllLoadErr int
const ( // ComponentDllEntryNotFoundErr: Windows error returned when a component is loading. ComponentDllEntryNotFoundErr ComponentDllLoadErr = -2092 // ComponentDllLoadErrValue: Windows error returned when a component is loading. ComponentDllLoadErrValue ComponentDllLoadErr = -2091 ComponentNotThreadSafeErr ComponentDllLoadErr = -2098 // QtmlDllEntryNotFoundErr: Windows error returned when the QuickTime Media Layer is loading. QtmlDllEntryNotFoundErr ComponentDllLoadErr = -2094 // QtmlDllLoadErr: Windows error returned when the QuickTime Media Layer is loading. QtmlDllLoadErr ComponentDllLoadErr = -2093 QtmlUninitialized ComponentDllLoadErr = -2095 UnsupportedOSErr ComponentDllLoadErr = -2096 UnsupportedProcessorErr ComponentDllLoadErr = -2097 )
func (ComponentDllLoadErr) String ¶
func (e ComponentDllLoadErr) String() string
type ComponentFunctionUPP ¶
See: https://developer.apple.com/documentation/coreservices/componentfunctionupp
func NewComponentFunctionUPP
deprecated
func NewComponentFunctionUPP(arg0 unsafe.Pointer, arg1 ProcInfoType) ComponentFunctionUPP
NewComponentFunctionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516583-newcomponentfunctionupp
type ComponentInstance ¶
ComponentInstance is abst_ComponentInstance.
See: https://developer.apple.com/documentation/coreservices/componentinstance
func OpenComponent
deprecated
func OpenComponent(arg0 Component) ComponentInstance
OpenComponent opens a connection to the component with the component identifier specified by your application.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516607-opencomponent
func OpenDefaultComponent
deprecated
func OpenDefaultComponent(arg0 uint32, arg1 uint32) ComponentInstance
OpenDefaultComponent opens a connection to a registered component of the component type and subtype specified by your application.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516523-opendefaultcomponent
type ComponentInstanceRecord ¶
See: https://developer.apple.com/documentation/coreservices/componentinstancerecord
type ComponentMPWorkFunctionHeaderRecord ¶
See: https://developer.apple.com/documentation/coreservices/componentmpworkfunctionheaderrecord
type ComponentMPWorkFunctionHeaderRecordPtr ¶
See: https://developer.apple.com/documentation/coreservices/componentmpworkfunctionheaderrecordptr
type ComponentMPWorkFunctionUPP ¶
ComponentMPWorkFunctionUPP is represents a type used by the Image Codec API.
See: https://developer.apple.com/documentation/coreservices/componentmpworkfunctionupp
func NewComponentMPWorkFunctionUPP
deprecated
func NewComponentMPWorkFunctionUPP(arg0 unsafe.Pointer) ComponentMPWorkFunctionUPP
NewComponentMPWorkFunctionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516448-newcomponentmpworkfunctionupp
type ComponentParameters ¶
See: https://developer.apple.com/documentation/coreservices/componentparameters
type ComponentPlatformInfo ¶
See: https://developer.apple.com/documentation/coreservices/componentplatforminfo
type ComponentPlatformInfoArray ¶
See: https://developer.apple.com/documentation/coreservices/componentplatforminfoarray
type ComponentResource ¶
See: https://developer.apple.com/documentation/coreservices/componentresource
type ComponentResourceExtension ¶
See: https://developer.apple.com/documentation/coreservices/componentresourceextension
type ComponentResourceHandle ¶
See: https://developer.apple.com/documentation/coreservices/componentresourcehandle
type ComponentResourcePtr ¶
See: https://developer.apple.com/documentation/coreservices/componentresourceptr
type ComponentResult ¶
type ComponentResult = int32
ComponentResult is abst_ComponentResult.
See: https://developer.apple.com/documentation/coreservices/componentresult
func CallComponentCanDo
deprecated
func CallComponentCanDo(arg0 ComponentInstance, arg1 int16) ComponentResult
CallComponentCanDo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516321-callcomponentcando
func CallComponentClose
deprecated
func CallComponentClose(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult
CallComponentClose.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516604-callcomponentclose
func CallComponentDispatch
deprecated
func CallComponentDispatch(arg0 ComponentParameters) ComponentResult
CallComponentDispatch.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516547-callcomponentdispatch
func CallComponentFunction
deprecated
func CallComponentFunction(arg0 ComponentParameters, arg1 ComponentFunctionUPP) ComponentResult
CallComponentFunction invokes the specified function of your component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516603-callcomponentfunction
func CallComponentFunctionWithStorage
deprecated
func CallComponentFunctionWithStorage(arg0 uintptr, arg1 ComponentParameters, arg2 ComponentFunctionUPP) ComponentResult
CallComponentFunctionWithStorage invokes the specified function of your component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516610-callcomponentfunctionwithstorage
func CallComponentFunctionWithStorageProcInfo
deprecated
func CallComponentFunctionWithStorageProcInfo(arg0 uintptr, arg1 ComponentParameters, arg2 unsafe.Pointer, arg3 ProcInfoType) ComponentResult
CallComponentFunctionWithStorageProcInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516344-callcomponentfunctionwithstorage
func CallComponentGetMPWorkFunction
deprecated
func CallComponentGetMPWorkFunction(arg0 ComponentInstance, arg1 ComponentMPWorkFunctionUPP) ComponentResult
CallComponentGetMPWorkFunction.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516346-callcomponentgetmpworkfunction
func CallComponentGetPublicResource
deprecated
func CallComponentGetPublicResource(arg0 ComponentInstance, arg1 uint32, arg2 int16, arg3 uintptr) ComponentResult
CallComponentGetPublicResource.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516354-callcomponentgetpublicresource
func CallComponentOpen
deprecated
func CallComponentOpen(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult
CallComponentOpen.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516529-callcomponentopen
func CallComponentRegister
deprecated
func CallComponentRegister(arg0 ComponentInstance) ComponentResult
CallComponentRegister.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516385-callcomponentregister
func CallComponentTarget
deprecated
func CallComponentTarget(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult
CallComponentTarget.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516493-callcomponenttarget
func CallComponentUnregister
deprecated
func CallComponentUnregister(arg0 ComponentInstance) ComponentResult
CallComponentUnregister.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516337-callcomponentunregister
func CallComponentVersion
deprecated
func CallComponentVersion(arg0 ComponentInstance) ComponentResult
CallComponentVersion.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516489-callcomponentversion
func DelegateComponentCall
deprecated
func DelegateComponentCall(arg0 ComponentParameters, arg1 ComponentInstance) ComponentResult
DelegateComponentCall allows your component to pass on a request to a specified component.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516373-delegatecomponentcall
func InvokeComponentMPWorkFunctionUPP
deprecated
func InvokeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionHeaderRecordPtr, arg1 ComponentMPWorkFunctionUPP) ComponentResult
InvokeComponentMPWorkFunctionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516356-invokecomponentmpworkfunctionupp
func InvokeComponentRoutineUPP
deprecated
func InvokeComponentRoutineUPP(arg0 ComponentParameters, arg1 uintptr, arg2 ComponentRoutineUPP) ComponentResult
InvokeComponentRoutineUPP calls your component routine callback function
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516654-invokecomponentroutineupp
type ComponentRoutineUPP ¶
See: https://developer.apple.com/documentation/coreservices/componentroutineupp
func NewComponentRoutineUPP
deprecated
func NewComponentRoutineUPP(arg0 unsafe.Pointer) ComponentRoutineUPP
NewComponentRoutineUPP creates a new universal procedure pointer (UPP) to a component routine callback function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516579-newcomponentroutineupp
type ConstFSEventStreamRef ¶
type ConstFSEventStreamRef uintptr
See: https://developer.apple.com/documentation/coreservices/constfseventstreamref
type ConstFSSpecPtr ¶
type ConstFSSpecPtr = objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/constfsspecptr
type ConstScriptCodeRunPtr ¶
type ConstScriptCodeRunPtr = ScriptCodeRun
ConstScriptCodeRunPtr is defines a constant script code run pointer.
See: https://developer.apple.com/documentation/coreservices/constscriptcoderunptr
type ConstTextEncodingRunPtr ¶
type ConstTextEncodingRunPtr = TextEncodingRun
ConstTextEncodingRunPtr is defines a constant text encoding run pointer.
See: https://developer.apple.com/documentation/coreservices/consttextencodingrunptr
type ConstTextPtr ¶
type ConstTextPtr = uint8
ConstTextPtr is defines a constant text pointer.
See: https://developer.apple.com/documentation/coreservices/consttextptr
type ConstTextToUnicodeInfo ¶
type ConstTextToUnicodeInfo = TextToUnicodeInfo
ConstTextToUnicodeInfo is defines a constant text to Unicode converter object.
See: https://developer.apple.com/documentation/coreservices/consttexttounicodeinfo
type ConstUniCharArrayPtr ¶
type ConstUniCharArrayPtr = uint16
ConstUniCharArrayPtr is defines a constant Unicode character array pointer.
See: https://developer.apple.com/documentation/coreservices/constunichararrayptr
type ConstUnicodeMappingPtr ¶
type ConstUnicodeMappingPtr = UnicodeMapping
ConstUnicodeMappingPtr is defines a constant Unicode mapping pointer.
See: https://developer.apple.com/documentation/coreservices/constunicodemappingptr
type ConstUnicodeToTextInfo ¶
type ConstUnicodeToTextInfo = UnicodeToTextInfo
ConstUnicodeToTextInfo is defines a constant Unicode to text converter object.
See: https://developer.apple.com/documentation/coreservices/constunicodetotextinfo
type CoreFoundationUnknown ¶ added in v0.5.1
type CoreFoundationUnknown int
const (
CoreFoundationUnknownErr CoreFoundationUnknown = -4960
)
func (CoreFoundationUnknown) String ¶ added in v0.5.1
func (e CoreFoundationUnknown) String() string
type CouldNotResolveDataRef ¶
type CouldNotResolveDataRef int
const ( BadComponentType CouldNotResolveDataRef = -2005 BadDataRefIndex CouldNotResolveDataRef = -2050 BadEditIndex CouldNotResolveDataRef = -2033 BadEditList CouldNotResolveDataRef = -2017 BadImageDescription CouldNotResolveDataRef = -2001 BadPublicMovieAtom CouldNotResolveDataRef = -2002 BadTrackIndex CouldNotResolveDataRef = -2028 // CantCreateSingleForkFile: The file to be created already exists. CantCreateSingleForkFile CouldNotResolveDataRef = -2022 CantEnableTrack CouldNotResolveDataRef = -2035 CantFindHandler CouldNotResolveDataRef = -2003 CantOpenHandler CouldNotResolveDataRef = -2004 CantPutPublicMovieAtom CouldNotResolveDataRef = -2016 CouldNotResolveDataRefValue CouldNotResolveDataRef = -2000 CouldNotUseAnExistingSample CouldNotResolveDataRef = -2052 DataAlreadyClosed CouldNotResolveDataRef = -2045 DataAlreadyOpenForWrite CouldNotResolveDataRef = -2044 DataNoDataRef CouldNotResolveDataRef = -2047 DataNotOpenForRead CouldNotResolveDataRef = -2042 DataNotOpenForWrite CouldNotResolveDataRef = -2043 EndOfDataReached CouldNotResolveDataRef = -2046 FeatureUnsupported CouldNotResolveDataRef = -2053 GWorldsNotSameDepthAndSizeErr CouldNotResolveDataRef = -2066 InternalQuickTimeError CouldNotResolveDataRef = -2034 InvalidChunkCache CouldNotResolveDataRef = -2040 InvalidChunkNum CouldNotResolveDataRef = -2038 InvalidDataRef CouldNotResolveDataRef = -2012 InvalidDataRefContainer CouldNotResolveDataRef = -2049 InvalidDuration CouldNotResolveDataRef = -2014 InvalidEditState CouldNotResolveDataRef = -2023 InvalidHandler CouldNotResolveDataRef = -2013 InvalidImageIndexErr CouldNotResolveDataRef = -2068 InvalidMedia CouldNotResolveDataRef = -2008 InvalidMovie CouldNotResolveDataRef = -2010 InvalidRect CouldNotResolveDataRef = -2036 InvalidSampleDescIndex CouldNotResolveDataRef = -2039 InvalidSampleDescription CouldNotResolveDataRef = -2041 InvalidSampleNum CouldNotResolveDataRef = -2037 InvalidSampleTable CouldNotResolveDataRef = -2011 InvalidSpriteIDErr CouldNotResolveDataRef = -2069 InvalidSpriteIndexErr CouldNotResolveDataRef = -2067 InvalidSpritePropertyErr CouldNotResolveDataRef = -2065 InvalidSpriteWorldPropertyErr CouldNotResolveDataRef = -2064 InvalidTime CouldNotResolveDataRef = -2015 InvalidTrack CouldNotResolveDataRef = -2009 MaxSizeToGrowTooSmall CouldNotResolveDataRef = -2027 MediaTypesDontMatch CouldNotResolveDataRef = -2018 MissingRequiredParameterErr CouldNotResolveDataRef = -2063 MovieTextNotFoundErr CouldNotResolveDataRef = -2062 MovieToolboxUninitialized CouldNotResolveDataRef = -2020 NoDataHandler CouldNotResolveDataRef = -2007 NoDefaultDataRef CouldNotResolveDataRef = -2051 NoMediaHandler CouldNotResolveDataRef = -2006 NoMovieFound CouldNotResolveDataRef = -2048 // NoRecordOfApp: A replica of the movieToolboxUninitialized error. NoRecordOfApp CouldNotResolveDataRef = -2020 NoSoundTrackInMovieErr CouldNotResolveDataRef = -2055 NoSourceTreeFoundErr CouldNotResolveDataRef = -2060 NoVideoTrackInMovieErr CouldNotResolveDataRef = -2054 NonMatchingEditState CouldNotResolveDataRef = -2024 ProgressProcAborted CouldNotResolveDataRef = -2019 SamplesAlreadyInMediaErr CouldNotResolveDataRef = -2059 SoundSupportNotAvailableErr CouldNotResolveDataRef = -2056 SourceNotFoundErr CouldNotResolveDataRef = -2061 StaleEditState CouldNotResolveDataRef = -2025 TimeNotInMedia CouldNotResolveDataRef = -2032 TimeNotInTrack CouldNotResolveDataRef = -2031 TrackIDNotFound CouldNotResolveDataRef = -2029 TrackNotInMovie CouldNotResolveDataRef = -2030 UnsupportedAuxiliaryImportData CouldNotResolveDataRef = -2057 UserDataItemNotFound CouldNotResolveDataRef = -2026 WfFileNotFound CouldNotResolveDataRef = -2021 )
func (CouldNotResolveDataRef) String ¶
func (e CouldNotResolveDataRef) String() string
type CustomBadgeResource ¶
See: https://developer.apple.com/documentation/coreservices/custombadgeresource
type CustomBadgeResourceHandle ¶
See: https://developer.apple.com/documentation/coreservices/custombadgeresourcehandle
type CustomBadgeResourcePtr ¶
See: https://developer.apple.com/documentation/coreservices/custombadgeresourceptr
type DCSDictionaryRef ¶
type DCSDictionaryRef uintptr
DCSDictionaryRef is an opaque object that represents a dictionary file.
See: https://developer.apple.com/documentation/coreservices/dcsdictionaryref
type DateDelta ¶
type DateDelta = int8
See: https://developer.apple.com/documentation/coreservices/datedelta
type DateForm ¶
type DateForm = int8
See: https://developer.apple.com/documentation/coreservices/dateform
type DateOrders ¶
type DateOrders = int8
See: https://developer.apple.com/documentation/coreservices/dateorders
type Dcm ¶
type Dcm int
const ( DcmBadDataSizeErr Dcm = -7117 DcmBadDictionaryErr Dcm = -7102 DcmBadFeatureErr Dcm = -7124 DcmBadFieldInfoErr Dcm = -7111 DcmBadFieldTypeErr Dcm = -7112 DcmBadFindMethodErr Dcm = -7118 DcmBadKeyErr Dcm = -7115 DcmBadPropertyErr Dcm = -7119 DcmBlockFullErr Dcm = -7107 DcmBufferOverflowErr Dcm = -7127 DcmDictionaryBusyErr Dcm = -7105 DcmDictionaryNotOpenErr Dcm = -7104 DcmDupRecordErr Dcm = -7109 DcmIterationCompleteErr Dcm = -7126 DcmNecessaryFieldErr Dcm = -7110 DcmNoAccessMethodErr Dcm = -7122 DcmNoFieldErr Dcm = -7113 DcmNoRecordErr Dcm = -7108 DcmNotDictionaryErr Dcm = -7101 DcmParamErr Dcm = -7100 DcmPermissionErr Dcm = -7103 DcmProtectedErr Dcm = -7121 DcmTooManyKeyErr Dcm = -7116 )
type DebugAssertOutputHandlerUPP ¶
See: https://developer.apple.com/documentation/coreservices/debugassertoutputhandlerupp
func NewDebugAssertOutputHandlerUPP
deprecated
func NewDebugAssertOutputHandlerUPP(arg0 unsafe.Pointer) DebugAssertOutputHandlerUPP
NewDebugAssertOutputHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517735-newdebugassertoutputhandlerupp
type DebugComponentCallbackUPP ¶
See: https://developer.apple.com/documentation/coreservices/debugcomponentcallbackupp
func NewDebugComponentCallbackUPP
deprecated
func NewDebugComponentCallbackUPP(arg0 unsafe.Pointer) DebugComponentCallbackUPP
NewDebugComponentCallbackUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1517764-newdebugcomponentcallbackupp
type DebuggerDisposeThreadTPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggerdisposethreadtpp
type DebuggerDisposeThreadUPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggerdisposethreadupp
func NewDebuggerDisposeThreadUPP
deprecated
func NewDebuggerDisposeThreadUPP(arg0 unsafe.Pointer) DebuggerDisposeThreadUPP
NewDebuggerDisposeThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574285-newdebuggerdisposethreadupp
type DebuggerNewThreadTPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggernewthreadtpp
type DebuggerNewThreadUPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggernewthreadupp
func NewDebuggerNewThreadUPP
deprecated
func NewDebuggerNewThreadUPP(arg0 unsafe.Pointer) DebuggerNewThreadUPP
NewDebuggerNewThreadUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574208-newdebuggernewthreadupp
type DebuggerThreadSchedulerTPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggerthreadschedulertpp
type DebuggerThreadSchedulerUPP ¶
See: https://developer.apple.com/documentation/coreservices/debuggerthreadschedulerupp
func NewDebuggerThreadSchedulerUPP
deprecated
func NewDebuggerThreadSchedulerUPP(arg0 unsafe.Pointer) DebuggerThreadSchedulerUPP
NewDebuggerThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574284-newdebuggerthreadschedulerupp
type Debugging ¶
type Debugging int
const ( DebuggingDuplicateOptionErr Debugging = -13882 DebuggingDuplicateSignatureErr Debugging = -13881 DebuggingExecutionContextErr Debugging = -13880 DebuggingInvalidNameErr Debugging = -13885 DebuggingInvalidOptionErr Debugging = -13884 DebuggingInvalidSignatureErr Debugging = -13883 DebuggingNoCallbackErr Debugging = -13886 DebuggingNoMatchErr Debugging = -13887 )
type DefaultComponent ¶ added in v0.5.1
type DefaultComponent uint
const ( // Deprecated. DefaultComponentAnyFlags DefaultComponent = 1 // Deprecated. DefaultComponentAnyFlagsAnyManufacturer DefaultComponent = 0 // Deprecated. DefaultComponentAnyFlagsAnyManufacturerAnySubType DefaultComponent = 0 // Deprecated. DefaultComponentAnyManufacturer DefaultComponent = 2 // Deprecated. DefaultComponentAnySubType DefaultComponent = 4 // Deprecated. DefaultComponentIdentical DefaultComponent = 0 )
func (DefaultComponent) String ¶ added in v0.5.1
func (e DefaultComponent) String() string
type DefaultPhysicalEntry ¶ added in v0.5.1
type DefaultPhysicalEntry uint
const ( // Deprecated. DefaultPhysicalEntryCount DefaultPhysicalEntry = 8 )
func (DefaultPhysicalEntry) String ¶ added in v0.5.1
func (e DefaultPhysicalEntry) String() string
type DeferredTaskUPP ¶
See: https://developer.apple.com/documentation/coreservices/deferredtaskupp
func NewDeferredTaskUPP
deprecated
func NewDeferredTaskUPP(arg0 unsafe.Pointer) DeferredTaskUPP
NewDeferredTaskUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1533385-newdeferredtaskupp
type DescType ¶
type DescType = uint32
DescType is specifies the type of the data stored in an AEDesc descriptor.
See: https://developer.apple.com/documentation/coreservices/desctype
type DiaeresisUprY ¶ added in v0.5.1
type DiaeresisUprY uint
const ( // Deprecated. AcuteUprA DiaeresisUprY = 231 // Deprecated. AcuteUprI DiaeresisUprY = 234 // Deprecated. AcuteUprO DiaeresisUprY = 238 // Deprecated. AcuteUprU DiaeresisUprY = 242 // Deprecated. AppleLogo DiaeresisUprY = 240 // Deprecated. BaseDblQuote DiaeresisUprY = 227 // Deprecated. BaseSingQuote DiaeresisUprY = 226 // Deprecated. BreveMark DiaeresisUprY = 249 // Deprecated. Cedilla DiaeresisUprY = 252 // Deprecated. CenteredDot DiaeresisUprY = 225 // Deprecated. Circumflex DiaeresisUprY = 246 // Deprecated. CircumflexUprA DiaeresisUprY = 229 // Deprecated. CircumflexUprE DiaeresisUprY = 230 // Deprecated. CircumflexUprI DiaeresisUprY = 235 // Deprecated. CircumflexUprO DiaeresisUprY = 239 // Deprecated. CircumflexUprU DiaeresisUprY = 243 // Deprecated. DblDagger DiaeresisUprY = 224 // Deprecated. DiaeresisUprE DiaeresisUprY = 232 // Deprecated. DiaeresisUprI DiaeresisUprY = 236 // Deprecated. DiaeresisUprYValue DiaeresisUprY = 217 // Deprecated. DotlessLwrI DiaeresisUprY = 245 // Deprecated. DoubleAcute DiaeresisUprY = 253 // Deprecated. FiLigature DiaeresisUprY = 222 // Deprecated. FlLigature DiaeresisUprY = 223 // Deprecated. Fraction DiaeresisUprY = 218 // Deprecated. GraveUprE DiaeresisUprY = 233 // Deprecated. GraveUprI DiaeresisUprY = 237 // Deprecated. GraveUprO DiaeresisUprY = 241 // Deprecated. GraveUprU DiaeresisUprY = 244 // Deprecated. Hachek DiaeresisUprY = 255 // Deprecated. IntlCurrency DiaeresisUprY = 219 // Deprecated. LeftSingGuillemet DiaeresisUprY = 220 // Deprecated. Macron DiaeresisUprY = 248 // Deprecated. Ogonek DiaeresisUprY = 254 // Deprecated. OverDot DiaeresisUprY = 250 // Deprecated. PerThousand DiaeresisUprY = 228 // Deprecated. RightSingGuillemet DiaeresisUprY = 221 // Deprecated. RingMark DiaeresisUprY = 251 // Deprecated. Tilde DiaeresisUprY = 247 )
func (DiaeresisUprY) String ¶ added in v0.5.1
func (e DiaeresisUprY) String() string
type DialogNoTimeout ¶ added in v0.5.1
type DialogNoTimeout int
const (
DialogNoTimeoutErr DialogNoTimeout = -5640
)
func (DialogNoTimeout) String ¶ added in v0.5.1
func (e DialogNoTimeout) String() string
type DigiUnimpErr ¶
type DigiUnimpErr int
const ( // BadCallOrderErr: A status call was made before being set up first. BadCallOrderErr DigiUnimpErr = -2209 // BadDepthErr: Can't digitize into the requested pixel depth. BadDepthErr DigiUnimpErr = -2207 // DigiUnimpErrValue: Digitizer feature is unimplemented. DigiUnimpErrValue DigiUnimpErr = -2201 // MatrixErr: Bad matrix; the digitizer did nothing. MatrixErr DigiUnimpErr = -2203 // NoDMAErr: Can't do DMA digitizing; that is, can't go to the requested destination. NoDMAErr DigiUnimpErr = -2208 // NoMoreKeyColorsErr: All the key indexes are in use. NoMoreKeyColorsErr DigiUnimpErr = -2205 // NotExactMatrixErr: Warning of a bad matrix; the digitizer did its best. NotExactMatrixErr DigiUnimpErr = -2204 // NotExactSizeErr: Can't digitize to the exact size requested. NotExactSizeErr DigiUnimpErr = -2206 // QtParamErr: Bad input parameter (out of range, for example). QtParamErr DigiUnimpErr = -2202 )
func (DigiUnimpErr) String ¶
func (e DigiUnimpErr) String() string
type Ds ¶
type Ds uint
const ( DsAddressErr Ds = 2 DsBadLibrary Ds = 1010 DsBusError Ds = 1 DsChkErr Ds = 5 DsCoreErr Ds = 12 DsFPErr Ds = 16 DsIOCoreErr Ds = 14 DsIllInstErr Ds = 3 DsIrqErr Ds = 13 DsLineAErr Ds = 9 DsLineFErr Ds = 10 DsLoadErr Ds = 15 DsMiscErr Ds = 11 DsMixedModeFailure Ds = 1011 DsNoPackErr Ds = 17 DsNoPk1 Ds = 18 DsNoPk2 Ds = 19 DsOvflowErr Ds = 6 DsPrivErr Ds = 7 DsTraceErr Ds = 8 DsZeroDivErr Ds = 4 )
type DsNoExtsMacsBug ¶
type DsNoExtsMacsBug int
const ( DsDisassemblerInstalled DsNoExtsMacsBug = -11 DsExtensionsDisabled DsNoExtsMacsBug = -13 DsGreeting DsNoExtsMacsBug = 40 DsMacsBugInstalled DsNoExtsMacsBug = -10 DsNoExtsDisassembler DsNoExtsMacsBug = -2 DsNoExtsMacsBugValue DsNoExtsMacsBug = -1 DsSysErr DsNoExtsMacsBug = 32767 WDEFNFnd DsNoExtsMacsBug = 87 )
func (DsNoExtsMacsBug) String ¶
func (e DsNoExtsMacsBug) String() string
type DsNoFPU ¶
type DsNoFPU uint
const ( Ds32BitMode DsNoFPU = 103 DsBadPatch DsNoFPU = 99 DsBufPtrTooLow DsNoFPU = 106 DsCantHoldSystemHeap DsNoFPU = 114 DsDirtyDisk DsNoFPU = 20004 DsForcedQuit DsNoFPU = 20002 DsGibblyMovedToDisabledFolder DsNoFPU = 117 DsLostConnectionToNetworkDisk DsNoFPU = 121 DsMBATAPISysError DsNoFPU = 29203 DsMBATASysError DsNoFPU = 29202 DsMBExternFlpySysError DsNoFPU = 29204 DsMBFlpySysError DsNoFPU = 29201 DsMBSysError DsNoFPU = 29200 DsMacOSROMVersionTooOld DsNoFPU = 120 DsMustUseFCBAccessors DsNoFPU = 119 DsNeedToWriteBootBlocks DsNoFPU = 104 DsNoFPUValue DsNoFPU = 90 DsNoPatch DsNoFPU = 98 DsNotEnoughRAMToBoot DsNoFPU = 105 DsOldSystem DsNoFPU = 102 DsPCCardATASysError DsNoFPU = 29205 DsParityErr DsNoFPU = 101 DsRAMDiskTooBig DsNoFPU = 122 DsReinsert DsNoFPU = 30 DsRemoveDisk DsNoFPU = 20003 DsSCSIWarn DsNoFPU = 20010 DsShutDownOrRestart DsNoFPU = 20000 DsShutDownOrResume DsNoFPU = 20109 DsSwitchOffOrRestart DsNoFPU = 20001 DsSystemRequiresPowerPC DsNoFPU = 116 DsUnBootableSystem DsNoFPU = 118 DsVMBadBackingStore DsNoFPU = 113 DsVMDeferredFuncTableFull DsNoFPU = 112 DsWriteToSupervisorStackGuardPage DsNoFPU = 128 ShutDownAlert DsNoFPU = 42 )
type DsNoPk3 ¶
type DsNoPk3 uint
const ( DsBadLaunch DsNoPk3 = 26 DsBadPatchHeader DsNoPk3 = 83 DsBadSANEOpcode DsNoPk3 = 81 DsBadSlotInt DsNoPk3 = 51 DsCDEFNotFound DsNoPk3 = 88 DsFSErr DsNoPk3 = 27 DsFinderErr DsNoPk3 = 41 DsHMenuFindErr DsNoPk3 = 86 DsMBarNFnd DsNoPk3 = 85 DsMDEFNotFound DsNoPk3 = 89 DsMemFullErr DsNoPk3 = 25 DsNoPk3Value DsNoPk3 = 20 DsNoPk4 DsNoPk3 = 21 DsNoPk5 DsNoPk3 = 22 DsNoPk6 DsNoPk3 = 23 DsNoPk7 DsNoPk3 = 24 DsStknHeap DsNoPk3 = 28 DsWDEFNotFound DsNoPk3 = 87 MenuPrgErr DsNoPk3 = 84 NegZcbFreeErr DsNoPk3 = 33 )
type DummyType ¶ added in v0.5.1
type DummyType uint
const ( // Deprecated. DrvQType DummyType = 3 // Deprecated. DtQType DummyType = 7 // Deprecated. DummyTypeValue DummyType = 0 // Deprecated. EvType DummyType = 4 // Deprecated. FsQType DummyType = 5 // Deprecated. IoQType DummyType = 2 // Deprecated. NmType DummyType = 8 // Deprecated. SIQType DummyType = 6 // Deprecated. VType DummyType = 1 )
type Duration ¶ added in v0.5.1
type Duration int
const ( // Deprecated. DurationDay Duration = 86400000 // Deprecated. DurationForever Duration = 2147483647 // Deprecated. DurationHour Duration = 3600000 // Deprecated. DurationMicrosecond Duration = -1 // Deprecated. DurationMillisecond Duration = 1 // Deprecated. DurationMinute Duration = 60000 // Deprecated. DurationNoWait Duration = 0 // Deprecated. DurationSecond Duration = 1000 )
func AbsoluteDeltaToDuration
deprecated
func AbsoluteDeltaToDuration(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) Duration
AbsoluteDeltaToDuration.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501245-absolutedeltatoduration
func AbsoluteToDuration
deprecated
func AbsoluteToDuration(arg0 kernel.AbsoluteTime) Duration
AbsoluteToDuration.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501266-absolutetoduration
func NanosecondsToDuration
deprecated
func NanosecondsToDuration(arg0 Nanoseconds) Duration
NanosecondsToDuration.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501257-nanosecondstoduration
type EScheme ¶ added in v0.5.1
type EScheme uint
const ( ESchemeValue EScheme = 'e'<<24 | 's'<<16 | 'c'<<8 | 'h' // 'esch' EurlAFP EScheme = 'a'<<24 | 'f'<<16 | 'p'<<8 | ' ' // 'afp ' EurlAT EScheme = 'a'<<24 | 't'<<16 | ' '<<8 | ' ' // 'at ' EurlEPPC EScheme = 'e'<<24 | 'p'<<16 | 'p'<<8 | 'c' // 'eppc' EurlFTP EScheme = 'f'<<24 | 't'<<16 | 'p'<<8 | ' ' // 'ftp ' EurlFile EScheme = 'f'<<24 | 'i'<<16 | 'l'<<8 | 'e' // 'file' EurlGopher EScheme = 'g'<<24 | 'p'<<16 | 'h'<<8 | 'r' // 'gphr' EurlHTTP EScheme = 'h'<<24 | 't'<<16 | 't'<<8 | 'p' // 'http' EurlHTTPS EScheme = 'h'<<24 | 't'<<16 | 'p'<<8 | 's' // 'htps' EurlIMAP EScheme = 'i'<<24 | 'm'<<16 | 'a'<<8 | 'p' // 'imap' EurlLDAP EScheme = 'u'<<24 | 'l'<<16 | 'd'<<8 | 'p' // 'uldp' EurlLaunch EScheme = 'l'<<24 | 'a'<<16 | 'u'<<8 | 'n' // 'laun' EurlMail EScheme = 'm'<<24 | 'a'<<16 | 'i'<<8 | 'l' // 'mail' EurlMailbox EScheme = 'm'<<24 | 'b'<<16 | 'o'<<8 | 'x' // 'mbox' EurlMessage EScheme = 'm'<<24 | 'e'<<16 | 's'<<8 | 's' // 'mess' EurlMulti EScheme = 'm'<<24 | 'u'<<16 | 'l'<<8 | 't' // 'mult' EurlNFS EScheme = 'u'<<24 | 'n'<<16 | 'f'<<8 | 's' // 'unfs' EurlNNTP EScheme = 'n'<<24 | 'n'<<16 | 't'<<8 | 'p' // 'nntp' EurlNews EScheme = 'n'<<24 | 'e'<<16 | 'w'<<8 | 's' // 'news' EurlPOP EScheme = 'u'<<24 | 'p'<<16 | 'o'<<8 | 'p' // 'upop' EurlRTSP EScheme = 'r'<<24 | 't'<<16 | 's'<<8 | 'p' // 'rtsp' EurlSNews EScheme = 's'<<24 | 'n'<<16 | 'w'<<8 | 's' // 'snws' EurlTelnet EScheme = 't'<<24 | 'l'<<16 | 'n'<<8 | 't' // 'tlnt' EurlUnknown EScheme = 'u'<<24 | 'r'<<16 | 'l'<<8 | '?' // 'url?' )
type EWS ¶ added in v0.5.1
type EWS uint
const ( // EWSArrayType: Maps to [CFArrayRef]. EWSArrayType EWS = 0 // EWSBooleanType: Maps to [CFBooleanRef]. EWSBooleanType EWS = 0 // EWSDataType: Maps to [CFDataRef]. EWSDataType EWS = 0 // EWSDateType: Maps to [CFDateRef]. EWSDateType EWS = 0 // EWSDictionaryType: Maps to [CFDictionaryRef]. EWSDictionaryType EWS = 0 // EWSDoubleType: Maps to [CFNumberRef] for long, double, or real numbers. EWSDoubleType EWS = 0 // EWSIntegerType: Maps to [CFNumberRef] for 8, 16, 32 bit integers. EWSIntegerType EWS = 0 // EWSNullType: Maps to [CFNullRef]. EWSNullType EWS = 0 // EWSStringType: Maps to [CFStringRef]. EWSStringType EWS = 0 // EWSUnknownType: No mapping is known for this type. EWSUnknownType EWS = 0 )
type EditionMgrInitErr ¶
type EditionMgrInitErr int
const ( BadEditionFileErr EditionMgrInitErr = -453 BadSectionErr EditionMgrInitErr = -451 BadSubPartErr EditionMgrInitErr = -454 ContainerAlreadyOpenWrn EditionMgrInitErr = -462 ContainerNotFoundWrn EditionMgrInitErr = -461 EditionMgrInitErrValue EditionMgrInitErr = -450 MultiplePublisherWrn EditionMgrInitErr = -460 NotRegisteredSectionErr EditionMgrInitErr = -452 NotThePublisherWrn EditionMgrInitErr = -463 )
func (EditionMgrInitErr) String ¶
func (e EditionMgrInitErr) String() string
type EraField ¶ added in v0.5.1
type EraField uint
const ( DayField EraField = 3 DayOfWeekField EraField = 7 DayOfYearField EraField = 8 EraFieldValue EraField = 0 HourField EraField = 4 MinuteField EraField = 5 MonthField EraField = 2 PmField EraField = 10 Res1Field EraField = 11 Res2Field EraField = 12 Res3Field EraField = 13 SecondField EraField = 6 WeekOfYearField EraField = 9 YearField EraField = 1 )
type EraMask ¶ added in v0.5.1
type EraMask uint
const ( DateStdMask EraMask = 127 DayMask EraMask = 8 DayOfWeekMask EraMask = 128 DayOfYearMask EraMask = 256 EraMaskValue EraMask = 1 HourMask EraMask = 16 MinuteMask EraMask = 32 MonthMask EraMask = 4 PmMask EraMask = 1024 SecondMask EraMask = 64 WeekOfYearMask EraMask = 512 YearMask EraMask = 2 )
type Err ¶
type Err int
const ( ErrAborted Err = -1279 ErrAlreadyInImagingMode Err = -5243 ErrAttention Err = -1276 ErrCannotUndo Err = -5253 ErrCppGeneral Err = -32000 ErrCppLastSystemDefinedError Err = -32020 ErrCppLastUserDefinedError Err = -32049 ErrCppbad_alloc Err = -32001 ErrCppbad_cast Err = -32002 ErrCppbad_exception Err = -32003 ErrCppbad_typeid Err = -32004 ErrCppdomain_error Err = -32006 ErrCppinvalid_argument Err = -32007 ErrCppios_base_failure Err = -32014 ErrCpplength_error Err = -32008 ErrCpplogic_error Err = -32005 ErrCppout_of_range Err = -32009 ErrCppoverflow_error Err = -32011 ErrCpprange_error Err = -32012 ErrCppruntime_error Err = -32010 ErrCppunderflow_error Err = -32013 ErrDSPQueueSize Err = -1274 ErrEmptyScrap Err = -5249 ErrEndOfBody Err = -1813 ErrEndOfDocument Err = -1812 ErrEngineNotFound Err = -5244 ErrFwdReset Err = -1275 ErrInvalidRange Err = -5246 ErrIteratorReachedEnd Err = -5245 ErrMarginWilllNotFit Err = -5241 ErrNoHiliteText Err = -5248 ErrNonContiuousAttribute Err = -5252 ErrNotInImagingMode Err = -5242 ErrOffsetInvalid Err = -1800 ErrOffsetIsOutsideOfView Err = -1801 ErrOffsetNotOnElementBounday Err = -5247 ErrOpenDenied Err = -1273 ErrOpening Err = -1277 ErrReadOnlyText Err = -5250 ErrRefNum Err = -1280 ErrState Err = -1278 ErrTopOfBody Err = -1811 ErrTopOfDocument Err = -1810 ErrUnknownAttributeTag Err = -5240 ErrUnknownElement Err = -5251 )
type ErrAE ¶
type ErrAE int
const ( // ErrAEAccessorNotFound: There is no object accessor function forthe specified object class and container type ErrAEAccessorNotFound ErrAE = -1723 // ErrAEBadKeyForm: Invalid key form. ErrAEBadKeyForm ErrAE = -10002 // ErrAEBadListItem: Operation involving a list item failed ErrAEBadListItem ErrAE = -1705 // ErrAEBadTestKey: The descriptor in a test key is neithera comparison descriptor nor a logical descriptor ErrAEBadTestKey ErrAE = -1726 // ErrAEBufferTooSmall: Buffer for [AEFlattenDesc] toosmall ErrAEBufferTooSmall ErrAE = -1741 // ErrAEBuildSyntaxError: [AEBuildDesc] andrelated functions detected a syntax error ErrAEBuildSyntaxError ErrAE = -1740 // ErrAECantHandleClass: The Apple event handler can’t handle objectsof this class. ErrAECantHandleClass ErrAE = -10010 // ErrAECantPutThatThere: In make new, duplicate, etc. ErrAECantPutThatThere ErrAE = -10024 // ErrAECantSupplyType: Can’t supply the requested descriptortype for the data. ErrAECantSupplyType ErrAE = -10009 // ErrAECantUndo: Can’t undo the previous Apple event oruser action. ErrAECantUndo ErrAE = -10015 // ErrAECoercionFail: Data could not be coerced to the requesteddescriptor type ErrAECoercionFail ErrAE = -1700 // ErrAECorruptData: Data in an Apple event could not be read ErrAECorruptData ErrAE = -1702 // ErrAEDescIsNull: Attempt to perform an invalid operationon a null descriptor ErrAEDescIsNull ErrAE = -1739 // ErrAEDescNotFound: Descriptor was not found ErrAEDescNotFound ErrAE = -1701 // ErrAEDuplicateHandler: Attempt to install handler in table foridentical class and ID (1.1 or greater) ErrAEDuplicateHandler ErrAE = -1736 // ErrAEEmptyListContainer: The container for an Apple event objectis specified by an empty list ErrAEEmptyListContainer ErrAE = -1730 // ErrAEEventFailed: Apple event handler failed. ErrAEEventFailed ErrAE = -10000 // ErrAEEventFiltered: Event has been filtered and should not bepropagated (1.1 or greater) ErrAEEventFiltered ErrAE = -1735 // ErrAEEventNotHandled: Event wasn’t handled by an Apple eventhandler ErrAEEventNotHandled ErrAE = -1708 ErrAEEventNotPermitted ErrAE = -1743 // ErrAEHandlerNotFound: No handler found for an Apple event ErrAEHandlerNotFound ErrAE = -1717 // ErrAEIllegalIndex: Not a valid list index ErrAEIllegalIndex ErrAE = -1719 // ErrAEImpossibleRange: The range is not valid because it is impossiblefor a range to include the first and last objects that were specified;an example is a range in which the offset of the first object is greaterthan the offset of the last object ErrAEImpossibleRange ErrAE = -1720 // ErrAEInTransaction: Couldn’t handle this command because itwasn’t part of the current transaction. ErrAEInTransaction ErrAE = -10011 // ErrAEIndexTooLarge: The index of the event is too large to bevalid. ErrAEIndexTooLarge ErrAE = -10007 ErrAELocalOnly ErrAE = -10016 // ErrAENegativeCount: An object-counting function returned a negativeresult ErrAENegativeCount ErrAE = -1729 // ErrAENewerVersion: Need a newer version of the Apple EventManager ErrAENewerVersion ErrAE = -1706 // ErrAENoSuchLogical: The logical operator in a logical descriptoris not `kAEAND`, `kAEOR`,or `kAENOT` ErrAENoSuchLogical ErrAE = -1725 // ErrAENoSuchObject: Runtime resolution of an object failed. ErrAENoSuchObject ErrAE = -1728 // ErrAENoSuchTransaction: The transaction to which this command belongedisn’t a valid transaction. ErrAENoSuchTransaction ErrAE = -10012 // ErrAENoUserInteraction: No user interaction allowed ErrAENoUserInteraction ErrAE = -1713 // ErrAENoUserSelection: There is no user selection. ErrAENoUserSelection ErrAE = -10013 // ErrAENotAEDesc: Not a valid descriptor ErrAENotAEDesc ErrAE = -1704 // ErrAENotASingleObject: Handler only handles single objects. ErrAENotASingleObject ErrAE = -10014 // ErrAENotASpecialFunction: Wrong keyword for a special function ErrAENotASpecialFunction ErrAE = -1714 // ErrAENotAnElement: The specified object is a property, notan element. ErrAENotAnElement ErrAE = -10008 // ErrAENotAnEnumMember: Enumerated value in [SetData] is notallowed for this property ErrAENotAnEnumMember ErrAE = -10023 ErrAENotAnObjSpec ErrAE = -1727 // ErrAENotAppleEvent: The event is not in AppleEvent format. ErrAENotAppleEvent ErrAE = -1707 // ErrAENotModifiable: Can't set <object or data> to <object or data>. ErrAENotModifiable ErrAE = -10003 // ErrAEParamMissed: A required parameter was not accessed. ErrAEParamMissed ErrAE = -1715 // ErrAEPrivilegeError: A privilege violation occurred. ErrAEPrivilegeError ErrAE = -10004 // ErrAEPropertiesClash: Illegal combination of properties settingsfor SetData, make new, or duplicate ErrAEPropertiesClash ErrAE = -10025 // ErrAEReadDenied: The read operation was not allowed. ErrAEReadDenied ErrAE = -10005 // ErrAEReceiveEscapeCurrent: Break out of lowest level only of [AEReceive] (1.1or greater) ErrAEReceiveEscapeCurrent ErrAE = -1734 // ErrAEReceiveTerminate: Break out of all levels of [AEReceive] tothe topmost (1.1 or greater) ErrAEReceiveTerminate ErrAE = -1733 // ErrAERecordingIsAlreadyOn: Recording is already on ErrAERecordingIsAlreadyOn ErrAE = -1732 // ErrAEReplyNotArrived: Reply has not yet arrived ErrAEReplyNotArrived ErrAE = -1718 // ErrAEReplyNotValid: [AEResetTimer] was passed an invalid reply ErrAEReplyNotValid ErrAE = -1709 // ErrAEStreamAlreadyConverted: Attempt to convert a stream that has alreadybeen converted ErrAEStreamAlreadyConverted ErrAE = -1738 // ErrAEStreamBadNesting: Nesting violation while streaming ErrAEStreamBadNesting ErrAE = -1737 ErrAETargetAddressNotPermitted ErrAE = -1742 // ErrAETimeout: Apple event timed out ErrAETimeout ErrAE = -1712 // ErrAETypeError: A descriptor type mismatch occurred. ErrAETypeError ErrAE = -10001 // ErrAEUnknownAddressType: Unknown Apple event address type ErrAEUnknownAddressType ErrAE = -1716 // ErrAEUnknownObjectType: The object type isn’t recognized ErrAEUnknownObjectType ErrAE = -1731 // ErrAEUnknownSendMode: Invalid sending mode was passed ErrAEUnknownSendMode ErrAE = -1710 // ErrAEWaitCanceled: User canceled out of wait loop for replyor receipt ErrAEWaitCanceled ErrAE = -1711 // ErrAEWriteDenied: Can't set <object or data> to <object or data>. ErrAEWriteDenied ErrAE = -10006 // ErrAEWrongDataType: Wrong descriptor type ErrAEWrongDataType ErrAE = -1703 // ErrAEWrongNumberArgs: The number of operands provided for the `kAENOT` logicaloperator is not 1 ErrAEWrongNumberArgs ErrAE = -1721 )
type ErrAEEventWouldRequireUser ¶ added in v0.5.1
type ErrAEEventWouldRequireUser int
const (
ErrAEEventWouldRequireUserConsent ErrAEEventWouldRequireUser = -1744
)
func (ErrAEEventWouldRequireUser) String ¶ added in v0.5.1
func (e ErrAEEventWouldRequireUser) String() string
type ErrAS ¶
type ErrAS int
const ( // ErrASCantCompareMoreThan32k: Can’t perform operation on text longerthan 32K bytes. ErrASCantCompareMoreThan32k ErrAS = -2721 // ErrASCantConsiderAndIgnore: Can’t both consider and ignore <attribute>. ErrASCantConsiderAndIgnore ErrAS = -2720 // ErrASIllegalFormalParameter: <name> is illegal as a formal parameter. ErrASIllegalFormalParameter ErrAS = -2761 ErrASInconsistentNames ErrAS = -2780 // ErrASNoResultReturned: No result was returned for some argumentof this expression. ErrASNoResultReturned ErrAS = -2763 // ErrASParameterNotForEvent: <name> is not a parameter name for the event <event>. ErrASParameterNotForEvent ErrAS = -2762 // ErrASTerminologyNestingTooDeep: Tell statements are nested too deeply. ErrASTerminologyNestingTooDeep ErrAS = -2760 )
type ErrCoreEndianData ¶
type ErrCoreEndianData int
const ( ErrCoreEndianDataDoesNotMatchFormat ErrCoreEndianData = -4942 ErrCoreEndianDataTooLongForFormat ErrCoreEndianData = -4941 ErrCoreEndianDataTooShortForFormat ErrCoreEndianData = -4940 )
func (ErrCoreEndianData) String ¶
func (e ErrCoreEndianData) String() string
type ErrIA ¶
type ErrIA int
const ( ErrIAAllocationErr ErrIA = -5381 ErrIABufferTooSmall ErrIA = -5384 ErrIACanceled ErrIA = -5385 ErrIAEndOfTextRun ErrIA = -5388 ErrIAInvalidDocument ErrIA = -5386 ErrIANoErr ErrIA = 0 ErrIANoMoreItems ErrIA = -5383 ErrIAParamErr ErrIA = -5382 ErrIATextExtractionErr ErrIA = -5387 ErrIAUnknownErr ErrIA = -5380 )
type ErrInvalidWindowPtr ¶
type ErrInvalidWindowPtr int
const ( ErrCorruptWindowDescription ErrInvalidWindowPtr = -5606 ErrFloatingWindowsNotInitialized ErrInvalidWindowPtr = -5609 ErrInvalidWindowProperty ErrInvalidWindowPtr = -5603 ErrInvalidWindowPtrValue ErrInvalidWindowPtr = -5600 ErrInvalidWindowRef ErrInvalidWindowPtr = -5600 ErrUnrecognizedWindowClass ErrInvalidWindowPtr = -5605 ErrUnsupportedWindowAttributesForClass ErrInvalidWindowPtr = -5601 ErrUserWantsToDragWindow ErrInvalidWindowPtr = -5607 ErrWindowDoesNotFitOnscreen ErrInvalidWindowPtr = -5611 ErrWindowDoesNotHaveProxy ErrInvalidWindowPtr = -5602 ErrWindowDoesntSupportFocus ErrInvalidWindowPtr = -30583 ErrWindowNotFound ErrInvalidWindowPtr = -5610 ErrWindowPropertyNotFound ErrInvalidWindowPtr = -5604 ErrWindowRegionCodeInvalid ErrInvalidWindowPtr = -30593 ErrWindowsAlreadyInitialized ErrInvalidWindowPtr = -5608 WindowAppModalStateAlreadyExistsErr ErrInvalidWindowPtr = -5617 WindowAttributeImmutableErr ErrInvalidWindowPtr = -5612 WindowAttributesConflictErr ErrInvalidWindowPtr = -5613 WindowGroupInvalidErr ErrInvalidWindowPtr = -5616 WindowManagerInternalErr ErrInvalidWindowPtr = -5614 WindowNoAppModalStateErr ErrInvalidWindowPtr = -5618 WindowWrongStateErr ErrInvalidWindowPtr = -5615 )
func (ErrInvalidWindowPtr) String ¶
func (e ErrInvalidWindowPtr) String() string
type ErrKC ¶
type ErrKC int
const ( ErrKCAuthFailed ErrKC = -25293 ErrKCBufferTooSmall ErrKC = -25301 ErrKCCreateChainFailed ErrKC = -25318 ErrKCDataNotAvailable ErrKC = -25316 ErrKCDataNotModifiable ErrKC = -25317 ErrKCDataTooLarge ErrKC = -25302 ErrKCDuplicateCallback ErrKC = -25297 ErrKCDuplicateItem ErrKC = -25299 ErrKCDuplicateKeychain ErrKC = -25296 ErrKCInteractionNotAllowed ErrKC = -25308 ErrKCInteractionRequired ErrKC = -25315 ErrKCInvalidCallback ErrKC = -25298 ErrKCInvalidItemRef ErrKC = -25304 ErrKCInvalidKeychain ErrKC = -25295 ErrKCInvalidSearchRef ErrKC = -25305 ErrKCItemNotFound ErrKC = -25300 ErrKCKeySizeNotAllowed ErrKC = -25311 ErrKCNoCertificateModule ErrKC = -25313 ErrKCNoDefaultKeychain ErrKC = -25307 ErrKCNoPolicyModule ErrKC = -25314 ErrKCNoStorageModule ErrKC = -25312 ErrKCNoSuchAttr ErrKC = -25303 ErrKCNoSuchClass ErrKC = -25306 ErrKCNoSuchKeychain ErrKC = -25294 ErrKCNotAvailable ErrKC = -25291 ErrKCReadOnly ErrKC = -25292 ErrKCReadOnlyAttr ErrKC = -25309 ErrKCWrongKCVersion ErrKC = -25310 )
type ErrMessageNotSupported ¶
type ErrMessageNotSupported int
const ( ControlHandleInvalidErr ErrMessageNotSupported = -30599 ControlInvalidDataVersionErr ErrMessageNotSupported = -30597 ControlPropertyInvalid ErrMessageNotSupported = -5603 ControlPropertyNotFoundErr ErrMessageNotSupported = -5604 ErrCantEmbedIntoSelf ErrMessageNotSupported = -30594 ErrCantEmbedRoot ErrMessageNotSupported = -30595 ErrControlDoesntSupportFocus ErrMessageNotSupported = -30582 ErrControlHiddenOrDisabled ErrMessageNotSupported = -30592 ErrControlIsNotEmbedder ErrMessageNotSupported = -30590 ErrControlsAlreadyExist ErrMessageNotSupported = -30589 ErrCouldntSetFocus ErrMessageNotSupported = -30585 ErrDataNotSupported ErrMessageNotSupported = -30581 ErrDataSizeMismatch ErrMessageNotSupported = -30591 ErrInvalidPartCode ErrMessageNotSupported = -30588 ErrItemNotControl ErrMessageNotSupported = -30596 ErrMessageNotSupportedValue ErrMessageNotSupported = -30580 ErrNoRootControl ErrMessageNotSupported = -30586 ErrRootAlreadyExists ErrMessageNotSupported = -30587 ErrUnknownControl ErrMessageNotSupported = -30584 )
func (ErrMessageNotSupported) String ¶
func (e ErrMessageNotSupported) String() string
type ErrOSA ¶
type ErrOSA int
const ( ErrOSAAppNotHighLevelEventAware ErrOSA = -2704 ErrOSABadSelector ErrOSA = -1754 ErrOSABadStorageType ErrOSA = -1752 ErrOSACantAccess ErrOSA = -1728 ErrOSACantAssign ErrOSA = -10006 ErrOSACantCoerce ErrOSA = -1700 ErrOSACantCreate ErrOSA = -2710 ErrOSACantGetTerminology ErrOSA = -2709 ErrOSACantLaunch ErrOSA = -2703 ErrOSACantOpenComponent ErrOSA = -1762 ErrOSACantStorePointers ErrOSA = -1763 ErrOSAComponentMismatch ErrOSA = -1761 ErrOSACorruptData ErrOSA = -1702 ErrOSACorruptTerminology ErrOSA = -2705 ErrOSADataBlockTooLarge ErrOSA = -2708 ErrOSADataFormatObsolete ErrOSA = -1758 ErrOSADataFormatTooNew ErrOSA = -1759 ErrOSADivideByZero ErrOSA = -2701 ErrOSAGeneralError ErrOSA = -2700 ErrOSAInternalTableOverflow ErrOSA = -2707 ErrOSAInvalidID ErrOSA = -1751 ErrOSANoSuchDialect ErrOSA = -1757 ErrOSANumericOverflow ErrOSA = -2702 ErrOSARecordingIsAlreadyOn ErrOSA = -1732 ErrOSAScriptError ErrOSA = -1753 ErrOSASourceNotAvailable ErrOSA = -1756 ErrOSAStackOverflow ErrOSA = -2706 ErrOSASystemError ErrOSA = -1750 )
type ErrOSATypeError ¶
type ErrOSATypeError int
const ( ErrOSATypeErrorValue ErrOSATypeError = -1703 OSAControlFlowError ErrOSATypeError = -2755 OSADuplicateHandler ErrOSATypeError = -2752 OSADuplicateParameter ErrOSATypeError = -2750 OSADuplicateProperty ErrOSATypeError = -2751 OSAIllegalAccess ErrOSATypeError = -1723 OSAIllegalAssign ErrOSATypeError = -10003 OSAIllegalIndex ErrOSATypeError = -1719 OSAIllegalRange ErrOSATypeError = -1720 OSAInconsistentDeclarations ErrOSATypeError = -2754 OSAMessageNotUnderstood ErrOSATypeError = -1708 OSAMissingParameter ErrOSATypeError = -1701 OSAParameterMismatch ErrOSATypeError = -1721 OSASyntaxError ErrOSATypeError = -2740 OSASyntaxTypeError ErrOSATypeError = -2741 OSATokenTooLong ErrOSATypeError = -2742 OSAUndefinedHandler ErrOSATypeError = -1717 OSAUndefinedVariable ErrOSATypeError = -2753 )
func (ErrOSATypeError) String ¶
func (e ErrOSATypeError) String() string
type ErrTaskNot ¶ added in v0.5.1
type ErrTaskNot int
const (
ErrTaskNotFound ErrTaskNot = -10780
)
func (ErrTaskNot) String ¶ added in v0.5.1
func (e ErrTaskNot) String() string
type ErrWS ¶ added in v0.5.1
type ErrWS int
const ( // ErrWSInternalError: An internal framework error occured. ErrWSInternalError ErrWS = -65793 // ErrWSParseError: The server response was not valid XML. ErrWSParseError ErrWS = -65795 // ErrWSTimeoutError: The method invocation timed out. ErrWSTimeoutError ErrWS = -65796 // ErrWSTransportError: A network error occured. ErrWSTransportError ErrWS = -65794 )
type ExceptionHandler ¶
type ExceptionHandler = uintptr
See: https://developer.apple.com/documentation/coreservices/exceptionhandler
type ExceptionHandlerTPP ¶
See: https://developer.apple.com/documentation/coreservices/exceptionhandlertpp
func InstallExceptionHandler
deprecated
func InstallExceptionHandler(arg0 ExceptionHandlerTPP) ExceptionHandlerTPP
InstallExceptionHandler.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1500730-installexceptionhandler
type ExceptionHandlerUPP ¶
See: https://developer.apple.com/documentation/coreservices/exceptionhandlerupp
func NewExceptionHandlerUPP
deprecated
func NewExceptionHandlerUPP(arg0 unsafe.Pointer) ExceptionHandlerUPP
NewExceptionHandlerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1500655-newexceptionhandlerupp
type ExceptionInformation ¶
See: https://developer.apple.com/documentation/coreservices/exceptioninformation
type ExceptionInformationPowerPC ¶
See: https://developer.apple.com/documentation/coreservices/exceptioninformationpowerpc
type ExceptionKind ¶
type ExceptionKind = uint
See: https://developer.apple.com/documentation/coreservices/exceptionkind
type ExtCommonChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/extcommonchunkptr
type ExtComponentResource ¶
See: https://developer.apple.com/documentation/coreservices/extcomponentresource
type ExtComponentResourceHandle ¶
See: https://developer.apple.com/documentation/coreservices/extcomponentresourcehandle
type ExtComponentResourcePtr ¶
See: https://developer.apple.com/documentation/coreservices/extcomponentresourceptr
type ExtendedFileInfo ¶
See: https://developer.apple.com/documentation/coreservices/extendedfileinfo
type ExtendedFolderInfo ¶
See: https://developer.apple.com/documentation/coreservices/extendedfolderinfo
type FFormatOK ¶ added in v0.5.1
type FFormatOK uint
const ( // Deprecated. FBadPartsTable FFormatOK = 10 // Deprecated. FBestGuess FFormatOK = 1 // Deprecated. FEmptyFormatString FFormatOK = 13 // Deprecated. FExtraDecimal FFormatOK = 5 // Deprecated. FExtraExp FFormatOK = 7 // Deprecated. FExtraPercent FFormatOK = 11 // Deprecated. FExtraSeparator FFormatOK = 12 // Deprecated. FFormStrIsNAN FFormatOK = 9 // Deprecated. FFormatOKValue FFormatOK = 0 // Deprecated. FFormatOverflow FFormatOK = 8 // Deprecated. FMissingDelimiter FFormatOK = 4 // Deprecated. FMissingLiteral FFormatOK = 6 // Deprecated. FOutOfSynch FFormatOK = 2 // Deprecated. FSpuriousChars FFormatOK = 3 )
type FNMessage ¶
type FNMessage = uint32
See: https://developer.apple.com/documentation/coreservices/fnmessage
type FNSubscriptionRef ¶
type FNSubscriptionRef uintptr
See: https://developer.apple.com/documentation/coreservices/fnsubscriptionref
type FNSubscriptionUPP ¶
See: https://developer.apple.com/documentation/coreservices/fnsubscriptionupp
func NewFNSubscriptionUPP
deprecated
func NewFNSubscriptionUPP(arg0 unsafe.Pointer) FNSubscriptionUPP
NewFNSubscriptionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566945-newfnsubscriptionupp
type FPRegIntel ¶
type FPRegIntel = uint8
See: https://developer.apple.com/documentation/coreservices/fpregintel
type FPUInformationIntel64 ¶
See: https://developer.apple.com/documentation/coreservices/fpuinformationintel64
type FPUInformationPowerPC ¶
See: https://developer.apple.com/documentation/coreservices/fpuinformationpowerpc
type FSAliasInfo ¶
FSAliasInfo is defines an information block passed to the [FSCopyAliasInfo] function.
See: https://developer.apple.com/documentation/coreservices/fsaliasinfo
type FSAliasInfoBitmap ¶
type FSAliasInfoBitmap = uint32
FSAliasInfoBitmap is returned by the [FSCopyAliasInfo] function to indicate which fields of the alias information structure contain valid data.
See: https://developer.apple.com/documentation/coreservices/fsaliasinfobitmap
type FSAllocationFlags ¶
type FSAllocationFlags = uint16
See: https://developer.apple.com/documentation/coreservices/fsallocationflags
type FSCatalogBulkParam ¶
See: https://developer.apple.com/documentation/coreservices/fscatalogbulkparam
type FSCatalogBulkParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fscatalogbulkparamptr
type FSCatalogInfoBitmap ¶
type FSCatalogInfoBitmap = uint32
See: https://developer.apple.com/documentation/coreservices/fscataloginfobitmap
type FSCatalogInfoPtr ¶
See: https://developer.apple.com/documentation/coreservices/fscataloginfoptr
type FSEjectStatus ¶
type FSEjectStatus = uint32
See: https://developer.apple.com/documentation/coreservices/fsejectstatus
type FSEventStreamCallback ¶
type FSEventStreamCallback = func(ConstFSEventStreamRef, unsafe.Pointer, int, unsafe.Pointer, objectivec.IObject, objectivec.IObject)
See: https://developer.apple.com/documentation/coreservices/fseventstreamcallback
type FSEventStreamContext ¶
type FSEventStreamContext struct {
Version int // Currently the only valid value is zero.
Info unsafe.Pointer // An arbitrary client-defined value (for instance, a pointer) to be associated with the stream and passed to the callback when it is invoked. If a non-NULL value is supplied for the retain callback the framework will use it to retain this value. If a non-NULL value is supplied for the release callback then when the stream is deallocated it will be used to release this value. This can be NULL.
Retain corefoundation.CFAllocatorRetainCallBack // The callback used retain the info pointer. This can be NULL.
Release corefoundation.CFAllocatorReleaseCallBack // The callback used release a retain on the info pointer. This can be NULL.
CopyDescription corefoundation.CFAllocatorCopyDescriptionCallBack // The callback used to create a descriptive string representation of the info pointer (or the data pointed to by the info pointer) for debugging purposes. This can be NULL.
}
FSEventStreamContext
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/fseventstreamcontext
type FSEventStreamCreateFlags ¶
type FSEventStreamCreateFlags = uint32
See: https://developer.apple.com/documentation/coreservices/fseventstreamcreateflags
type FSEventStreamEventFlags ¶
type FSEventStreamEventFlags = uint32
See: https://developer.apple.com/documentation/coreservices/fseventstreameventflags
type FSEventStreamEventId ¶
type FSEventStreamEventId = uint64
See: https://developer.apple.com/documentation/coreservices/fseventstreameventid
type FSEventStreamRef ¶
type FSEventStreamRef uintptr
See: https://developer.apple.com/documentation/coreservices/fseventstreamref
type FSFileOperationClientContext ¶
See: https://developer.apple.com/documentation/coreservices/fsfileoperationclientcontext
type FSFileOperationRef ¶
type FSFileOperationRef uintptr
See: https://developer.apple.com/documentation/coreservices/fsfileoperationref
func FSFileOperationCreate
deprecated
func FSFileOperationCreate(arg0 corefoundation.CFAllocatorRef) FSFileOperationRef
FSFileOperationCreate.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566666-fsfileoperationcreate
type FSFileOperationStage ¶
type FSFileOperationStage = uint32
See: https://developer.apple.com/documentation/coreservices/fsfileoperationstage
type FSFileSecurityRef ¶
type FSFileSecurityRef uintptr
See: https://developer.apple.com/documentation/coreservices/fsfilesecurityref
func FSFileSecurityCreate
deprecated
func FSFileSecurityCreate(arg0 corefoundation.CFAllocatorRef) FSFileSecurityRef
FSFileSecurityCreate.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565742-fsfilesecuritycreate
func FSFileSecurityCreateWithFSPermissionInfo
deprecated
func FSFileSecurityCreateWithFSPermissionInfo(arg0 corefoundation.CFAllocatorRef, arg1 FSPermissionInfo) FSFileSecurityRef
FSFileSecurityCreateWithFSPermissionInfo.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566954-fsfilesecuritycreatewithfspermis
func FSFileSecurityRefCreateCopy
deprecated
func FSFileSecurityRefCreateCopy(arg0 corefoundation.CFAllocatorRef, arg1 FSFileSecurityRef) FSFileSecurityRef
FSFileSecurityRefCreateCopy.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566223-fsfilesecurityrefcreatecopy
type FSForkCBInfoParam ¶
See: https://developer.apple.com/documentation/coreservices/fsforkcbinfoparam
type FSForkCBInfoParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fsforkcbinfoparamptr
type FSForkIOParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fsforkioparamptr
type FSForkInfoFlags ¶
type FSForkInfoFlags = uint8
See: https://developer.apple.com/documentation/coreservices/fsforkinfoflags
type FSIORefNum ¶
type FSIORefNum = int
See: https://developer.apple.com/documentation/coreservices/fsiorefnum
type FSIterator ¶
type FSIterator = uintptr
See: https://developer.apple.com/documentation/coreservices/fsiterator
type FSIteratorFlags ¶
type FSIteratorFlags = objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/fsiteratorflags
type FSMountStatus ¶
type FSMountStatus = uint32
See: https://developer.apple.com/documentation/coreservices/fsmountstatus
type FSPermissionInfo ¶
See: https://developer.apple.com/documentation/coreservices/fspermissioninfo
type FSRangeLockParam ¶
See: https://developer.apple.com/documentation/coreservices/fsrangelockparam
type FSRangeLockParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fsrangelockparamptr
type FSRef ¶
type FSRef uintptr
FSRef is identifies a directory or file, including a volume’s root directory.
See: https://developer.apple.com/documentation/coreservices/fsref
type FSRefForkIOParam ¶
See: https://developer.apple.com/documentation/coreservices/fsrefforkioparam
type FSRefForkIOParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fsrefforkioparamptr
type FSRefPtr ¶
type FSRefPtr = objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/fsrefptr
type FSSearchParamsPtr ¶
See: https://developer.apple.com/documentation/coreservices/fssearchparamsptr
type FSSpecPtr ¶
type FSSpecPtr = objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/fsspecptr
type FSUnmountStatus ¶
type FSUnmountStatus = uint32
See: https://developer.apple.com/documentation/coreservices/fsunmountstatus
type FSVolumeEjectUPP ¶
See: https://developer.apple.com/documentation/coreservices/fsvolumeejectupp
func NewFSVolumeEjectUPP
deprecated
func NewFSVolumeEjectUPP(arg0 unsafe.Pointer) FSVolumeEjectUPP
NewFSVolumeEjectUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1566367-newfsvolumeejectupp
type FSVolumeInfoBitmap ¶
type FSVolumeInfoBitmap = uint32
See: https://developer.apple.com/documentation/coreservices/fsvolumeinfobitmap
type FSVolumeInfoParam ¶
See: https://developer.apple.com/documentation/coreservices/fsvolumeinfoparam
type FSVolumeInfoParamPtr ¶
See: https://developer.apple.com/documentation/coreservices/fsvolumeinfoparamptr
type FSVolumeMountUPP ¶
See: https://developer.apple.com/documentation/coreservices/fsvolumemountupp
func NewFSVolumeMountUPP
deprecated
func NewFSVolumeMountUPP(arg0 unsafe.Pointer) FSVolumeMountUPP
NewFSVolumeMountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565615-newfsvolumemountupp
type FSVolumeOperation ¶
type FSVolumeOperation = uintptr
See: https://developer.apple.com/documentation/coreservices/fsvolumeoperation
type FSVolumeRefNum ¶
type FSVolumeRefNum = int16
See: https://developer.apple.com/documentation/coreservices/fsvolumerefnum
type FSVolumeUnmountUPP ¶
See: https://developer.apple.com/documentation/coreservices/fsvolumeunmountupp
func NewFSVolumeUnmountUPP
deprecated
func NewFSVolumeUnmountUPP(arg0 unsafe.Pointer) FSVolumeUnmountUPP
NewFSVolumeUnmountUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565539-newfsvolumeunmountupp
type FatalDateTime ¶ added in v0.5.1
type FatalDateTime uint
const ( CantReadUtilities FatalDateTime = 33280 DateTimeInvalid FatalDateTime = 34816 DateTimeNotFound FatalDateTime = 33792 ExtraneousStrings FatalDateTime = 16 FatalDateTimeValue FatalDateTime = 32768 FieldOrderNotIntl FatalDateTime = 8 LeftOverChars FatalDateTime = 2 LongDateFound FatalDateTime = 1 SepNotConsistent FatalDateTime = 64 SepNotIntlSep FatalDateTime = 4 TokenErr FatalDateTime = 33024 TooManySeps FatalDateTime = 32 )
func (FatalDateTime) String ¶ added in v0.5.1
func (e FatalDateTime) String() string
type FidNotFound ¶
type FidNotFound int
const ( BadFCBErr FidNotFound = -1327 BadFidErr FidNotFound = -1307 CatChangedErr FidNotFound = -1304 DesktopDamagedErr FidNotFound = -1305 DiffVolErr FidNotFound = -1303 EnvBadVers FidNotFound = -5501 EnvNotPresent FidNotFound = -5500 EnvVersTooBig FidNotFound = -5502 ErrFSAttributeNotFound FidNotFound = -1427 ErrFSBadAllocFlags FidNotFound = -1413 ErrFSBadBuffer FidNotFound = -1403 ErrFSBadFSRef FidNotFound = -1401 ErrFSBadForkName FidNotFound = -1402 ErrFSBadForkRef FidNotFound = -1404 ErrFSBadInfoBitmap FidNotFound = -1405 ErrFSBadItemCount FidNotFound = -1418 ErrFSBadIteratorFlags FidNotFound = -1422 ErrFSBadPosMode FidNotFound = -1412 ErrFSBadSearchParams FidNotFound = -1419 ErrFSForkExists FidNotFound = -1421 ErrFSForkNotFound FidNotFound = -1409 ErrFSIteratorNotFound FidNotFound = -1423 ErrFSIteratorNotSupported FidNotFound = -1424 ErrFSMissingCatInfo FidNotFound = -1406 ErrFSMissingName FidNotFound = -1411 ErrFSNameTooLong FidNotFound = -1410 ErrFSNoMoreItems FidNotFound = -1417 ErrFSNotAFolder FidNotFound = -1407 ErrFSNotEnoughSpaceForOperation FidNotFound = -1429 ErrFSOperationNotSupported FidNotFound = -1426 ErrFSPropertyNotValid FidNotFound = -1428 ErrFSQuotaExceeded FidNotFound = -1425 ErrFSRefsDifferent FidNotFound = -1420 ErrFSUnknownCall FidNotFound = -1400 FidExists FidNotFound = -1301 FidNotFoundValue FidNotFound = -1300 FileBoundsErr FidNotFound = -1309 FirstDskErr FidNotFound = -84 FontDecError FidNotFound = -64 FontNotDeclared FidNotFound = -65 FontNotOutlineErr FidNotFound = -32615 FontSubErr FidNotFound = -66 FsDataTooBigErr FidNotFound = -1310 LastDskErr FidNotFound = -64 NoDriveErr FidNotFound = -64 NoNybErr FidNotFound = -66 NotAFileErr FidNotFound = -1302 NotARemountErr FidNotFound = -1308 OffLinErr FidNotFound = -65 SameFileErr FidNotFound = -1306 VolVMBusyErr FidNotFound = -1311 )
func (FidNotFound) String ¶
func (e FidNotFound) String() string
type FirstPickerError ¶
type FirstPickerError int
const ( BadProfileError FirstPickerError = -4008 CantCreatePickerWindow FirstPickerError = -4004 CantLoadPackage FirstPickerError = -4005 CantLoadPicker FirstPickerError = -4003 ColorSyncNotInstalled FirstPickerError = -4007 FirstPickerErrorValue FirstPickerError = -4000 InvalidPickerType FirstPickerError = -4000 NoHelpForItem FirstPickerError = -4009 PickerCantLive FirstPickerError = -4006 PickerResourceError FirstPickerError = -4002 RequiredFlagsDontMatch FirstPickerError = -4001 )
func (FirstPickerError) String ¶
func (e FirstPickerError) String() string
type FolderClass ¶
type FolderClass = uint32
See: https://developer.apple.com/documentation/coreservices/folderclass
type FolderDescFlags ¶
type FolderDescFlags = uint32
See: https://developer.apple.com/documentation/coreservices/folderdescflags
type FolderLocation ¶
type FolderLocation = uint32
See: https://developer.apple.com/documentation/coreservices/folderlocation
type FolderManagerNotificationUPP ¶
See: https://developer.apple.com/documentation/coreservices/foldermanagernotificationupp
func NewFolderManagerNotificationUPP
deprecated
func NewFolderManagerNotificationUPP(arg0 unsafe.Pointer) FolderManagerNotificationUPP
NewFolderManagerNotificationUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1389484-newfoldermanagernotificationupp
type FolderRoutingPtr ¶
See: https://developer.apple.com/documentation/coreservices/folderroutingptr
type FolderType ¶
type FolderType = uint32
See: https://developer.apple.com/documentation/coreservices/foldertype
type Form ¶
type Form uint
const ( // FormAbsolutePosition: # Discussion FormAbsolutePosition Form = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'x' // 'indx' // FormName: Specifies the Apple event object by name. FormName Form = 'n'<<24 | 'a'<<16 | 'm'<<8 | 'e' // 'name' // FormPropertyID: Specifies the property ID for an element’s property. FormPropertyID Form = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop' // FormRange: # Discussion FormRange Form = 'r'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'rang' // FormRelativePosition: # Discussion FormRelativePosition Form = 'r'<<24 | 'e'<<16 | 'l'<<8 | 'e' // 'rele' // FormTest: # Discussion FormTest Form = 't'<<24 | 'e'<<16 | 's'<<8 | 't' // 'test' // FormUniqueID: Specifies a value that uniquely identifies an object within its container or across an application. FormUniqueID Form = 'I'<<24 | 'D'<<16 | ' '<<8 | ' ' // 'ID ' )
type FormatClass ¶
type FormatClass = int8
See: https://developer.apple.com/documentation/coreservices/formatclass
type FormatResultType ¶
type FormatResultType = int8
See: https://developer.apple.com/documentation/coreservices/formatresulttype
type FormatStatus ¶
type FormatStatus = int16
See: https://developer.apple.com/documentation/coreservices/formatstatus
type FormatVersionChunk ¶
See: https://developer.apple.com/documentation/coreservices/formatversionchunk
type FormatVersionChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/formatversionchunkptr
type FsSB ¶ added in v0.5.1
type FsSB uint
const ( FsSBAccessDate FsSB = 131072 FsSBAccessDateBit FsSB = 17 FsSBAttributeModDate FsSB = 65536 FsSBAttributeModDateBit FsSB = 16 FsSBDrBkDat FsSB = 2048 FsSBDrBkDatBit FsSB = 11 FsSBDrCrDat FsSB = 512 FsSBDrCrDatBit FsSB = 9 FsSBDrFndrInfo FsSB = 4096 FsSBDrFndrInfoBit FsSB = 12 FsSBDrMdDat FsSB = 1024 FsSBDrMdDatBit FsSB = 10 FsSBDrNmFls FsSB = 16 FsSBDrNmFlsBit FsSB = 4 FsSBDrParID FsSB = 8192 FsSBDrParIDBit FsSB = 13 FsSBDrUsrWds FsSB = 8 FsSBDrUsrWdsBit FsSB = 3 FsSBFlAttrib FsSB = 4 FsSBFlAttribBit FsSB = 2 FsSBFlBkDat FsSB = 2048 FsSBFlBkDatBit FsSB = 11 FsSBFlCrDat FsSB = 512 FsSBFlCrDatBit FsSB = 9 FsSBFlFndrInfo FsSB = 8 FsSBFlFndrInfoBit FsSB = 3 FsSBFlLgLen FsSB = 32 FsSBFlLgLenBit FsSB = 5 FsSBFlMdDat FsSB = 1024 FsSBFlMdDatBit FsSB = 10 FsSBFlParID FsSB = 8192 FsSBFlParIDBit FsSB = 13 FsSBFlPyLen FsSB = 64 FsSBFlPyLenBit FsSB = 6 FsSBFlRLgLen FsSB = 128 FsSBFlRLgLenBit FsSB = 7 FsSBFlRPyLen FsSB = 256 FsSBFlRPyLenBit FsSB = 8 FsSBFlXFndrInfo FsSB = 4096 FsSBFlXFndrInfoBit FsSB = 12 FsSBFullName FsSB = 2 FsSBFullNameBit FsSB = 1 FsSBGroupID FsSB = 4194304 FsSBGroupIDBit FsSB = 22 FsSBNegate FsSB = 16384 FsSBNegateBit FsSB = 14 FsSBNodeID FsSB = 32768 FsSBNodeIDBit FsSB = 15 FsSBPartialName FsSB = 1 FsSBPartialNameBit FsSB = 0 FsSBPermissions FsSB = 262144 FsSBPermissionsBit FsSB = 18 FsSBSkipHiddenItems FsSB = 1048576 FsSBSkipHiddenItemsBit FsSB = 20 FsSBSkipPackageContents FsSB = 524288 FsSBSkipPackageContentsBit FsSB = 19 FsSBUserID FsSB = 2097152 FsSBUserIDBit FsSB = 21 )
type GenericDocumentIconResource ¶
type GenericDocumentIconResource int
const ( AppleMenuFolderIconResource GenericDocumentIconResource = -3982 DesktopIconResource GenericDocumentIconResource = -3992 FloppyIconResource GenericDocumentIconResource = -3998 GenericApplicationIconResource GenericDocumentIconResource = -3996 GenericCDROMIconResource GenericDocumentIconResource = -3987 GenericDeskAccessoryIconResource GenericDocumentIconResource = -3991 GenericDocumentIconResourceValue GenericDocumentIconResource = -4000 GenericEditionFileIconResource GenericDocumentIconResource = -3989 GenericExtensionIconResource GenericDocumentIconResource = -16415 GenericFileServerIconResource GenericDocumentIconResource = -3972 GenericFolderIconResource GenericDocumentIconResource = -3999 GenericHardDiskIconResource GenericDocumentIconResource = -3995 GenericMoverObjectIconResource GenericDocumentIconResource = -3969 GenericPreferencesIconResource GenericDocumentIconResource = -3971 GenericQueryDocumentIconResource GenericDocumentIconResource = -16506 GenericRAMDiskIconResource GenericDocumentIconResource = -3988 GenericStationeryIconResource GenericDocumentIconResource = -3985 GenericSuitcaseIconResource GenericDocumentIconResource = -3970 OpenFolderIconResource GenericDocumentIconResource = -3997 PrivateFolderIconResource GenericDocumentIconResource = -3994 SystemFolderIconResource GenericDocumentIconResource = -3983 TrashIconResource GenericDocumentIconResource = -3993 )
func (GenericDocumentIconResource) String ¶
func (e GenericDocumentIconResource) String() string
type GestaltAFP ¶ added in v0.5.1
type GestaltAFP uint
const ( GestaltAFPClient GestaltAFP = 'a'<<24 | 'f'<<16 | 'p'<<8 | 's' // 'afps' GestaltAFPClient3_5 GestaltAFP = 1 GestaltAFPClient3_6 GestaltAFP = 2 GestaltAFPClient3_6_1 GestaltAFP = 3 GestaltAFPClient3_6_2 GestaltAFP = 4 GestaltAFPClient3_6_3 GestaltAFP = 5 GestaltAFPClient3_7 GestaltAFP = 6 GestaltAFPClient3_7_2 GestaltAFP = 7 GestaltAFPClient3_8 GestaltAFP = 8 GestaltAFPClient3_8_1 GestaltAFP = 9 GestaltAFPClient3_8_3 GestaltAFP = 10 GestaltAFPClient3_8_4 GestaltAFP = 11 GestaltAFPClientAttributeMask GestaltAFP = 0 GestaltAFPClientCfgRsrc GestaltAFP = 16 GestaltAFPClientMultiReq GestaltAFP = 31 GestaltAFPClientSupportsIP GestaltAFP = 29 GestaltAFPClientVMUI GestaltAFP = 30 GestaltAFPClientVersionMask GestaltAFP = 65535 )
func (GestaltAFP) String ¶ added in v0.5.1
func (e GestaltAFP) String() string
type GestaltALM ¶ added in v0.5.1
type GestaltALM uint
const ( GestaltALMAttr GestaltALM = 't'<<24 | 'r'<<16 | 'i'<<8 | 'p' // 'trip' GestaltALMHasCFMSupport GestaltALM = 2 GestaltALMHasRescanNotifiers GestaltALM = 3 GestaltALMHasSFGroup GestaltALM = 1 GestaltALMPresent GestaltALM = 0 GestaltALMVers GestaltALM = 'w'<<24 | 'a'<<16 | 'l'<<8 | 'k' // 'walk' )
func (GestaltALM) String ¶ added in v0.5.1
func (e GestaltALM) String() string
type GestaltALMHasSF ¶ added in v0.5.1
type GestaltALMHasSF uint
const (
GestaltALMHasSFLocation GestaltALMHasSF = 1
)
func (GestaltALMHasSF) String ¶ added in v0.5.1
func (e GestaltALMHasSF) String() string
type GestaltATA ¶ added in v0.5.1
type GestaltATA uint
const ( GestaltATAAttr GestaltATA = 'a'<<24 | 't'<<16 | 'a'<<8 | ' ' // 'ata ' GestaltATAPresent GestaltATA = 0 )
func (GestaltATA) String ¶ added in v0.5.1
func (e GestaltATA) String() string
type GestaltATSU ¶ added in v0.5.1
type GestaltATSU uint
const ( // GestaltATSUAscentDescentControlsFeature: If the bit specified by this mask is set, ascent and descent controls (`kATSUDescentTag` and `kATSUAscentTag`) are available. GestaltATSUAscentDescentControlsFeature GestaltATSU = 16 // GestaltATSUBatchBreakLinesFeature: If the bit specified by this mask is set, the [ATSUBatchBreakLines] function is available. GestaltATSUBatchBreakLinesFeature GestaltATSU = 16 // GestaltATSUBiDiCursorPositionFeature: If the bit specified by this mask is set, support for bidirectional cursor positioning is available. GestaltATSUBiDiCursorPositionFeature GestaltATSU = 32 // GestaltATSUByCharacterClusterFeature: If the bit specified by this mask is set, ATSUI cursor movement types are available. GestaltATSUByCharacterClusterFeature GestaltATSU = 16 // GestaltATSUDecimalTabFeature: If the bit specified by this mask is set, your application can set a decimal tab character. GestaltATSUDecimalTabFeature GestaltATSU = 32 // GestaltATSUDirectAccess: If the bit specified by this mask is set, ATSU direct-access functions are available. GestaltATSUDirectAccess GestaltATSU = 16 // GestaltATSUDropShadowStyleFeature: If the bit specified by this mask is set, drop shadow features are available. GestaltATSUDropShadowStyleFeature GestaltATSU = 32 // GestaltATSUFallbacksFeature: If the bit specified by this mask is set, the functions [ATSUSetFontFallbacks] and [ATSUGetFontFallbacks] are available. GestaltATSUFallbacksFeature GestaltATSU = 1 // GestaltATSUFallbacksObjFeatures: If the bit specified by this mask is set, [ATSUFontFallbacks] objects are available. GestaltATSUFallbacksObjFeatures GestaltATSU = 8 // GestaltATSUFeatures: # Discussion GestaltATSUFeatures GestaltATSU = 'u'<<24 | 'i'<<16 | 's'<<8 | 'f' // 'uisf' // GestaltATSUGlyphBoundsFeature: If the bit specified by this mask is set, the function [ATSUGetGlyphBounds] is available. GestaltATSUGlyphBoundsFeature GestaltATSU = 1 // GestaltATSUHighlightColorControlFeature: If the bit specified by this mask is set, your application can control highlight color. GestaltATSUHighlightColorControlFeature GestaltATSU = 32 // GestaltATSUHighlightInactiveTextFeature: If the bit specified by this mask is set, the highlight inactive text feature is available. GestaltATSUHighlightInactiveTextFeature GestaltATSU = 16 // GestaltATSUIgnoreLeadingFeature: If the bit specified by this mask is set, the line layout option (`kATSIgnoreFontLeadingTag`) to ignore the font leading value is available. GestaltATSUIgnoreLeadingFeature GestaltATSU = 8 // GestaltATSULayoutCacheClearFeature: If the bit specified by this mask is set, the function [ATSUClearLayoutCache] is available. GestaltATSULayoutCacheClearFeature GestaltATSU = 1 // GestaltATSULayoutCreateAndCopyFeature: If the bit specified by this mask is set, the function [ATSUCreateAndCopyTextLayout] is available. GestaltATSULayoutCreateAndCopyFeature GestaltATSU = 1 // GestaltATSULineControlFeature: If the bit specified by this mask is set, the functions [ATSUCopyLineControls], [ATSUSetLineControls], [ATSUGetLineControl], [ATSUGetAllLineControls], and [ATSUClearLineControls] are available. GestaltATSULineControlFeature GestaltATSU = 1 // GestaltATSULowLevelOrigFeatures: If the bit specified by this mask is set, the low-level features introduced in ATSUI version 2.0 are available. GestaltATSULowLevelOrigFeatures GestaltATSU = 4 // GestaltATSUMemoryFeature: If the bit specified by this mask is set, the functions [ATSUCreateMemorySetting], [ATSUSetCurrentMemorySetting], [ATSUGetCurrentMemorySetting], and [ATSUDisposeMemorySetting] are available. GestaltATSUMemoryFeature GestaltATSU = 1 // GestaltATSUNearestCharLineBreakFeature: If the bit specified by this mask is set, the nearest character line break feature is available. GestaltATSUNearestCharLineBreakFeature GestaltATSU = 32 // GestaltATSUPositionToCursorFeature: If the bit specified by this mask is set, the position-to-cursor feature is available. GestaltATSUPositionToCursorFeature GestaltATSU = 16 // GestaltATSUStrikeThroughStyleFeature: If the bit specified by this mask is set, strike through styles are available. GestaltATSUStrikeThroughStyleFeature GestaltATSU = 32 // GestaltATSUTabSupportFeature: If the bit specified by this mask is set, support for tabs is available. GestaltATSUTabSupportFeature GestaltATSU = 16 // GestaltATSUTextLocatorUsageFeature: If the bit specified by this mask is set, the text-break locator attribute is available for both style and text layout objects. GestaltATSUTextLocatorUsageFeature GestaltATSU = 2 // GestaltATSUTrackingFeature: If the bit specified by this mask constant is set, the functions [ATSUCountFontTracking] and [ATSUGetIndFontTracking] are available. GestaltATSUTrackingFeature GestaltATSU = 1 // GestaltATSUUnderlineOptionsStyleFeature: If the bit specified by this mask is set, underline options are available. GestaltATSUUnderlineOptionsStyleFeature GestaltATSU = 32 )
func (GestaltATSU) String ¶ added in v0.5.1
func (e GestaltATSU) String() string
type GestaltATalk ¶ added in v0.5.1
type GestaltATalk uint
const ( // GestaltATalkVersion: # Discussion GestaltATalkVersion GestaltATalk = 'a'<<24 | 't'<<16 | 'k'<<8 | 'v' // 'atkv' )
func (GestaltATalk) String ¶ added in v0.5.1
func (e GestaltATalk) String() string
type GestaltAUX ¶ added in v0.5.1
type GestaltAUX uint
const ( // GestaltAUXVersion: The version of A/UX if it is currently executing. GestaltAUXVersion GestaltAUX = 'a'<<24 | '/'<<16 | 'u'<<8 | 'x' // 'a/ux' )
func (GestaltAUX) String ¶ added in v0.5.1
func (e GestaltAUX) String() string
type GestaltAVLTree ¶ added in v0.5.1
type GestaltAVLTree uint
const ( GestaltAVLTreeAttr GestaltAVLTree = 't'<<24 | 'r'<<16 | 'e'<<8 | 'e' // 'tree' GestaltAVLTreePresentBit GestaltAVLTree = 0 GestaltAVLTreeSupportsHandleBasedTreeBit GestaltAVLTree = 1 GestaltAVLTreeSupportsTreeLockingBit GestaltAVLTree = 2 )
func (GestaltAVLTree) String ¶ added in v0.5.1
func (e GestaltAVLTree) String() string
type GestaltAliasMgr ¶ added in v0.5.1
type GestaltAliasMgr uint
const ( // GestaltAliasMgrAttr: The selector you pass to the [Gestalt] function to determine the Alias Manager attributes. GestaltAliasMgrAttr GestaltAliasMgr = 'a'<<24 | 'l'<<16 | 'i'<<8 | 's' // 'alis' GestaltAliasMgrFollowsAliasesWhenResolving GestaltAliasMgr = 4 GestaltAliasMgrPrefersPath GestaltAliasMgr = 7 GestaltAliasMgrPresent GestaltAliasMgr = 0 GestaltAliasMgrRequiresAccessors GestaltAliasMgr = 8 GestaltAliasMgrResolveAliasFileWithMountOptions GestaltAliasMgr = 3 GestaltAliasMgrSupportsAOCEKeychain GestaltAliasMgr = 2 GestaltAliasMgrSupportsExtendedCalls GestaltAliasMgr = 5 GestaltAliasMgrSupportsFSCalls GestaltAliasMgr = 6 GestaltAliasMgrSupportsRemoteAppletalk GestaltAliasMgr = 1 )
func (GestaltAliasMgr) String ¶ added in v0.5.1
func (e GestaltAliasMgr) String() string
type GestaltAppearance ¶ added in v0.5.1
type GestaltAppearance uint
const ( // GestaltAppearanceAttr: The [Gestalt] selector passed to determine whether the Appearance Manager is present. GestaltAppearanceAttr GestaltAppearance = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'r' // 'appr' // GestaltAppearanceCompatMode: # Discussion GestaltAppearanceCompatMode GestaltAppearance = 1 // GestaltAppearanceExists: # Discussion GestaltAppearanceExists GestaltAppearance = 0 // GestaltAppearanceVersion: # Discussion GestaltAppearanceVersion GestaltAppearance = 'a'<<24 | 'p'<<16 | 'v'<<8 | 'r' // 'apvr' )
func (GestaltAppearance) String ¶ added in v0.5.1
func (e GestaltAppearance) String() string
type GestaltAppleScript ¶ added in v0.5.1
type GestaltAppleScript uint
const ( // GestaltAppleScriptAttr: # Discussion GestaltAppleScriptAttr GestaltAppleScript = 'a'<<24 | 's'<<16 | 'c'<<8 | 'r' // 'ascr' GestaltAppleScriptPowerPCSupport GestaltAppleScript = 1 // GestaltAppleScriptPresent: A [Gestalt] attribute constant. GestaltAppleScriptPresent GestaltAppleScript = 0 // GestaltAppleScriptVersion: # Discussion GestaltAppleScriptVersion GestaltAppleScript = 'a'<<24 | 's'<<16 | 'c'<<8 | 'v' // 'ascv' )
func (GestaltAppleScript) String ¶ added in v0.5.1
func (e GestaltAppleScript) String() string
type GestaltAppleTalk ¶ added in v0.5.1
type GestaltAppleTalk uint
const ( // GestaltAppleTalkVersion: # Discussion GestaltAppleTalkVersion GestaltAppleTalk = 'a'<<24 | 't'<<16 | 'l'<<8 | 'k' // 'atlk' )
func (GestaltAppleTalk) String ¶ added in v0.5.1
func (e GestaltAppleTalk) String() string
type GestaltBusClk ¶ added in v0.5.1
type GestaltBusClk uint
const (
GestaltBusClkSpeed GestaltBusClk = 'b'<<24 | 'c'<<16 | 'l'<<8 | 'k' // 'bclk'
)
func (GestaltBusClk) String ¶ added in v0.5.1
func (e GestaltBusClk) String() string
type GestaltBusClkSpeedM ¶ added in v0.5.1
type GestaltBusClkSpeedM uint
const (
GestaltBusClkSpeedMHz GestaltBusClkSpeedM = 'b'<<24 | 'c'<<16 | 'l'<<8 | 'm' // 'bclm'
)
func (GestaltBusClkSpeedM) String ¶ added in v0.5.1
func (e GestaltBusClkSpeedM) String() string
type GestaltCP ¶ added in v0.5.1
type GestaltCP uint
const ( GestaltCPU486 GestaltCP = 'i'<<24 | '4'<<16 | '8'<<8 | '6' // 'i486' GestaltCPU750FX GestaltCP = 288 GestaltCPU970 GestaltCP = 313 GestaltCPU970FX GestaltCP = 316 GestaltCPU970MP GestaltCP = 324 GestaltCPUApollo GestaltCP = 273 GestaltCPUG47447 GestaltCP = 274 GestaltCPUPentium GestaltCP = 'i'<<24 | '5'<<16 | '8'<<8 | '6' // 'i586' GestaltCPUPentium4 GestaltCP = 'i'<<24 | '5'<<16 | 'i'<<8 | 'v' // 'i5iv' GestaltCPUPentiumII GestaltCP = 'i'<<24 | '5'<<16 | 'i'<<8 | 'i' // 'i5ii' GestaltCPUPentiumPro GestaltCP = 'i'<<24 | '5'<<16 | 'p'<<8 | 'r' // 'i5pr' GestaltCPUX86 GestaltCP = 'i'<<24 | 'x'<<16 | 'x'<<8 | 'x' // 'ixxx' )
type GestaltCPUAR ¶ added in v0.5.1
type GestaltCPUAR uint
const ( GestaltCPUARM64 GestaltCPUAR = 'a'<<24 | 'x'<<16 | '6'<<8 | '4' // 'ax64' GestaltCPUARMFamily GestaltCPUAR = 'a'<<24 | 'r'<<16 | 'm'<<8 | ' ' // 'arm ' )
func (GestaltCPUAR) String ¶ added in v0.5.1
func (e GestaltCPUAR) String() string
type GestaltCRM ¶ added in v0.5.1
type GestaltCRM uint
const ( GestaltCRMAttr GestaltCRM = 'c'<<24 | 'r'<<16 | 'm'<<8 | ' ' // 'crm ' GestaltCRMPersistentFix GestaltCRM = 1 GestaltCRMPresent GestaltCRM = 0 GestaltCRMToolRsrcCalls GestaltCRM = 2 )
func (GestaltCRM) String ¶ added in v0.5.1
func (e GestaltCRM) String() string
type GestaltCTB ¶ added in v0.5.1
type GestaltCTB uint
const ( // GestaltCTBVersion: The version number of the Communications Toolbox (in the low-order word of the return value). GestaltCTBVersion GestaltCTB = 'c'<<24 | 't'<<16 | 'b'<<8 | 'v' // 'ctbv' )
func (GestaltCTB) String ¶ added in v0.5.1
func (e GestaltCTB) String() string
type GestaltCarbon ¶ added in v0.5.1
type GestaltCarbon uint
const (
GestaltCarbonVersion GestaltCarbon = 'c'<<24 | 'b'<<16 | 'o'<<8 | 'n' // 'cbon'
)
func (GestaltCarbon) String ¶ added in v0.5.1
func (e GestaltCarbon) String() string
type GestaltCloseView ¶ added in v0.5.1
type GestaltCloseView uint
const ( GestaltCloseViewAttr GestaltCloseView = 'B'<<24 | 'S'<<16 | 'D'<<8 | 'a' // 'BSDa' GestaltCloseViewDisplayMgrFriendly GestaltCloseView = 1 GestaltCloseViewEnabled GestaltCloseView = 0 )
func (GestaltCloseView) String ¶ added in v0.5.1
func (e GestaltCloseView) String() string
type GestaltCollectionMgr ¶ added in v0.5.1
type GestaltCollectionMgr uint
const ( // GestaltCollectionMgrVersion: Collection Manager version. GestaltCollectionMgrVersion GestaltCollectionMgr = 'c'<<24 | 'l'<<16 | 't'<<8 | 'n' // 'cltn' )
func (GestaltCollectionMgr) String ¶ added in v0.5.1
func (e GestaltCollectionMgr) String() string
type GestaltColor ¶ added in v0.5.1
type GestaltColor uint
const ( // GestaltColorMatchingVersion: The selector for obtaining version information. GestaltColorMatchingVersion GestaltColor = 'c'<<24 | 'm'<<16 | 't'<<8 | 'c' // 'cmtc' GestaltColorPicker GestaltColor = 'c'<<24 | 'p'<<16 | 'k'<<8 | 'r' // 'cpkr' GestaltColorPickerVersion GestaltColor = 'c'<<24 | 'p'<<16 | 'k'<<8 | 'r' // 'cpkr' // GestaltColorSync10: A [Gestalt] response value of `gestaltColorSync10` indicates version 1.0 of the ColorSync Manager is present. GestaltColorSync10 GestaltColor = 256 // GestaltColorSync104: A [Gestalt] response value of `gestaltColorSync104` indicates version 1.4 of the ColorSync Manager is present. GestaltColorSync104 GestaltColor = 260 // GestaltColorSync105: A [Gestalt] response value of `gestaltColorSync105` indicates version 1.5 of the ColorSync Manager is present. GestaltColorSync105 GestaltColor = 261 // GestaltColorSync11: A [Gestalt] response value of `gestaltColorSync11` indicates version 1.0.3 of the ColorSync Manager is present. GestaltColorSync11 GestaltColor = 272 // GestaltColorSync20: A [Gestalt] response value of `gestaltColorSync20` indicates version 2.0 of the ColorSync Manager is present. GestaltColorSync20 GestaltColor = 512 // GestaltColorSync21: A [Gestalt] response value of `gestaltColorSync21` indicates version 2.1 of the ColorSync Manager is present. GestaltColorSync21 GestaltColor = 528 GestaltColorSync211 GestaltColor = 529 GestaltColorSync212 GestaltColor = 530 GestaltColorSync213 GestaltColor = 531 // GestaltColorSync25: A [Gestalt] response value of `gestaltColorSync25` indicates version 2.5 of the ColorSync Manager is present. GestaltColorSync25 GestaltColor = 592 GestaltColorSync26 GestaltColor = 608 GestaltColorSync261 GestaltColor = 609 GestaltColorSync30 GestaltColor = 768 )
func (GestaltColor) String ¶ added in v0.5.1
func (e GestaltColor) String() string
type GestaltComponent ¶ added in v0.5.1
type GestaltComponent uint
const ( // GestaltComponentMgr: The [Gestalt] selector you pass to determine what version of the Component Manager is present. GestaltComponentMgr GestaltComponent = 'c'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'cpnt' GestaltComponentPlatform GestaltComponent = 'c'<<24 | 'o'<<16 | 'p'<<8 | 'l' // 'copl' )
func (GestaltComponent) String ¶ added in v0.5.1
func (e GestaltComponent) String() string
type GestaltCompression ¶ added in v0.5.1
type GestaltCompression uint
const (
GestaltCompressionMgr GestaltCompression = 'i'<<24 | 'c'<<16 | 'm'<<8 | 'p' // 'icmp'
)
func (GestaltCompression) String ¶ added in v0.5.1
func (e GestaltCompression) String() string
type GestaltConnMgr ¶ added in v0.5.1
type GestaltConnMgr uint
const ( GestaltConnMgrAttr GestaltConnMgr = 'c'<<24 | 'o'<<16 | 'n'<<8 | 'n' // 'conn' // GestaltConnMgrCMSearchFix: The `gestaltConnMgrCMSearchFix` bit flag indicates that the fix is present that allows the [CMAddSearch] function to work over the `mAttn` channel. GestaltConnMgrCMSearchFix GestaltConnMgr = 1 GestaltConnMgrErrorString GestaltConnMgr = 2 GestaltConnMgrMultiAsyncIO GestaltConnMgr = 3 GestaltConnMgrPresent GestaltConnMgr = 0 )
func (GestaltConnMgr) String ¶ added in v0.5.1
func (e GestaltConnMgr) String() string
type GestaltControl ¶ added in v0.5.1
type GestaltControl uint
const ( // GestaltControlMgrAttr: # Discussion GestaltControlMgrAttr GestaltControl = 'c'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'cntl' // GestaltControlMgrPresent: If the bit specified by this mask is set, the Control Manager functionality for Appearance Manager 1.1 is available. GestaltControlMgrPresent GestaltControl = 1 GestaltControlMgrPresentBit GestaltControl = 0 GestaltControlMsgPresentMask GestaltControl = 1 )
func (GestaltControl) String ¶ added in v0.5.1
func (e GestaltControl) String() string
type GestaltControlMgr ¶ added in v0.5.1
type GestaltControlMgr uint
const (
GestaltControlMgrVersion GestaltControlMgr = 'c'<<24 | 'm'<<16 | 'v'<<8 | 'r' // 'cmvr'
)
func (GestaltControlMgr) String ¶ added in v0.5.1
func (e GestaltControlMgr) String() string
type GestaltControlStrip ¶ added in v0.5.1
type GestaltControlStrip uint
const ( GestaltControlStripAttr GestaltControlStrip = 's'<<24 | 'd'<<16 | 'e'<<8 | 'v' // 'sdev' GestaltControlStripExists GestaltControlStrip = 0 GestaltControlStripUserFont GestaltControlStrip = 2 GestaltControlStripUserHotKey GestaltControlStrip = 3 GestaltControlStripVersion GestaltControlStrip = 'c'<<24 | 's'<<16 | 'v'<<8 | 'r' // 'csvr' GestaltControlStripVersionFixed GestaltControlStrip = 1 )
func (GestaltControlStrip) String ¶ added in v0.5.1
func (e GestaltControlStrip) String() string
type GestaltCountOfCP ¶ added in v0.5.1
type GestaltCountOfCP uint
const (
GestaltCountOfCPUs GestaltCountOfCP = 'c'<<24 | 'p'<<16 | 'u'<<8 | 's' // 'cpus'
)
func (GestaltCountOfCP) String ¶ added in v0.5.1
func (e GestaltCountOfCP) String() string
type GestaltDBAccessMgr ¶ added in v0.5.1
type GestaltDBAccessMgr uint
const ( GestaltDBAccessMgrAttr GestaltDBAccessMgr = 'd'<<24 | 'b'<<16 | 'a'<<8 | 'c' // 'dbac' GestaltDBAccessMgrPresent GestaltDBAccessMgr = 0 )
func (GestaltDBAccessMgr) String ¶ added in v0.5.1
func (e GestaltDBAccessMgr) String() string
type GestaltDITLExt ¶ added in v0.5.1
type GestaltDITLExt uint
const ( GestaltDITLExtAttr GestaltDITLExt = 'd'<<24 | 'i'<<16 | 't'<<8 | 'l' // 'ditl' // GestaltDITLExtPresent: If this flag bit is [TRUE], then the Dialog Manager extensions included in System 7 are available. GestaltDITLExtPresent GestaltDITLExt = 0 GestaltDITLExtSupportsIctb GestaltDITLExt = 1 )
func (GestaltDITLExt) String ¶ added in v0.5.1
func (e GestaltDITLExt) String() string
type GestaltDTP ¶ added in v0.5.1
type GestaltDTP uint
const (
GestaltDTPInfo GestaltDTP = 'd'<<24 | 't'<<16 | 'p'<<8 | 'x' // 'dtpx'
)
func (GestaltDTP) String ¶ added in v0.5.1
func (e GestaltDTP) String() string
type GestaltDTPFeatures ¶ added in v0.5.1
type GestaltDTPFeatures uint
const ( GestaltDTPFeaturesValue GestaltDTPFeatures = 'd'<<24 | 't'<<16 | 'p'<<8 | 'f' // 'dtpf' KDTPThirdPartySupported GestaltDTPFeatures = 4 )
func (GestaltDTPFeatures) String ¶ added in v0.5.1
func (e GestaltDTPFeatures) String() string
type GestaltDesktopPictures ¶ added in v0.5.1
type GestaltDesktopPictures uint
const ( GestaltDesktopPicturesAttr GestaltDesktopPictures = 'd'<<24 | 'k'<<16 | 'p'<<8 | 'x' // 'dkpx' GestaltDesktopPicturesDisplayed GestaltDesktopPictures = 1 GestaltDesktopPicturesInstalled GestaltDesktopPictures = 0 )
func (GestaltDesktopPictures) String ¶ added in v0.5.1
func (e GestaltDesktopPictures) String() string
type GestaltDialog ¶ added in v0.5.1
type GestaltDialog uint
const ( // GestaltDialogMgrAttr: # Discussion GestaltDialogMgrAttr GestaltDialog = 'd'<<24 | 'l'<<16 | 'o'<<8 | 'g' // 'dlog' GestaltDialogMgrHasAquaAlertBit GestaltDialog = 2 GestaltDialogMgrHasAquaAlertMask GestaltDialog = 4 // GestaltDialogMgrPresent: If the bit specified by this mask is set, the Dialog Manager functionality for Appearance Manager 1.1 is available. GestaltDialogMgrPresent GestaltDialog = 1 GestaltDialogMgrPresentBit GestaltDialog = 0 GestaltDialogMgrPresentMask GestaltDialog = 1 GestaltDialogMsgPresentMask GestaltDialog = 1 )
func (GestaltDialog) String ¶ added in v0.5.1
func (e GestaltDialog) String() string
type GestaltDictionaryMgr ¶ added in v0.5.1
type GestaltDictionaryMgr uint
const ( GestaltDictionaryMgrAttr GestaltDictionaryMgr = 'd'<<24 | 'i'<<16 | 'c'<<8 | 't' // 'dict' GestaltDictionaryMgrPresent GestaltDictionaryMgr = 0 )
func (GestaltDictionaryMgr) String ¶ added in v0.5.1
func (e GestaltDictionaryMgr) String() string
type GestaltDigitalSignature ¶ added in v0.5.1
type GestaltDigitalSignature uint
const (
GestaltDigitalSignatureVersion GestaltDigitalSignature = 'd'<<24 | 's'<<16 | 'i'<<8 | 'g' // 'dsig'
)
func (GestaltDigitalSignature) String ¶ added in v0.5.1
func (e GestaltDigitalSignature) String() string
type GestaltDiskCache ¶ added in v0.5.1
type GestaltDiskCache uint
const ( // GestaltDiskCacheSize: A selector that you pass to the [Gestalt] function. GestaltDiskCacheSize GestaltDiskCache = 'd'<<24 | 'c'<<16 | 's'<<8 | 'z' // 'dcsz' )
func (GestaltDiskCache) String ¶ added in v0.5.1
func (e GestaltDiskCache) String() string
type GestaltDisplayMgr ¶ added in v0.5.1
type GestaltDisplayMgr uint
const ( // GestaltDisplayMgrAttr: The [Gestalt] selector you pass to determine which Display Manager attributes are present. GestaltDisplayMgrAttr GestaltDisplayMgr = 'd'<<24 | 'p'<<16 | 'l'<<8 | 'y' // 'dply' // GestaltDisplayMgrCanConfirm: Not yet supported. GestaltDisplayMgrCanConfirm GestaltDisplayMgr = 4 // GestaltDisplayMgrCanSwitchMirrored: If `true`, the Display Manager can switch modes on mirrored displays. GestaltDisplayMgrCanSwitchMirrored GestaltDisplayMgr = 2 // GestaltDisplayMgrColorSyncAware: If `true`, Display Manager supports profiles for displays. GestaltDisplayMgrColorSyncAware GestaltDisplayMgr = 5 GestaltDisplayMgrGeneratesProfiles GestaltDisplayMgr = 6 // GestaltDisplayMgrPresent: If `true`, the Display Manager is present. GestaltDisplayMgrPresent GestaltDisplayMgr = 0 // GestaltDisplayMgrSetDepthNotifies: If `true`, and you have registered for notification and you will be notified of depth mode changes. GestaltDisplayMgrSetDepthNotifies GestaltDisplayMgr = 3 GestaltDisplayMgrSleepNotifies GestaltDisplayMgr = 7 // GestaltDisplayMgrVers: The [Gestalt] selector you pass to determine what version of the Display Manager is present. GestaltDisplayMgrVers GestaltDisplayMgr = 'd'<<24 | 'p'<<16 | 'l'<<8 | 'v' // 'dplv' )
func (GestaltDisplayMgr) String ¶ added in v0.5.1
func (e GestaltDisplayMgr) String() string
type GestaltDrawSprocket ¶ added in v0.5.1
type GestaltDrawSprocket uint
const (
GestaltDrawSprocketVersion GestaltDrawSprocket = 'd'<<24 | 's'<<16 | 'p'<<8 | 'v' // 'dspv'
)
func (GestaltDrawSprocket) String ¶ added in v0.5.1
func (e GestaltDrawSprocket) String() string
type GestaltEasyAccess ¶ added in v0.5.1
type GestaltEasyAccess uint
const ( GestaltEasyAccessAttr GestaltEasyAccess = 'e'<<24 | 'a'<<16 | 's'<<8 | 'y' // 'easy' GestaltEasyAccessLocked GestaltEasyAccess = 3 GestaltEasyAccessOff GestaltEasyAccess = 0 GestaltEasyAccessOn GestaltEasyAccess = 1 GestaltEasyAccessSticky GestaltEasyAccess = 2 )
func (GestaltEasyAccess) String ¶ added in v0.5.1
func (e GestaltEasyAccess) String() string
type GestaltEditionMgr ¶ added in v0.5.1
type GestaltEditionMgr uint
const ( GestaltEditionMgrAttr GestaltEditionMgr = 'e'<<24 | 'd'<<16 | 't'<<8 | 'n' // 'edtn' GestaltEditionMgrPresent GestaltEditionMgr = 0 GestaltEditionMgrTranslationAware GestaltEditionMgr = 1 )
func (GestaltEditionMgr) String ¶ added in v0.5.1
func (e GestaltEditionMgr) String() string
type GestaltExtToolbox ¶ added in v0.5.1
type GestaltExtToolbox uint
const ( // GestaltExtToolboxTable: The base address of the second half of the Toolbox trap table if the table is discontiguous. GestaltExtToolboxTable GestaltExtToolbox = 'x'<<24 | 't'<<16 | 't'<<8 | 't' // 'xttt' )
func (GestaltExtToolbox) String ¶ added in v0.5.1
func (e GestaltExtToolbox) String() string
type GestaltExtensionTable ¶ added in v0.5.1
type GestaltExtensionTable uint
const (
GestaltExtensionTableVersion GestaltExtensionTable = 'e'<<24 | 't'<<16 | 'b'<<8 | 'l' // 'etbl'
)
func (GestaltExtensionTable) String ¶ added in v0.5.1
func (e GestaltExtensionTable) String() string
type GestaltFSM ¶ added in v0.5.1
type GestaltFSM uint
const ( // GestaltFSMVersion: Pass this selector to the [Gestalt] function to determine the version of the HFS External File Systems Manager (FSM). GestaltFSMVersion GestaltFSM = 'f'<<24 | 's'<<16 | 'm'<<8 | ' ' // 'fsm ' )
func (GestaltFSM) String ¶ added in v0.5.1
func (e GestaltFSM) String() string
type GestaltFSSupportsDirectI ¶ added in v0.5.1
type GestaltFSSupportsDirectI uint
const (
GestaltFSSupportsDirectIO GestaltFSSupportsDirectI = 11
)
func (GestaltFSSupportsDirectI) String ¶ added in v0.5.1
func (e GestaltFSSupportsDirectI) String() string
type GestaltFXfrMgr ¶ added in v0.5.1
type GestaltFXfrMgr uint
const ( GestaltFXfrMgrAsync GestaltFXfrMgr = 3 // GestaltFXfrMgrAttr: The selector you pass to the [Gestalt] function to determine the File Transfer Manager attributes. GestaltFXfrMgrAttr GestaltFXfrMgr = 'f'<<24 | 'x'<<16 | 'f'<<8 | 'r' // 'fxfr' GestaltFXfrMgrErrorString GestaltFXfrMgr = 2 GestaltFXfrMgrMultiFile GestaltFXfrMgr = 1 GestaltFXfrMgrPresent GestaltFXfrMgr = 0 )
func (GestaltFXfrMgr) String ¶ added in v0.5.1
func (e GestaltFXfrMgr) String() string
type GestaltFileMapping ¶ added in v0.5.1
type GestaltFileMapping uint
const ( GestaltFileMappingAttr GestaltFileMapping = 'f'<<24 | 'l'<<16 | 'm'<<8 | 'p' // 'flmp' GestaltFileMappingMultipleFilesFix GestaltFileMapping = 1 GestaltFileMappingPresent GestaltFileMapping = 0 )
func (GestaltFileMapping) String ¶ added in v0.5.1
func (e GestaltFileMapping) String() string
type GestaltFindFolderRedirection ¶ added in v0.5.1
type GestaltFindFolderRedirection uint
const (
GestaltFindFolderRedirectionAttr GestaltFindFolderRedirection = 'f'<<24 | 'o'<<16 | 'l'<<8 | 'e' // 'fole'
)
func (GestaltFindFolderRedirection) String ¶ added in v0.5.1
func (e GestaltFindFolderRedirection) String() string
type GestaltFirstSlot ¶ added in v0.5.1
type GestaltFirstSlot uint
const ( // GestaltFirstSlotNumber: The first physical slot. GestaltFirstSlotNumber GestaltFirstSlot = 's'<<24 | 'l'<<16 | 't'<<8 | '1' // 'slt1' )
func (GestaltFirstSlot) String ¶ added in v0.5.1
func (e GestaltFirstSlot) String() string
type GestaltFloppy ¶ added in v0.5.1
type GestaltFloppy uint
const ( GestaltFloppyAttr GestaltFloppy = 'f'<<24 | 'l'<<16 | 'p'<<8 | 'y' // 'flpy' GestaltFloppyIsMFMOnly GestaltFloppy = 0 GestaltFloppyIsManualEject GestaltFloppy = 1 GestaltFloppyUsesDiskInPlace GestaltFloppy = 2 )
func (GestaltFloppy) String ¶ added in v0.5.1
func (e GestaltFloppy) String() string
type GestaltGX ¶ added in v0.5.1
type GestaltGX uint
const (
GestaltGXVersion GestaltGX = 'q'<<24 | 'd'<<16 | 'g'<<8 | 'x' // 'qdgx'
)
type GestaltGXPrintingMgr ¶ added in v0.5.1
type GestaltGXPrintingMgr uint
const (
GestaltGXPrintingMgrVersion GestaltGXPrintingMgr = 'p'<<24 | 'm'<<16 | 'g'<<8 | 'r' // 'pmgr'
)
func (GestaltGXPrintingMgr) String ¶ added in v0.5.1
func (e GestaltGXPrintingMgr) String() string
type GestaltGraphics ¶ added in v0.5.1
type GestaltGraphics uint
const ( GestaltGraphicsAttr GestaltGraphics = 'g'<<24 | 'f'<<16 | 'x'<<8 | 'a' // 'gfxa' GestaltGraphicsIsDebugging GestaltGraphics = 1 GestaltGraphicsIsLoaded GestaltGraphics = 2 GestaltGraphicsIsPowerPC GestaltGraphics = 4 )
func (GestaltGraphics) String ¶ added in v0.5.1
func (e GestaltGraphics) String() string
type GestaltHardwareVendor ¶ added in v0.5.1
type GestaltHardwareVendor uint
const ( GestaltHardwareVendorApple GestaltHardwareVendor = 'A'<<24 | 'p'<<16 | 'p'<<8 | 'l' // 'Appl' GestaltHardwareVendorCode GestaltHardwareVendor = 'h'<<24 | 'r'<<16 | 'a'<<8 | 'd' // 'hrad' )
func (GestaltHardwareVendor) String ¶ added in v0.5.1
func (e GestaltHardwareVendor) String() string
type GestaltHasSingleWindowMode ¶ added in v0.5.1
type GestaltHasSingleWindowMode uint
const ( GestaltHasSingleWindowModeBit GestaltHasSingleWindowMode = 8 GestaltHasSingleWindowModeMask GestaltHasSingleWindowMode = 256 )
func (GestaltHasSingleWindowMode) String ¶ added in v0.5.1
func (e GestaltHasSingleWindowMode) String() string
type GestaltIconUtilities ¶ added in v0.5.1
type GestaltIconUtilities uint
const ( // GestaltIconUtilitiesAttr: # Discussion GestaltIconUtilitiesAttr GestaltIconUtilities = 'i'<<24 | 'c'<<16 | 'o'<<8 | 'n' // 'icon' // GestaltIconUtilitiesHas32BitIcons: True if 32-bit deep icons are supported. GestaltIconUtilitiesHas32BitIcons GestaltIconUtilities = 2 // GestaltIconUtilitiesHas48PixelIcons: True if 48x48 icons are supported by IconUtilities. GestaltIconUtilitiesHas48PixelIcons GestaltIconUtilities = 1 // GestaltIconUtilitiesHas8BitDeepMasks: True if 8-bit deep masks are supported. GestaltIconUtilitiesHas8BitDeepMasks GestaltIconUtilities = 3 // GestaltIconUtilitiesHasIconServices: True if IconServices is present. GestaltIconUtilitiesHasIconServices GestaltIconUtilities = 4 // GestaltIconUtilitiesPresent: True if icon utilities are present. GestaltIconUtilitiesPresent GestaltIconUtilities = 0 )
func (GestaltIconUtilities) String ¶ added in v0.5.1
func (e GestaltIconUtilities) String() string
type GestaltInternal ¶ added in v0.5.1
type GestaltInternal uint
const (
GestaltInternalDisplay GestaltInternal = 'i'<<24 | 'd'<<16 | 's'<<8 | 'p' // 'idsp'
)
func (GestaltInternal) String ¶ added in v0.5.1
func (e GestaltInternal) String() string
type GestaltLogicalPage ¶ added in v0.5.1
type GestaltLogicalPage uint
const ( // GestaltLogicalPageSize: The logical page size. GestaltLogicalPageSize GestaltLogicalPage = 'p'<<24 | 'g'<<16 | 's'<<8 | 'z' // 'pgsz' )
func (GestaltLogicalPage) String ¶ added in v0.5.1
func (e GestaltLogicalPage) String() string
type GestaltLogicalRAM ¶ added in v0.5.1
type GestaltLogicalRAM uint
const ( // GestaltLogicalRAMSize: # Discussion GestaltLogicalRAMSize GestaltLogicalRAM = 'l'<<24 | 'r'<<16 | 'a'<<8 | 'm' // 'lram' )
func (GestaltLogicalRAM) String ¶ added in v0.5.1
func (e GestaltLogicalRAM) String() string
type GestaltLowMemory ¶ added in v0.5.1
type GestaltLowMemory uint
const ( // GestaltLowMemorySize: The size (in bytes) of the low-memory area. GestaltLowMemorySize GestaltLowMemory = 'l'<<24 | 'm'<<16 | 'e'<<8 | 'm' // 'lmem' )
func (GestaltLowMemory) String ¶ added in v0.5.1
func (e GestaltLowMemory) String() string
type GestaltMP ¶ added in v0.5.1
type GestaltMP uint
const ( // GestaltMPCallableAPIsAttr: The Gestalt selector passed to determine the availability of preemptive system software functions. GestaltMPCallableAPIsAttr GestaltMP = 'm'<<24 | 'p'<<16 | 's'<<8 | 'c' // 'mpsc' // GestaltMPDeviceManager: If this bit is set, you can call preemptively safe Device Manager function. GestaltMPDeviceManager GestaltMP = 1 // GestaltMPFileManager: If this bit is set, you can call preemptively safe File Manager functions. GestaltMPFileManager GestaltMP = 0 GestaltMPTrapCalls GestaltMP = 2 )
type GestaltMacOSCompatibility ¶ added in v0.5.1
type GestaltMacOSCompatibility uint
const ( GestaltMacOSCompatibilityBoxAttr GestaltMacOSCompatibility = 'b'<<24 | 'b'<<16 | 'o'<<8 | 'x' // 'bbox' GestaltMacOSCompatibilityBoxHasSerial GestaltMacOSCompatibility = 1 GestaltMacOSCompatibilityBoxPresent GestaltMacOSCompatibility = 0 GestaltMacOSCompatibilityBoxless GestaltMacOSCompatibility = 2 )
func (GestaltMacOSCompatibility) String ¶ added in v0.5.1
func (e GestaltMacOSCompatibility) String() string
type GestaltMachine ¶ added in v0.5.1
type GestaltMachine uint
const ( // GestaltMachineIcon: # Discussion GestaltMachineIcon GestaltMachine = 'm'<<24 | 'i'<<16 | 'c'<<8 | 'n' // 'micn' )
func (GestaltMachine) String ¶ added in v0.5.1
func (e GestaltMachine) String() string
type GestaltMemoryMap ¶ added in v0.5.1
type GestaltMemoryMap uint
const ( GestaltMemoryMapAttr GestaltMemoryMap = 'm'<<24 | 'm'<<16 | 'a'<<8 | 'p' // 'mmap' GestaltMemoryMapSparse GestaltMemoryMap = 0 )
func (GestaltMemoryMap) String ¶ added in v0.5.1
func (e GestaltMemoryMap) String() string
type GestaltMenuMgr ¶ added in v0.5.1
type GestaltMenuMgr uint
const ( GestaltMenuMgrAquaLayoutBit GestaltMenuMgr = 1 GestaltMenuMgrAquaLayoutMask GestaltMenuMgr = 2 // GestaltMenuMgrAttr: # Discussion GestaltMenuMgrAttr GestaltMenuMgr = 'm'<<24 | 'e'<<16 | 'n'<<8 | 'u' // 'menu' GestaltMenuMgrCGImageMenuTitleBit GestaltMenuMgr = 6 GestaltMenuMgrCGImageMenuTitleMask GestaltMenuMgr = 64 GestaltMenuMgrMoreThanFiveMenusDeepBit GestaltMenuMgr = 5 GestaltMenuMgrMoreThanFiveMenusDeepMask GestaltMenuMgr = 32 GestaltMenuMgrMultipleItemsWithCommandIDBit GestaltMenuMgr = 2 GestaltMenuMgrMultipleItemsWithCommandIDMask GestaltMenuMgr = 4 // GestaltMenuMgrPresent: If the bit specified by this mask is set, the Menu Manager functionality for Appearance Manager 1.1 is available. GestaltMenuMgrPresent GestaltMenuMgr = 1 GestaltMenuMgrPresentBit GestaltMenuMgr = 0 GestaltMenuMgrPresentMask GestaltMenuMgr = 1 GestaltMenuMgrRetainsIconRefBit GestaltMenuMgr = 3 GestaltMenuMgrRetainsIconRefMask GestaltMenuMgr = 8 GestaltMenuMgrSendsMenuBoundsToDefProcBit GestaltMenuMgr = 4 GestaltMenuMgrSendsMenuBoundsToDefProcMask GestaltMenuMgr = 16 )
func (GestaltMenuMgr) String ¶ added in v0.5.1
func (e GestaltMenuMgr) String() string
type GestaltMessageMgr ¶ added in v0.5.1
type GestaltMessageMgr uint
const (
GestaltMessageMgrVersion GestaltMessageMgr = 'm'<<24 | 'e'<<16 | 's'<<8 | 's' // 'mess'
)
func (GestaltMessageMgr) String ¶ added in v0.5.1
func (e GestaltMessageMgr) String() string
type GestaltMixedMode ¶ added in v0.5.1
type GestaltMixedMode uint
const ( // GestaltMixedModeVersion: The selector you pass to the [Gestalt] function to determine the version of Mixed Mode Manager. GestaltMixedModeVersion GestaltMixedMode = 'm'<<24 | 'i'<<16 | 'x'<<8 | 'd' // 'mixd' )
func (GestaltMixedMode) String ¶ added in v0.5.1
func (e GestaltMixedMode) String() string
type GestaltMultipleUsers ¶ added in v0.5.1
type GestaltMultipleUsers uint
const (
GestaltMultipleUsersState GestaltMultipleUsers = 'm'<<24 | 'f'<<16 | 'd'<<8 | 'r' // 'mfdr'
)
func (GestaltMultipleUsers) String ¶ added in v0.5.1
func (e GestaltMultipleUsers) String() string
type GestaltNameRegistry ¶ added in v0.5.1
type GestaltNameRegistry uint
const (
GestaltNameRegistryVersion GestaltNameRegistry = 'n'<<24 | 'r'<<16 | 'e'<<8 | 'g' // 'nreg'
)
func (GestaltNameRegistry) String ¶ added in v0.5.1
func (e GestaltNameRegistry) String() string
type GestaltNotification ¶ added in v0.5.1
type GestaltNotification uint
const ( // GestaltNotificationMgrAttr: .The Gestalt selector which you pass to the [Gestalt] function to determine Notification Manager attributes. GestaltNotificationMgrAttr GestaltNotification = 'n'<<24 | 'm'<<16 | 'g'<<8 | 'r' // 'nmgr' // GestaltNotificationPresent: True if the Notification Manager exists. GestaltNotificationPresent GestaltNotification = 0 )
func (GestaltNotification) String ¶ added in v0.5.1
func (e GestaltNotification) String() string
type GestaltNuBus ¶ added in v0.5.1
type GestaltNuBus uint
const ( // GestaltNuBusConnectors: A bitmap that describes the NuBus slot connector locations. GestaltNuBusConnectors GestaltNuBus = 's'<<24 | 'l'<<16 | 't'<<8 | 'c' // 'sltc' )
func (GestaltNuBus) String ¶ added in v0.5.1
func (e GestaltNuBus) String() string
type GestaltNuBusSlot ¶ added in v0.5.1
type GestaltNuBusSlot uint
const (
GestaltNuBusSlotCount GestaltNuBusSlot = 'n'<<24 | 'u'<<16 | 'b'<<8 | 's' // 'nubs'
)
func (GestaltNuBusSlot) String ¶ added in v0.5.1
func (e GestaltNuBusSlot) String() string
type GestaltOCE ¶ added in v0.5.1
type GestaltOCE uint
const ( GestaltOCESFServerAvailable GestaltOCE = 4 GestaltOCETBAvailable GestaltOCE = 2 GestaltOCETBNativeGlueAvailable GestaltOCE = 16 GestaltOCETBPresent GestaltOCE = 1 GestaltOCEToolboxAttr GestaltOCE = 'o'<<24 | 'c'<<16 | 'e'<<8 | 'u' // 'oceu' )
func (GestaltOCE) String ¶ added in v0.5.1
func (e GestaltOCE) String() string
type GestaltOS ¶ added in v0.5.1
type GestaltOS uint
const ( // GestaltOSTable: The selector you pass to the [Gestalt] function to determine the base address of the operating system trap dispatch table. GestaltOSTable GestaltOS = 'o'<<24 | 's'<<16 | 't'<<8 | 't' // 'ostt' )
type GestaltOpen ¶ added in v0.5.1
type GestaltOpen uint
const ( GestaltOpenTptValue GestaltOpen = 'o'<<24 | 't'<<16 | 'a'<<8 | 'n' // 'otan' GestaltOpenTptAppleTalkLoadedBit GestaltOpen = 3 GestaltOpenTptAppleTalkLoadedMask GestaltOpen = 8 GestaltOpenTptAppleTalkPresentBit GestaltOpen = 2 GestaltOpenTptAppleTalkPresentMask GestaltOpen = 4 GestaltOpenTptIPXSPXLoadedBit GestaltOpen = 7 GestaltOpenTptIPXSPXLoadedMask GestaltOpen = 128 GestaltOpenTptIPXSPXPresentBit GestaltOpen = 6 GestaltOpenTptIPXSPXPresentMask GestaltOpen = 64 GestaltOpenTptLoadedBit GestaltOpen = 1 GestaltOpenTptLoadedMask GestaltOpen = 2 GestaltOpenTptPresentBit GestaltOpen = 0 GestaltOpenTptPresentMask GestaltOpen = 1 GestaltOpenTptTCPLoadedBit GestaltOpen = 5 GestaltOpenTptTCPLoadedMask GestaltOpen = 32 GestaltOpenTptTCPPresentBit GestaltOpen = 4 GestaltOpenTptTCPPresentMask GestaltOpen = 16 )
func (GestaltOpen) String ¶ added in v0.5.1
func (e GestaltOpen) String() string
type GestaltOpenFirmware ¶ added in v0.5.1
type GestaltOpenFirmware uint
const (
GestaltOpenFirmwareInfo GestaltOpenFirmware = 'o'<<24 | 'p'<<16 | 'f'<<8 | 'w' // 'opfw'
)
func (GestaltOpenFirmware) String ¶ added in v0.5.1
func (e GestaltOpenFirmware) String() string
type GestaltOpenTpt ¶ added in v0.5.1
type GestaltOpenTpt uint
const ( GestaltOpenTptARAPPresent GestaltOpenTpt = 6 GestaltOpenTptPPPPresent GestaltOpenTpt = 5 GestaltOpenTptRemoteAccessValue GestaltOpenTpt = 'o'<<24 | 't'<<16 | 'r'<<8 | 'a' // 'otra' GestaltOpenTptRemoteAccessClientOnly GestaltOpenTpt = 2 GestaltOpenTptRemoteAccessLoaded GestaltOpenTpt = 1 GestaltOpenTptRemoteAccessMPServer GestaltOpenTpt = 4 GestaltOpenTptRemoteAccessPServer GestaltOpenTpt = 3 GestaltOpenTptRemoteAccessPresent GestaltOpenTpt = 0 GestaltOpenTptVersions GestaltOpenTpt = 'o'<<24 | 't'<<16 | 'v'<<8 | 'r' // 'otvr' )
func (GestaltOpenTpt) String ¶ added in v0.5.1
func (e GestaltOpenTpt) String() string
type GestaltOpenTptNetwork ¶ added in v0.5.1
type GestaltOpenTptNetwork uint
const ( GestaltOpenTptNetworkSetupValue GestaltOpenTptNetwork = 'o'<<24 | 't'<<16 | 'c'<<8 | 'f' // 'otcf' GestaltOpenTptNetworkSetupLegacyExport GestaltOpenTptNetwork = 1 GestaltOpenTptNetworkSetupLegacyImport GestaltOpenTptNetwork = 0 GestaltOpenTptNetworkSetupSupportsMultihoming GestaltOpenTptNetwork = 2 )
func (GestaltOpenTptNetwork) String ¶ added in v0.5.1
func (e GestaltOpenTptNetwork) String() string
type GestaltOpenTptNetworkSetup ¶ added in v0.5.1
type GestaltOpenTptNetworkSetup uint
const (
GestaltOpenTptNetworkSetupVersion GestaltOpenTptNetworkSetup = 'o'<<24 | 't'<<16 | 'c'<<8 | 'v' // 'otcv'
)
func (GestaltOpenTptNetworkSetup) String ¶ added in v0.5.1
func (e GestaltOpenTptNetworkSetup) String() string
type GestaltOpenTptRemoteAccess ¶ added in v0.5.1
type GestaltOpenTptRemoteAccess uint
const (
GestaltOpenTptRemoteAccessVersion GestaltOpenTptRemoteAccess = 'o'<<24 | 't'<<16 | 'r'<<8 | 'v' // 'otrv'
)
func (GestaltOpenTptRemoteAccess) String ¶ added in v0.5.1
func (e GestaltOpenTptRemoteAccess) String() string
type GestaltPCX ¶ added in v0.5.1
type GestaltPCX uint
const ( // GestaltPCXAttr: The selector you pass to the [Gestalt] function to determine the PC Exchange attributes. GestaltPCXAttr GestaltPCX = 'p'<<24 | 'c'<<16 | 'x'<<8 | 'g' // 'pcxg' GestaltPCXHas8and16BitFAT GestaltPCX = 0 GestaltPCXHasProDOS GestaltPCX = 1 GestaltPCXNewUI GestaltPCX = 2 GestaltPCXUseICMapping GestaltPCX = 3 )
func (GestaltPCX) String ¶ added in v0.5.1
func (e GestaltPCX) String() string
type GestaltPPC ¶ added in v0.5.1
type GestaltPPC uint
const ( GestaltPPCSupportsIncoming GestaltPPC = 1 GestaltPPCSupportsIncomingAppleTalk GestaltPPC = 16 GestaltPPCSupportsIncomingTCP_IP GestaltPPC = 32 GestaltPPCSupportsOutGoing GestaltPPC = 2 GestaltPPCSupportsOutgoingAppleTalk GestaltPPC = 256 GestaltPPCSupportsOutgoingTCP_IP GestaltPPC = 512 GestaltPPCSupportsRealTime GestaltPPC = 4096 GestaltPPCSupportsTCP_IP GestaltPPC = 4 // GestaltPPCToolboxAttr: The selector you pass to the Gestalt function to determine the Program-to-Program Communication (PPC) Toolbox attributes. GestaltPPCToolboxAttr GestaltPPC = 'p'<<24 | 'p'<<16 | 'c'<<8 | ' ' // 'ppc ' GestaltPPCToolboxPresent GestaltPPC = 0 )
func (GestaltPPC) String ¶ added in v0.5.1
func (e GestaltPPC) String() string
type GestaltPhysicalRAM ¶ added in v0.5.1
type GestaltPhysicalRAM uint
const ( // GestaltPhysicalRAMSize: The selector you pass to the [Gestalt] function to determine the number of bytes of physical RAM currently installed. GestaltPhysicalRAMSize GestaltPhysicalRAM = 'r'<<24 | 'a'<<16 | 'm'<<8 | ' ' // 'ram ' )
func (GestaltPhysicalRAM) String ¶ added in v0.5.1
func (e GestaltPhysicalRAM) String() string
type GestaltPhysicalRAMSizeIn ¶ added in v0.5.1
type GestaltPhysicalRAMSizeIn uint
const (
GestaltPhysicalRAMSizeInMegabytes GestaltPhysicalRAMSizeIn = 'r'<<24 | 'a'<<16 | 'm'<<8 | 'm' // 'ramm'
)
func (GestaltPhysicalRAMSizeIn) String ¶ added in v0.5.1
func (e GestaltPhysicalRAMSizeIn) String() string
type GestaltPopup ¶ added in v0.5.1
type GestaltPopup uint
const ( // GestaltPopupAttr: The selector you pass to the [Gestalt] function to determine the attribute of the pop-up control definition. GestaltPopupAttr GestaltPopup = 'p'<<24 | 'o'<<16 | 'p'<<8 | '!' // 'pop!' GestaltPopupPresent GestaltPopup = 0 )
func (GestaltPopup) String ¶ added in v0.5.1
func (e GestaltPopup) String() string
type GestaltPortable2001 ¶ added in v0.5.1
type GestaltPortable2001 uint
const ( GestaltPortable2001ANSIKbd GestaltPortable2001 = 202 GestaltPortable2001ISOKbd GestaltPortable2001 = 203 GestaltPortable2001JISKbd GestaltPortable2001 = 207 )
func (GestaltPortable2001) String ¶ added in v0.5.1
func (e GestaltPortable2001) String() string
type GestaltPowerMgr ¶ added in v0.5.1
type GestaltPowerMgr uint
const (
GestaltPowerMgrVers GestaltPowerMgr = 'p'<<24 | 'w'<<16 | 'r'<<8 | 'v' // 'pwrv'
)
func (GestaltPowerMgr) String ¶ added in v0.5.1
func (e GestaltPowerMgr) String() string
type GestaltPowerPC ¶ added in v0.5.1
type GestaltPowerPC uint
const ( GestaltPowerPCASArchitecture GestaltPowerPC = 8 GestaltPowerPCHas64BitSupport GestaltPowerPC = 6 GestaltPowerPCHasDCBAInstruction GestaltPowerPC = 3 GestaltPowerPCHasDCBTStreams GestaltPowerPC = 7 GestaltPowerPCHasDataStreams GestaltPowerPC = 5 GestaltPowerPCHasGraphicsInstructions GestaltPowerPC = 0 GestaltPowerPCHasSTFIWXInstruction GestaltPowerPC = 1 GestaltPowerPCHasSquareRootInstructions GestaltPowerPC = 2 GestaltPowerPCHasVectorInstructions GestaltPowerPC = 4 GestaltPowerPCIgnoresDCBST GestaltPowerPC = 9 GestaltPowerPCProcessorFeatures GestaltPowerPC = 'p'<<24 | 'p'<<16 | 'c'<<8 | 'f' // 'ppcf' )
func (GestaltPowerPC) String ¶ added in v0.5.1
func (e GestaltPowerPC) String() string
type GestaltProcClk ¶ added in v0.5.1
type GestaltProcClk uint
const (
GestaltProcClkSpeed GestaltProcClk = 'p'<<24 | 'c'<<16 | 'l'<<8 | 'k' // 'pclk'
)
func (GestaltProcClk) String ¶ added in v0.5.1
func (e GestaltProcClk) String() string
type GestaltProcClkSpeedM ¶ added in v0.5.1
type GestaltProcClkSpeedM uint
const (
GestaltProcClkSpeedMHz GestaltProcClkSpeedM = 'm'<<24 | 'c'<<16 | 'l'<<8 | 'k' // 'mclk'
)
func (GestaltProcClkSpeedM) String ¶ added in v0.5.1
func (e GestaltProcClkSpeedM) String() string
type GestaltProcessorCacheLine ¶ added in v0.5.1
type GestaltProcessorCacheLine uint
const (
GestaltProcessorCacheLineSize GestaltProcessorCacheLine = 'c'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'csiz'
)
func (GestaltProcessorCacheLine) String ¶ added in v0.5.1
func (e GestaltProcessorCacheLine) String() string
type GestaltQD3 ¶ added in v0.5.1
type GestaltQD3 uint
const ( GestaltQD3DValue GestaltQD3 = 'q'<<24 | 'd'<<16 | '3'<<8 | 'd' // 'qd3d' GestaltQD3DPresent GestaltQD3 = 0 )
func (GestaltQD3) String ¶ added in v0.5.1
func (e GestaltQD3) String() string
type GestaltQD3D ¶ added in v0.5.1
type GestaltQD3D uint
const ( GestaltQD3DVersion GestaltQD3D = 'q'<<24 | '3'<<16 | 'v'<<8 | ' ' // 'q3v ' GestaltQD3DViewer GestaltQD3D = 'q'<<24 | '3'<<16 | 'v'<<8 | 'c' // 'q3vc' GestaltQD3DViewerPresent GestaltQD3D = 0 )
func (GestaltQD3D) String ¶ added in v0.5.1
func (e GestaltQD3D) String() string
type GestaltQTVR ¶ added in v0.5.1
type GestaltQTVR uint
const ( GestaltQTVRCubicPanosPresent GestaltQTVR = 3 GestaltQTVRCylinderPanosPresent GestaltQTVR = 2 GestaltQTVRMgrAttr GestaltQTVR = 'q'<<24 | 't'<<16 | 'v'<<8 | 'r' // 'qtvr' GestaltQTVRMgrPresent GestaltQTVR = 0 GestaltQTVRObjMoviesPresent GestaltQTVR = 1 )
func (GestaltQTVR) String ¶ added in v0.5.1
func (e GestaltQTVR) String() string
type GestaltQTVRMgr ¶ added in v0.5.1
type GestaltQTVRMgr uint
const (
GestaltQTVRMgrVers GestaltQTVRMgr = 'q'<<24 | 't'<<16 | 'v'<<8 | 'v' // 'qtvv'
)
func (GestaltQTVRMgr) String ¶ added in v0.5.1
func (e GestaltQTVRMgr) String() string
type GestaltQuick ¶ added in v0.5.1
type GestaltQuick uint
const ( GestaltQuickTimeValue GestaltQuick = 'q'<<24 | 't'<<16 | 'i'<<8 | 'm' // 'qtim' // GestaltQuickTimeVersion: The selector you pass to the [Gestalt] function to determine the QuickTime version. GestaltQuickTimeVersion GestaltQuick = 'q'<<24 | 't'<<16 | 'i'<<8 | 'm' // 'qtim' )
func (GestaltQuick) String ¶ added in v0.5.1
func (e GestaltQuick) String() string
type GestaltQuickTime ¶ added in v0.5.1
type GestaltQuickTime uint
const (
GestaltQuickTimeConferencingValue GestaltQuickTime = 'm'<<24 | 't'<<16 | 'l'<<8 | 'k' // 'mtlk'
)
func (GestaltQuickTime) String ¶ added in v0.5.1
func (e GestaltQuickTime) String() string
type GestaltQuickTimeConferencing ¶ added in v0.5.1
type GestaltQuickTimeConferencing uint
const (
GestaltQuickTimeConferencingInfo GestaltQuickTimeConferencing = 'q'<<24 | 't'<<16 | 'c'<<8 | 'i' // 'qtci'
)
func (GestaltQuickTimeConferencing) String ¶ added in v0.5.1
func (e GestaltQuickTimeConferencing) String() string
type GestaltQuickTimeStreaming ¶ added in v0.5.1
type GestaltQuickTimeStreaming uint
const ( GestaltQuickTimeStreamingFeatures GestaltQuickTimeStreaming = 'q'<<24 | 't'<<16 | 's'<<8 | 'f' // 'qtsf' GestaltQuickTimeStreamingVersion GestaltQuickTimeStreaming = 'q'<<24 | 't'<<16 | 's'<<8 | 't' // 'qtst' )
func (GestaltQuickTimeStreaming) String ¶ added in v0.5.1
func (e GestaltQuickTimeStreaming) String() string
type GestaltQuickTimeThreadSafe ¶ added in v0.5.1
type GestaltQuickTimeThreadSafe uint
const ( GestaltQuickTimeThreadSafeFeaturesAttr GestaltQuickTimeThreadSafe = 'q'<<24 | 't'<<16 | 't'<<8 | 'h' // 'qtth' GestaltQuickTimeThreadSafeGraphicsExport GestaltQuickTimeThreadSafe = 5 GestaltQuickTimeThreadSafeGraphicsImport GestaltQuickTimeThreadSafe = 4 GestaltQuickTimeThreadSafeICM GestaltQuickTimeThreadSafe = 0 GestaltQuickTimeThreadSafeMovieExport GestaltQuickTimeThreadSafe = 3 GestaltQuickTimeThreadSafeMovieImport GestaltQuickTimeThreadSafe = 2 GestaltQuickTimeThreadSafeMoviePlayback GestaltQuickTimeThreadSafe = 6 GestaltQuickTimeThreadSafeMovieToolbox GestaltQuickTimeThreadSafe = 1 )
func (GestaltQuickTimeThreadSafe) String ¶ added in v0.5.1
func (e GestaltQuickTimeThreadSafe) String() string
type GestaltRBV ¶ added in v0.5.1
type GestaltRBV uint
const (
GestaltRBVAddr GestaltRBV = 'r'<<24 | 'b'<<16 | 'v'<<8 | ' ' // 'rbv '
)
func (GestaltRBV) String ¶ added in v0.5.1
func (e GestaltRBV) String() string
type GestaltROM ¶ added in v0.5.1
type GestaltROM uint
const ( // GestaltROMSize: # Discussion GestaltROMSize GestaltROM = 'r'<<24 | 'o'<<16 | 'm'<<8 | ' ' // 'rom ' // GestaltROMVersion: # Discussion GestaltROMVersion GestaltROM = 'r'<<24 | 'o'<<16 | 'm'<<8 | 'v' // 'romv' )
func (GestaltROM) String ¶ added in v0.5.1
func (e GestaltROM) String() string
type GestaltRealtimeMgr ¶ added in v0.5.1
type GestaltRealtimeMgr uint
const ( // GestaltRealtimeMgrAttr: The selector you pass to the [Gestalt] function to determine the Realtime Manager attributes. GestaltRealtimeMgrAttr GestaltRealtimeMgr = 'r'<<24 | 't'<<16 | 'm'<<8 | 'r' // 'rtmr' // GestaltRealtimeMgrPresent: ( description forthcoming ) GestaltRealtimeMgrPresent GestaltRealtimeMgr = 0 )
func (GestaltRealtimeMgr) String ¶ added in v0.5.1
func (e GestaltRealtimeMgr) String() string
type GestaltSCCRead ¶ added in v0.5.1
type GestaltSCCRead uint
const (
GestaltSCCReadAddr GestaltSCCRead = 's'<<24 | 'c'<<16 | 'c'<<8 | 'r' // 'sccr'
)
func (GestaltSCCRead) String ¶ added in v0.5.1
func (e GestaltSCCRead) String() string
type GestaltSCCWrite ¶ added in v0.5.1
type GestaltSCCWrite uint
const (
GestaltSCCWriteAddr GestaltSCCWrite = 's'<<24 | 'c'<<16 | 'c'<<8 | 'w' // 'sccw'
)
func (GestaltSCCWrite) String ¶ added in v0.5.1
func (e GestaltSCCWrite) String() string
type GestaltSDPFind ¶ added in v0.5.1
type GestaltSDPFind uint
const (
GestaltSDPFindVersion GestaltSDPFind = 'd'<<24 | 'f'<<16 | 'n'<<8 | 'd' // 'dfnd'
)
func (GestaltSDPFind) String ¶ added in v0.5.1
func (e GestaltSDPFind) String() string
type GestaltSDPPrompt ¶ added in v0.5.1
type GestaltSDPPrompt uint
const (
GestaltSDPPromptVersion GestaltSDPPrompt = 'p'<<24 | 'r'<<16 | 'p'<<8 | 'v' // 'prpv'
)
func (GestaltSDPPrompt) String ¶ added in v0.5.1
func (e GestaltSDPPrompt) String() string
type GestaltSDPStandardDirectory ¶ added in v0.5.1
type GestaltSDPStandardDirectory uint
const (
GestaltSDPStandardDirectoryVersion GestaltSDPStandardDirectory = 's'<<24 | 'd'<<16 | 'v'<<8 | 'r' // 'sdvr'
)
func (GestaltSDPStandardDirectory) String ¶ added in v0.5.1
func (e GestaltSDPStandardDirectory) String() string
type GestaltSMPMailer ¶ added in v0.5.1
type GestaltSMPMailer uint
const (
GestaltSMPMailerVersion GestaltSMPMailer = 'm'<<24 | 'a'<<16 | 'l'<<8 | 'r' // 'malr'
)
func (GestaltSMPMailer) String ¶ added in v0.5.1
func (e GestaltSMPMailer) String() string
type GestaltSMPSPSendLetter ¶ added in v0.5.1
type GestaltSMPSPSendLetter uint
const (
GestaltSMPSPSendLetterVersion GestaltSMPSPSendLetter = 's'<<24 | 'p'<<16 | 's'<<8 | 'l' // 'spsl'
)
func (GestaltSMPSPSendLetter) String ¶ added in v0.5.1
func (e GestaltSMPSPSendLetter) String() string
type GestaltScrapMgr ¶ added in v0.5.1
type GestaltScrapMgr uint
const ( // GestaltScrapMgrAttr: The [Gestalt] selector you pass to determine which Scrap Manager attributes are present. GestaltScrapMgrAttr GestaltScrapMgr = 's'<<24 | 'c'<<16 | 'r'<<8 | 'a' // 'scra' // GestaltScrapMgrTranslationAware: If `true`, the Scrap Manager supports Translation Manager. GestaltScrapMgrTranslationAware GestaltScrapMgr = 0 )
func (GestaltScrapMgr) String ¶ added in v0.5.1
func (e GestaltScrapMgr) String() string
type GestaltScreenCapture ¶ added in v0.5.1
type GestaltScreenCapture uint
const ( GestaltScreenCaptureDir GestaltScreenCapture = 'p'<<24 | 'i'<<16 | 'c'<<8 | '2' // 'pic2' GestaltScreenCaptureMain GestaltScreenCapture = 'p'<<24 | 'i'<<16 | 'c'<<8 | '1' // 'pic1' )
func (GestaltScreenCapture) String ¶ added in v0.5.1
func (e GestaltScreenCapture) String() string
type GestaltScript ¶ added in v0.5.1
type GestaltScript uint
const ( // GestaltScriptCount: The selector you pass to the Gestalt function to determine the number of script systems currently active. GestaltScriptCount GestaltScript = 's'<<24 | 'c'<<16 | 'r'<<8 | '#' // 'scr#' )
func (GestaltScript) String ¶ added in v0.5.1
func (e GestaltScript) String() string
type GestaltScriptMgr ¶ added in v0.5.1
type GestaltScriptMgr uint
const ( // GestaltScriptMgrVersion: The selector you pass to the [Gestalt] function to determine the version number of the Script Manager (in the low-order word of the return value). GestaltScriptMgrVersion GestaltScriptMgr = 's'<<24 | 'c'<<16 | 'r'<<8 | 'i' // 'scri' )
func (GestaltScriptMgr) String ¶ added in v0.5.1
func (e GestaltScriptMgr) String() string
type GestaltShutdown ¶ added in v0.5.1
type GestaltShutdown uint
const ( GestaltShutdownAttributes GestaltShutdown = 's'<<24 | 'h'<<16 | 'u'<<8 | 't' // 'shut' GestaltShutdownHassdOnBootVolUnmount GestaltShutdown = 0 )
func (GestaltShutdown) String ¶ added in v0.5.1
func (e GestaltShutdown) String() string
type GestaltSoftwareVendor ¶ added in v0.5.1
type GestaltSoftwareVendor uint
const ( GestaltSoftwareVendorApple GestaltSoftwareVendor = 'A'<<24 | 'p'<<16 | 'p'<<8 | 'l' // 'Appl' GestaltSoftwareVendorCode GestaltSoftwareVendor = 's'<<24 | 'r'<<16 | 'a'<<8 | 'd' // 'srad' GestaltSoftwareVendorLicensee GestaltSoftwareVendor = 'L'<<24 | 'c'<<16 | 'n'<<8 | 's' // 'Lcns' )
func (GestaltSoftwareVendor) String ¶ added in v0.5.1
func (e GestaltSoftwareVendor) String() string
type GestaltSpeech ¶ added in v0.5.1
type GestaltSpeech uint
const ( // GestaltSpeechAttr: The selector you pass to the [Gestalt] function to determine the Speech Manager attributes. GestaltSpeechAttr GestaltSpeech = 't'<<24 | 't'<<16 | 's'<<8 | 'c' // 'ttsc' GestaltSpeechHasPPCGlue GestaltSpeech = 1 GestaltSpeechMgrPresent GestaltSpeech = 0 )
func (GestaltSpeech) String ¶ added in v0.5.1
func (e GestaltSpeech) String() string
type GestaltSpeechRecognition ¶ added in v0.5.1
type GestaltSpeechRecognition uint
const (
GestaltSpeechRecognitionVersion GestaltSpeechRecognition = 's'<<24 | 'r'<<16 | 't'<<8 | 'b' // 'srtb'
)
func (GestaltSpeechRecognition) String ¶ added in v0.5.1
func (e GestaltSpeechRecognition) String() string
type GestaltSplitOS ¶ added in v0.5.1
type GestaltSplitOS uint
const ( GestaltSplitOSAttr GestaltSplitOS = 's'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'spos' GestaltSplitOSAware GestaltSplitOS = 1 GestaltSplitOSBootDriveIsNetworkVolume GestaltSplitOS = 0 GestaltSplitOSEnablerVolumeIsDifferentFromBootVolume GestaltSplitOS = 2 GestaltSplitOSMachineNameSetToNetworkNameTemp GestaltSplitOS = 3 GestaltSplitOSMachineNameStartupDiskIsNonPersistent GestaltSplitOS = 5 )
func (GestaltSplitOS) String ¶ added in v0.5.1
func (e GestaltSplitOS) String() string
type GestaltStandard ¶ added in v0.5.1
type GestaltStandard uint
const ( // GestaltStandardFile58: # Discussion GestaltStandardFile58 GestaltStandard = 0 // GestaltStandardFileAttr: The selector you pass to the Gestalt function to determine the Standard File Package attributes. GestaltStandardFileAttr GestaltStandard = 's'<<24 | 't'<<16 | 'd'<<8 | 'f' // 'stdf' GestaltStandardFileHasColorIcons GestaltStandard = 2 GestaltStandardFileHasDynamicVolumeAllocation GestaltStandard = 4 GestaltStandardFileTranslationAware GestaltStandard = 1 GestaltStandardFileUseGenericIcons GestaltStandard = 3 )
func (GestaltStandard) String ¶ added in v0.5.1
func (e GestaltStandard) String() string
type GestaltStdNBP ¶ added in v0.5.1
type GestaltStdNBP uint
const ( // GestaltStdNBPAttr: The selector you pass to the [Gestalt] function to determine information about the StandardNBP (Name-Binding Protocol) function. GestaltStdNBPAttr GestaltStdNBP = 'n'<<24 | 'l'<<16 | 'u'<<8 | 'p' // 'nlup' GestaltStdNBPPresent GestaltStdNBP = 0 GestaltStdNBPSupportsAutoPosition GestaltStdNBP = 1 )
func (GestaltStdNBP) String ¶ added in v0.5.1
func (e GestaltStdNBP) String() string
type GestaltSystem ¶ added in v0.5.1
type GestaltSystem uint
const ( // Deprecated. GestaltSystemVersion GestaltSystem = 's'<<24 | 'y'<<16 | 's'<<8 | 'v' // 'sysv' // Deprecated. GestaltSystemVersionBugFix GestaltSystem = 's'<<24 | 'y'<<16 | 's'<<8 | '3' // 'sys3' // Deprecated. GestaltSystemVersionMajor GestaltSystem = 's'<<24 | 'y'<<16 | 's'<<8 | '1' // 'sys1' // Deprecated. GestaltSystemVersionMinor GestaltSystem = 's'<<24 | 'y'<<16 | 's'<<8 | '2' // 'sys2' )
func (GestaltSystem) String ¶ added in v0.5.1
func (e GestaltSystem) String() string
type GestaltSystemUpdate ¶ added in v0.5.1
type GestaltSystemUpdate uint
const (
GestaltSystemUpdateVersion GestaltSystemUpdate = 's'<<24 | 'y'<<16 | 's'<<8 | 'u' // 'sysu'
)
func (GestaltSystemUpdate) String ¶ added in v0.5.1
func (e GestaltSystemUpdate) String() string
type GestaltTE ¶ added in v0.5.1
type GestaltTE uint
const ( // GestaltTEAttr: The [Gestalt] selector you pass to determine whichTextEdit attributes are present. GestaltTEAttr GestaltTE = 't'<<24 | 'e'<<16 | 'a'<<8 | 't' // 'teat' // GestaltTEHasGetHiliteRgn: If true, TextEdit has [TEGetHiliteRgn]. GestaltTEHasGetHiliteRgn GestaltTE = 0 // GestaltTEHasWhiteBackground: If `true`, TextEdit supports overriding the [TERec]' data structure background field to white. GestaltTEHasWhiteBackground GestaltTE = 3 // GestaltTESupportsInlineInput: If `true`, TextEdit does Inline Input. GestaltTESupportsInlineInput GestaltTE = 1 // GestaltTESupportsTextObjects: If `true`, TextEdit does Text Objects. GestaltTESupportsTextObjects GestaltTE = 2 )
type GestaltTS ¶ added in v0.5.1
type GestaltTS uint
const ( GestaltTSMDisplayMgrAwareBit GestaltTS = 0 GestaltTSMdoesTSMTEBit GestaltTS = 1 GestaltTSMgr15 GestaltTS = 336 GestaltTSMgr20 GestaltTS = 512 GestaltTSMgr22 GestaltTS = 544 GestaltTSMgr23 GestaltTS = 560 GestaltTSMgrAttr GestaltTS = 't'<<24 | 's'<<16 | 'm'<<8 | 'a' // 'tsma' // GestaltTSMgrVersion: The selector you pass to the [Gestalt] function to determine the version of the Text Services Manager. GestaltTSMgrVersion GestaltTS = 't'<<24 | 's'<<16 | 'm'<<8 | 'v' // 'tsmv' )
type GestaltTSMT ¶ added in v0.5.1
type GestaltTSMT uint
const ( GestaltTSMTE GestaltTSMT = 0 GestaltTSMTE1 GestaltTSMT = 256 GestaltTSMTE15 GestaltTSMT = 336 GestaltTSMTE152 GestaltTSMT = 338 GestaltTSMTEAttr GestaltTSMT = 't'<<24 | 'm'<<16 | 'T'<<8 | 'E' // 'tmTE' GestaltTSMTEPresent GestaltTSMT = 0 GestaltTSMTEVersion GestaltTSMT = 't'<<24 | 'm'<<16 | 'T'<<8 | 'V' // 'tmTV' )
func (GestaltTSMT) String ¶ added in v0.5.1
func (e GestaltTSMT) String() string
type GestaltTeleMgr ¶ added in v0.5.1
type GestaltTeleMgr uint
const ( GestaltTeleMgrAttr GestaltTeleMgr = 't'<<24 | 'e'<<16 | 'l'<<8 | 'e' // 'tele' GestaltTeleMgrAutoAnswer GestaltTeleMgr = 3 GestaltTeleMgrIndHandset GestaltTeleMgr = 4 GestaltTeleMgrNewTELNewSupport GestaltTeleMgr = 6 GestaltTeleMgrPowerPCSupport GestaltTeleMgr = 1 GestaltTeleMgrPresent GestaltTeleMgr = 0 GestaltTeleMgrSilenceDetect GestaltTeleMgr = 5 GestaltTeleMgrSoundStreams GestaltTeleMgr = 2 )
func (GestaltTeleMgr) String ¶ added in v0.5.1
func (e GestaltTeleMgr) String() string
type GestaltTermMgr ¶ added in v0.5.1
type GestaltTermMgr uint
const ( // GestaltTermMgrAttr: The selector you pass to the [Gestalt] function to determine the Terminal Manager attributes. GestaltTermMgrAttr GestaltTermMgr = 't'<<24 | 'e'<<16 | 'r'<<8 | 'm' // 'term' GestaltTermMgrErrorString GestaltTermMgr = 2 GestaltTermMgrPresent GestaltTermMgr = 0 )
func (GestaltTermMgr) String ¶ added in v0.5.1
func (e GestaltTermMgr) String() string
type GestaltToolbox ¶ added in v0.5.1
type GestaltToolbox uint
const ( // GestaltToolboxTable: The selector you pass to the [Gestalt] function to determine the base address of the Toolbox trap dispatch table. GestaltToolboxTable GestaltToolbox = 't'<<24 | 'b'<<16 | 't'<<8 | 't' // 'tbtt' )
func (GestaltToolbox) String ¶ added in v0.5.1
func (e GestaltToolbox) String() string
type GestaltTranslation ¶ added in v0.5.1
type GestaltTranslation uint
const ( // GestaltTranslationAttr: The [Gestalt] selector you pass to determine which Translation Manager attributes are present. GestaltTranslationAttr GestaltTranslation = 'x'<<24 | 'l'<<16 | 'a'<<8 | 't' // 'xlat' // GestaltTranslationGetPathAPIAvail: If true, the functions [GetFileTranslationPath] and [GetPathTranslationDialog] are available. GestaltTranslationGetPathAPIAvail GestaltTranslation = 3 // GestaltTranslationMgrExists: If `true`, the Translation Manager is present. GestaltTranslationMgrExists GestaltTranslation = 0 // GestaltTranslationMgrHintOrder: In earlier versions of the Translation Manager, the scrap hints in the [DoTranslateScrapProcPtr] function were reversed. GestaltTranslationMgrHintOrder GestaltTranslation = 1 // GestaltTranslationPPCAvail: If `true`, the PowerPC Translation Library is available, and you can call the Translation Manager from native PowerPC code. GestaltTranslationPPCAvail GestaltTranslation = 2 )
func (GestaltTranslation) String ¶ added in v0.5.1
func (e GestaltTranslation) String() string
type GestaltUDF ¶ added in v0.5.1
type GestaltUDF uint
const (
GestaltUDFSupport GestaltUDF = 'k'<<24 | 'u'<<16 | 'd'<<8 | 'f' // 'kudf'
)
func (GestaltUDF) String ¶ added in v0.5.1
func (e GestaltUDF) String() string
type GestaltUSB ¶ added in v0.5.1
type GestaltUSB uint
const ( GestaltUSBAttr GestaltUSB = 'u'<<24 | 's'<<16 | 'b'<<8 | ' ' // 'usb ' GestaltUSBHasIsoch GestaltUSB = 1 GestaltUSBPresent GestaltUSB = 0 GestaltUSBVersion GestaltUSB = 'u'<<24 | 's'<<16 | 'b'<<8 | 'v' // 'usbv' )
func (GestaltUSB) String ¶ added in v0.5.1
func (e GestaltUSB) String() string
type GestaltUSBPrinterSharing ¶ added in v0.5.1
type GestaltUSBPrinterSharing uint
const ( GestaltUSBPrinterSharingAttr GestaltUSBPrinterSharing = 'z'<<24 | 'a'<<16 | 'k'<<8 | ' ' // 'zak ' GestaltUSBPrinterSharingAttrBooted GestaltUSBPrinterSharing = 1073741824 GestaltUSBPrinterSharingAttrMask GestaltUSBPrinterSharing = 0 GestaltUSBPrinterSharingAttrRunning GestaltUSBPrinterSharing = 0 GestaltUSBPrinterSharingVersion GestaltUSBPrinterSharing = 'z'<<24 | 'a'<<16 | 'k'<<8 | ' ' // 'zak ' GestaltUSBPrinterSharingVersionMask GestaltUSBPrinterSharing = 65535 )
func (GestaltUSBPrinterSharing) String ¶ added in v0.5.1
func (e GestaltUSBPrinterSharing) String() string
type GestaltUserVisibleMachine ¶ added in v0.5.1
type GestaltUserVisibleMachine uint
const (
GestaltUserVisibleMachineName GestaltUserVisibleMachine = 'm'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'mnam'
)
func (GestaltUserVisibleMachine) String ¶ added in v0.5.1
func (e GestaltUserVisibleMachine) String() string
type GestaltVIA1 ¶ added in v0.5.1
type GestaltVIA1 uint
const (
GestaltVIA1Addr GestaltVIA1 = 'v'<<24 | 'i'<<16 | 'a'<<8 | '1' // 'via1'
)
func (GestaltVIA1) String ¶ added in v0.5.1
func (e GestaltVIA1) String() string
type GestaltVIA2 ¶ added in v0.5.1
type GestaltVIA2 uint
const (
GestaltVIA2Addr GestaltVIA2 = 'v'<<24 | 'i'<<16 | 'a'<<8 | '2' // 'via2'
)
func (GestaltVIA2) String ¶ added in v0.5.1
func (e GestaltVIA2) String() string
type GestaltVM ¶ added in v0.5.1
type GestaltVM uint
const ( // GestaltVMAttr: The [Gestalt] selector you pass to determine the virtual memory attributes that are present. GestaltVMAttr GestaltVM = 'v'<<24 | 'm'<<16 | ' '<<8 | ' ' // 'vm ' GestaltVMFilemappingOn GestaltVM = 3 GestaltVMHasLockMemoryForOutput GestaltVM = 1 GestaltVMHasPagingControl GestaltVM = 4 // GestaltVMPresent: If `true`, virtual memory is present. GestaltVMPresent GestaltVM = 0 )
type GestaltVMBackingStoreFileRef ¶ added in v0.5.1
type GestaltVMBackingStoreFileRef uint
const (
GestaltVMBackingStoreFileRefNum GestaltVMBackingStoreFileRef = 'v'<<24 | 'm'<<16 | 'b'<<8 | 's' // 'vmbs'
)
func (GestaltVMBackingStoreFileRef) String ¶ added in v0.5.1
func (e GestaltVMBackingStoreFileRef) String() string
type GestaltVMInfo ¶ added in v0.5.1
type GestaltVMInfo uint
const ( GestaltVMInfoNoneType GestaltVMInfo = 3 GestaltVMInfoSimpleType GestaltVMInfo = 2 GestaltVMInfoSizeStorageType GestaltVMInfo = 0 GestaltVMInfoSizeType GestaltVMInfo = 1 GestaltVMInfoType GestaltVMInfo = 'v'<<24 | 'm'<<16 | 'i'<<8 | 'n' // 'vmin' )
func (GestaltVMInfo) String ¶ added in v0.5.1
func (e GestaltVMInfo) String() string
type GestaltX86 ¶ added in v0.5.1
type GestaltX86 uint
const ( GestaltX86AdditionalFeatures GestaltX86 = 'x'<<24 | '8'<<16 | '6'<<8 | 'a' // 'x86a' GestaltX86Features GestaltX86 = 'x'<<24 | '8'<<16 | '6'<<8 | 'f' // 'x86f' GestaltX86HasAPIC GestaltX86 = 9 GestaltX86HasCID GestaltX86 = 10 GestaltX86HasCLFSH GestaltX86 = 19 GestaltX86HasCMOV GestaltX86 = 15 GestaltX86HasCX16 GestaltX86 = 13 GestaltX86HasCX8 GestaltX86 = 8 GestaltX86HasDE GestaltX86 = 2 GestaltX86HasDS GestaltX86 = 21 GestaltX86HasDSCPL GestaltX86 = 4 GestaltX86HasEST GestaltX86 = 7 GestaltX86HasFPU GestaltX86 = 0 GestaltX86HasFXSR GestaltX86 = 24 GestaltX86HasHTT GestaltX86 = 28 GestaltX86HasMCA GestaltX86 = 14 GestaltX86HasMCE GestaltX86 = 7 GestaltX86HasMMX GestaltX86 = 23 GestaltX86HasMONITOR GestaltX86 = 3 GestaltX86HasMSR GestaltX86 = 5 GestaltX86HasMTRR GestaltX86 = 12 GestaltX86HasPAE GestaltX86 = 6 GestaltX86HasPAT GestaltX86 = 16 GestaltX86HasPGE GestaltX86 = 13 GestaltX86HasPSE GestaltX86 = 3 GestaltX86HasPSE36 GestaltX86 = 17 GestaltX86HasPSN GestaltX86 = 18 GestaltX86HasSEP GestaltX86 = 11 GestaltX86HasSMX GestaltX86 = 6 GestaltX86HasSS GestaltX86 = 27 GestaltX86HasSSE GestaltX86 = 25 GestaltX86HasSSE2 GestaltX86 = 26 GestaltX86HasSSE3 GestaltX86 = 0 GestaltX86HasSupplementalSSE3 GestaltX86 = 9 GestaltX86HasTM GestaltX86 = 29 GestaltX86HasTM2 GestaltX86 = 8 GestaltX86HasTSC GestaltX86 = 4 GestaltX86HasVME GestaltX86 = 1 GestaltX86HasVMX GestaltX86 = 5 GestaltX86HasxTPR GestaltX86 = 14 GestaltX86ResACPI GestaltX86 = 22 GestaltX86Serviced20 GestaltX86 = 20 )
func (GestaltX86) String ¶ added in v0.5.1
func (e GestaltX86) String() string
type GetMissingComponentResourceUPP ¶
See: https://developer.apple.com/documentation/coreservices/getmissingcomponentresourceupp
func NewGetMissingComponentResourceUPP
deprecated
func NewGetMissingComponentResourceUPP(arg0 unsafe.Pointer) GetMissingComponentResourceUPP
NewGetMissingComponentResourceUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516619-newgetmissingcomponentresourceup
type GetVolParmsInfoBuffer ¶
See: https://developer.apple.com/documentation/coreservices/getvolparmsinfobuffer
type Greaterthan ¶ added in v0.5.1
type Greaterthan uint
const ( EQUALTO Greaterthan = 2 GREATERTHAN Greaterthan = 0 LESSTHAN Greaterthan = 1 UNORDERED Greaterthan = 3 )
func (Greaterthan) String ¶ added in v0.5.1
func (e Greaterthan) String() string
type HFSCatalogNodeID ¶
type HFSCatalogNodeID = uint32
See: https://developer.apple.com/documentation/coreservices/hfscatalognodeid
type IMemFullErr ¶
type IMemFullErr int
const ( IIOAbort IMemFullErr = -27 IMemFullErrValue IMemFullErr = -108 )
func (IMemFullErr) String ¶
func (e IMemFullErr) String() string
type IOCompletionUPP ¶
See: https://developer.apple.com/documentation/coreservices/iocompletionupp
func NewIOCompletionUPP
deprecated
func NewIOCompletionUPP(arg0 unsafe.Pointer) IOCompletionUPP
NewIOCompletionUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1565869-newiocompletionupp
type ISAType ¶
type ISAType = int8
See: https://developer.apple.com/documentation/coreservices/isatype
type IconFamilyElement ¶
See: https://developer.apple.com/documentation/coreservices/iconfamilyelement
type IconFamilyHandle ¶
See: https://developer.apple.com/documentation/coreservices/iconfamilyhandle
type IconFamilyResource ¶
See: https://developer.apple.com/documentation/coreservices/iconfamilyresource
type IconRef ¶
type IconRef uintptr
See: https://developer.apple.com/documentation/coreservices/iconref
type IconServicesUsageFlags ¶
type IconServicesUsageFlags = uint32
See: https://developer.apple.com/documentation/coreservices/iconservicesusageflags
type IndexToUCStringProcPtr ¶
type IndexToUCStringProcPtr = func(uint32, unsafe.Pointer, unsafe.Pointer, objectivec.IObject, objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/indextoucstringprocptr
type IndexToUCStringUPP ¶
See: https://developer.apple.com/documentation/coreservices/indextoucstringupp
func NewIndexToUCStringUPP ¶
func NewIndexToUCStringUPP(userRoutine IndexToUCStringProcPtr) IndexToUCStringUPP
NewIndexToUCStringUPP.
See: https://developer.apple.com/documentation/coreservices/1390384-newindextoucstringupp
type InstrumentChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/instrumentchunkptr
type InternalComponentErr ¶
type InternalComponentErr int
const ( CantReceiveFromSynthesizerOSErr InternalComponentErr = -2073 CantSendToSynthesizerOSErr InternalComponentErr = -2072 IllegalChannelOSErr InternalComponentErr = -2076 IllegalControllerOSErr InternalComponentErr = -2080 IllegalInstrumentOSErr InternalComponentErr = -2079 IllegalKnobOSErr InternalComponentErr = -2077 IllegalKnobValueOSErr InternalComponentErr = -2078 IllegalNoteChannelOSErr InternalComponentErr = -2084 IllegalPartOSErr InternalComponentErr = -2075 IllegalVoiceAllocationOSErr InternalComponentErr = -2074 InternalComponentErrValue InternalComponentErr = -2070 MidiManagerAbsentOSErr InternalComponentErr = -2081 NoExportProcAvailableErr InternalComponentErr = -2089 NotImplementedMusicOSErr InternalComponentErr = -2071 NoteChannelNotAllocatedOSErr InternalComponentErr = -2085 SynthesizerNotRespondingOSErr InternalComponentErr = -2082 SynthesizerOSErr InternalComponentErr = -2083 TuneParseOSErr InternalComponentErr = -2087 TunePlayerFullOSErr InternalComponentErr = -2086 VideoOutputInUseErr InternalComponentErr = -2090 )
func (InternalComponentErr) String ¶
func (e InternalComponentErr) String() string
type InternalScrapErr ¶
type InternalScrapErr int
const ( BadScrapRefErr InternalScrapErr = -4990 DuplicateScrapFlavorErr InternalScrapErr = -4989 IllegalScrapFlavorFlagsErr InternalScrapErr = -4997 IllegalScrapFlavorSizeErr InternalScrapErr = -4999 IllegalScrapFlavorTypeErr InternalScrapErr = -4998 InternalScrapErrValue InternalScrapErr = -4988 NeedClearScrapErr InternalScrapErr = -100 NilScrapFlavorDataErr InternalScrapErr = -4994 NoScrapPromiseKeeperErr InternalScrapErr = -4993 ProcessStateIncorrectErr InternalScrapErr = -4991 ScrapFlavorFlagsMismatchErr InternalScrapErr = -4995 ScrapFlavorNotFoundErr InternalScrapErr = -102 ScrapFlavorSizeMismatchErr InternalScrapErr = -4996 ScrapPromiseNotKeptErr InternalScrapErr = -4992 )
func (InternalScrapErr) String ¶
func (e InternalScrapErr) String() string
type IntlText ¶
type IntlText struct {
TheScriptCode unsafe.Pointer
TheLangCode unsafe.Pointer
TheText unsafe.Pointer
}
IntlText - International text consists of an ordered series of bytes, beginning with a 4-byte language code and a 4-byte script code that together determine the format of the bytes that follow.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/intltext
type InvalidComponentID ¶
type InvalidComponentID int
const ( ComponentDontRegister InvalidComponentID = -3003 // ComponentNotCaptured: This component has not been captured. ComponentNotCaptured InvalidComponentID = -3002 // InvalidComponentIDValue: Invalid component ID. InvalidComponentIDValue InvalidComponentID = -3000 RetryComponentRegistrationErr InvalidComponentID = -3005 UnresolvedComponentDLLErr InvalidComponentID = -3004 // ValidInstancesExist: This component has open connections. ValidInstancesExist InvalidComponentID = -3001 )
func (InvalidComponentID) String ¶
func (e InvalidComponentID) String() string
type InvalidIconRefErr ¶
type InvalidIconRefErr int
const ( InvalidIconRefErrValue InvalidIconRefErr = -2580 NoIconDataAvailableErr InvalidIconRefErr = -2582 NoSuchIconErr InvalidIconRefErr = -2581 )
func (InvalidIconRefErr) String ¶
func (e InvalidIconRefErr) String() string
type InvalidTranslationPathErr ¶
type InvalidTranslationPathErr int
const ( BadTranslationSpecErr InvalidTranslationPathErr = -3031 CouldNotParseSourceFileErr InvalidTranslationPathErr = -3026 InvalidTranslationPathErrValue InvalidTranslationPathErr = -3025 NoPrefAppErr InvalidTranslationPathErr = -3032 NoTranslationPathErr InvalidTranslationPathErr = -3030 )
func (InvalidTranslationPathErr) String ¶
func (e InvalidTranslationPathErr) String() string
type ItlcDisableKeyScript ¶ added in v0.5.1
type ItlcDisableKeyScript uint
const (
ItlcDisableKeyScriptSyncValue ItlcDisableKeyScript = 3
)
func (ItlcDisableKeyScript) String ¶ added in v0.5.1
func (e ItlcDisableKeyScript) String() string
type ItlcDisableKeyScriptSync ¶ added in v0.5.1
type ItlcDisableKeyScriptSync uint
const (
ItlcDisableKeyScriptSyncMask ItlcDisableKeyScriptSync = 8
)
func (ItlcDisableKeyScriptSync) String ¶ added in v0.5.1
func (e ItlcDisableKeyScriptSync) String() string
type K32BitHeap ¶ added in v0.5.1
type K32BitHeap uint
const ( // Deprecated. K32BitHeapValue K32BitHeap = 1 // Deprecated. KNewDebugHeap K32BitHeap = 4 // Deprecated. KNewStyleHeap K32BitHeap = 2 )
func (K32BitHeap) String ¶ added in v0.5.1
func (e K32BitHeap) String() string
type K68kInterruptLevelMask ¶ added in v0.5.1
type K68kInterruptLevelMask uint
const ( // Deprecated. K68kInterruptLevelMaskValue K68kInterruptLevelMask = 7 // Deprecated. KInDeferredTaskMask K68kInterruptLevelMask = 32 // Deprecated. KInNestedInterruptMask K68kInterruptLevelMask = 128 // Deprecated. KInSecondaryIntHandlerMask K68kInterruptLevelMask = 64 // Deprecated. KInVBLTaskMask K68kInterruptLevelMask = 16 )
func (K68kInterruptLevelMask) String ¶ added in v0.5.1
func (e K68kInterruptLevelMask) String() string
type KAE ¶
type KAE uint
const ( KAEActivate KAE = 'a'<<24 | 'c'<<16 | 't'<<8 | 'v' // 'actv' // KAEAlwaysInteract: # Discussion KAEAlwaysInteract KAE = 48 // KAEAnswer: Event that is a reply Apple event. KAEAnswer KAE = 'a'<<24 | 'n'<<16 | 's'<<8 | 'r' // 'ansr' KAEApplicationClass KAE = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'l' // 'appl' // KAEApplicationDied: Event sent by the Process Manager to an application that launched another application when the launched application quits or terminates. KAEApplicationDied KAE = 'o'<<24 | 'b'<<16 | 'i'<<8 | 't' // 'obit' KAEAsk KAE = 'a'<<24 | 's'<<16 | 'k'<<8 | ' ' // 'ask ' KAEAutoDown KAE = 'a'<<24 | 'u'<<16 | 't'<<8 | 'o' // 'auto' KAEBefore KAE = 'b'<<24 | 'e'<<16 | 'f'<<8 | 'o' // 'befo' KAEBeginTransaction KAE = 'b'<<24 | 'e'<<16 | 'g'<<8 | 'i' // 'begi' KAEBeginning KAE = 'b'<<24 | 'g'<<16 | 'n'<<8 | 'g' // 'bgng' // KAEBeginsWith: The value of `operand1` begins with the value of `operand2` (for example, the string `"operand"` begins with the string `"opera"`). KAEBeginsWith KAE = 'b'<<24 | 'g'<<16 | 'w'<<8 | 't' // 'bgwt' KAEBold KAE = 'b'<<24 | 'o'<<16 | 'l'<<8 | 'd' // 'bold' // KAECanInteract: # Discussion KAECanInteract KAE = 32 // KAECanSwitchLayer: # Discussion KAECanSwitchLayer KAE = 64 KAECaseSensEquals KAE = 'c'<<24 | 's'<<16 | 'e'<<8 | 'q' // 'cseq' KAECentered KAE = 'c'<<24 | 'e'<<16 | 'n'<<8 | 't' // 'cent' KAEChangeView KAE = 'v'<<24 | 'i'<<16 | 'e'<<8 | 'w' // 'view' KAEClone KAE = 'c'<<24 | 'l'<<16 | 'o'<<8 | 'n' // 'clon' KAEClose KAE = 'c'<<24 | 'l'<<16 | 'o'<<8 | 's' // 'clos' KAECommandClass KAE = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'd' // 'cmnd' KAECondensed KAE = 'c'<<24 | 'o'<<16 | 'n'<<8 | 'd' // 'cond' // KAEContains: The value of `operand1` contains the value of `operand2 `(for example, the string `"operand"` contains the string `"era"`). KAEContains KAE = 'c'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'cont' KAECopy KAE = 'c'<<24 | 'o'<<16 | 'p'<<8 | 'y' // 'copy' // KAECoreSuite: An Apple event in the Standard Suite. KAECoreSuite KAE = 'c'<<24 | 'o'<<16 | 'r'<<8 | 'e' // 'core' KAECountElements KAE = 'c'<<24 | 'n'<<16 | 't'<<8 | 'e' // 'cnte' KAECreateElement KAE = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'l' // 'crel' KAECreatePublisher KAE = 'c'<<24 | 'p'<<16 | 'u'<<8 | 'b' // 'cpub' KAECut KAE = 'c'<<24 | 'u'<<16 | 't'<<8 | ' ' // 'cut ' // KAEDataArray: Array items consist of data of the same size and same type, and are aligned on word boundaries. KAEDataArray KAE = 0 KAEDeactivate KAE = 'd'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'dact' KAEDelete KAE = 'd'<<24 | 'e'<<16 | 'l'<<8 | 'o' // 'delo' // KAEDescArray: Array items consist of descriptors of different descriptor types with data of variable size. KAEDescArray KAE = 3 // KAEDirectCall: The source of the Apple event is a direct call that bypassed the PPC Toolbox. KAEDirectCall KAE = 1 KAEDiskEvent KAE = 'd'<<24 | 'i'<<16 | 's'<<8 | 'k' // 'disk' KAEDoNotAutomaticallyAddAnnotationsToEvent KAE = 65536 KAEDoObjectsExist KAE = 'd'<<24 | 'o'<<16 | 'e'<<8 | 'x' // 'doex' KAEDoScript KAE = 'd'<<24 | 'o'<<16 | 's'<<8 | 'c' // 'dosc' // KAEDontExecute: # Discussion KAEDontExecute KAE = 8192 // KAEDontReconnect: # Discussion KAEDontReconnect KAE = 128 // KAEDontRecord: # Discussion KAEDontRecord KAE = 4096 KAEDown KAE = 'd'<<24 | 'o'<<16 | 'w'<<8 | 'n' // 'down' KAEDrag KAE = 'd'<<24 | 'r'<<16 | 'a'<<8 | 'g' // 'drag' KAEDuplicateSelection KAE = 's'<<24 | 'd'<<16 | 'u'<<8 | 'p' // 'sdup' KAEEditGraphic KAE = 'e'<<24 | 'd'<<16 | 'i'<<8 | 't' // 'edit' KAEEmptyTrash KAE = 'e'<<24 | 'm'<<16 | 'p'<<8 | 't' // 'empt' KAEEnd KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | ' ' // 'end ' KAEEndTransaction KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | 't' // 'endt' // KAEEndsWith: The value of `operand1` ends with the value of `operand2` (for example, the string `"operand"` ends with the string `"and"`). KAEEndsWith KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | 's' // 'ends' // KAEEquals: The value of `operand1` is equal to the value of `operand2` KAEEquals KAE = '='<<24 | ' '<<16 | ' '<<8 | ' ' // '= ' KAEExpanded KAE = 'p'<<24 | 'e'<<16 | 'x'<<8 | 'p' // 'pexp' KAEFast KAE = 'f'<<24 | 'a'<<16 | 's'<<8 | 't' // 'fast' // KAEFinderEvents: An event that the Finder accepts. KAEFinderEvents KAE = 'F'<<24 | 'N'<<16 | 'D'<<8 | 'R' // 'FNDR' KAEFormulaProtect KAE = 'f'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'fpro' KAEFullyJustified KAE = 'f'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'full' KAEGetClassInfo KAE = 'q'<<24 | 'o'<<16 | 'b'<<8 | 'j' // 'qobj' KAEGetData KAE = 'g'<<24 | 'e'<<16 | 't'<<8 | 'd' // 'getd' KAEGetDataSize KAE = 'd'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'dsiz' KAEGetEventInfo KAE = 'g'<<24 | 't'<<16 | 'e'<<8 | 'i' // 'gtei' KAEGetInfoSelection KAE = 's'<<24 | 'i'<<16 | 'n'<<8 | 'f' // 'sinf' KAEGetPrivilegeSelection KAE = 's'<<24 | 'p'<<16 | 'r'<<8 | 'v' // 'sprv' KAEGetSuiteInfo KAE = 'g'<<24 | 't'<<16 | 's'<<8 | 'i' // 'gtsi' // KAEGreaterThan: The value of `operand1` is greater than the value of `operand2`. KAEGreaterThan KAE = '>'<<24 | ' '<<16 | ' '<<8 | ' ' // '> ' // KAEGreaterThanEquals: The value of `operand1` is greater than or equal to the value of `operand2`. KAEGreaterThanEquals KAE = '>'<<24 | '='<<16 | ' '<<8 | ' ' // '>= ' KAEGrow KAE = 'g'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'grow' // KAEHTTPProxyHostAttr: A value of type `typeChar` or `typeUTF8Text`. KAEHTTPProxyHostAttr KAE = 'x'<<24 | 'h'<<16 | 't'<<8 | 'h' // 'xhth' // KAEHTTPProxyPortAttr: A value of type `typeSInt32`. KAEHTTPProxyPortAttr KAE = 'x'<<24 | 'h'<<16 | 't'<<8 | 'p' // 'xhtp' KAEHandleSimpleRanges KAE = 32 KAEHiQuality KAE = 'h'<<24 | 'i'<<16 | 'q'<<8 | 'u' // 'hiqu' KAEHidden KAE = 'h'<<24 | 'i'<<16 | 'd'<<8 | 'n' // 'hidn' KAEHighLevel KAE = 'h'<<24 | 'i'<<16 | 'g'<<8 | 'h' // 'high' // KAEHighPriority: The Apple Event Manager posts the event at the beginning of the event queue of the server process. KAEHighPriority KAE = 1 // KAEIDoMarking: The application provides marking callback functions. KAEIDoMarking KAE = 4 // KAEIDoMinimum: The application does not handle whose tests or provide marking callbacks. KAEIDoMinimum KAE = 0 // KAEIDoWhose: The application supports whose tests (supports key form `formWhose`). KAEIDoWhose KAE = 1 KAEISWebStarSuite KAE = 1465341885 KAEImageGraphic KAE = 'i'<<24 | 'm'<<16 | 'g'<<8 | 'r' // 'imgr' KAEInfo KAE = 11 KAEInternetSuite KAE = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl' KAEIsUniform KAE = 'i'<<24 | 's'<<16 | 'u'<<8 | 'n' // 'isun' KAEItalic KAE = 'i'<<24 | 't'<<16 | 'a'<<8 | 'l' // 'ital' KAEKeyClass KAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'c' // 'keyc' // KAEKeyDescArray: Array items consist of keyword-specified descriptors with different keywords, different descriptor types, and data of variable size. KAEKeyDescArray KAE = 4 KAEKeyDown KAE = 'k'<<24 | 'd'<<16 | 'w'<<8 | 'n' // 'kdwn' KAELeftJustified KAE = 'l'<<24 | 'e'<<16 | 'f'<<8 | 't' // 'left' KAELessThan KAE = '<'<<24 | ' '<<16 | ' '<<8 | ' ' // '< ' // KAELessThanEquals: The value of `operand1` is less than or equal to the value of `operand2`. KAELessThanEquals KAE = '<'<<24 | '='<<16 | ' '<<8 | ' ' // '<= ' // KAELocalProcess: The source application is another process on the same computer as the target application. KAELocalProcess KAE = 3 KAELogOut KAE = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'o' // 'logo' KAELowercase KAE = 'l'<<24 | 'o'<<16 | 'w'<<8 | 'c' // 'lowc' KAEMain KAE = 0 KAEMakeObjectsVisible KAE = 'm'<<24 | 'v'<<16 | 'i'<<8 | 's' // 'mvis' KAEMenuClass KAE = 'm'<<24 | 'e'<<16 | 'n'<<8 | 'u' // 'menu' KAEMenuSelect KAE = 'm'<<24 | 'h'<<16 | 'i'<<8 | 't' // 'mhit' KAEMiscStandards KAE = 'm'<<24 | 'i'<<16 | 's'<<8 | 'c' // 'misc' KAEModifiable KAE = 'm'<<24 | 'o'<<16 | 'd'<<8 | 'f' // 'modf' KAEMouseClass KAE = 'm'<<24 | 'o'<<16 | 'u'<<8 | 's' // 'mous' KAEMouseDown KAE = 'm'<<24 | 'd'<<16 | 'w'<<8 | 'n' // 'mdwn' KAEMouseDownInBack KAE = 'm'<<24 | 'd'<<16 | 'b'<<8 | 'k' // 'mdbk' KAEMove KAE = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'e' // 'move' KAEMoved KAE = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'e' // 'move' // KAENeverInteract: # Discussion KAENeverInteract KAE = 16 KAENo KAE = 'n'<<24 | 'o'<<16 | ' '<<8 | ' ' // 'no ' KAENoArrow KAE = 'a'<<24 | 'r'<<16 | 'n'<<8 | 'o' // 'arno' // KAENoReply: The reply preference—your application does not want a reply Apple event. KAENoReply KAE = 1 KAENonmodifiable KAE = 'n'<<24 | 'm'<<16 | 'o'<<8 | 'd' // 'nmod' // KAENormalPriority: The Apple Event Manager posts the event at the end of the event queue of the server process and the server processes the Apple event as soon as it has the opportunity. KAENormalPriority KAE = 0 // KAENotifyRecording: # Discussion KAENotifyRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'r' // 'recr' // KAENotifyStartRecording: An event that notifies an application that recording has been turned on. KAENotifyStartRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | '1' // 'rec1' // KAENotifyStopRecording: An event that notifies an application that recording has been turned off. KAENotifyStopRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | '0' // 'rec0' KAENullEvent KAE = 'n'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'null' KAEOSAXSizeResource KAE = 'o'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'osiz' KAEOpen KAE = 'o'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'odoc' // KAEOpenApplication: Event that launches an application. KAEOpenApplication KAE = 'o'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'oapp' // KAEOpenContents: # Discussion KAEOpenContents KAE = 'o'<<24 | 'c'<<16 | 'o'<<8 | 'n' // 'ocon' // KAEOpenDocuments: # Discussion KAEOpenDocuments KAE = 'o'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'odoc' KAEOpenSelection KAE = 's'<<24 | 'o'<<16 | 'p'<<8 | 'e' // 'sope' KAEOutline KAE = 'o'<<24 | 'u'<<16 | 't'<<8 | 'l' // 'outl' // KAEPackedArray: Array items consist of data of the same size and same type, and are packed without regard for word boundaries. KAEPackedArray KAE = 1 KAEPageSetup KAE = 'p'<<24 | 'g'<<16 | 's'<<8 | 'u' // 'pgsu' KAEPassSubDescs KAE = 8 KAEPaste KAE = 'p'<<24 | 'a'<<16 | 's'<<8 | 't' // 'past' KAEPlain KAE = 'p'<<24 | 'l'<<16 | 'a'<<8 | 'n' // 'plan' KAEPrint KAE = 'p'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'pdoc' // KAEPrintDocuments: Event that provides an application with a list of documents to print. KAEPrintDocuments KAE = 'p'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'pdoc' KAEPrintSelection KAE = 's'<<24 | 'p'<<16 | 'r'<<8 | 'i' // 'spri' KAEPrintWindow KAE = 'p'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'pwin' // KAEProcessNonReplyEvents: Allow processing of non-reply Apple events while awaiting a synchronous Apple event reply (you specified `kAEWaitReply` for the reply preference). KAEProcessNonReplyEvents KAE = 32768 KAEPromise KAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'prom' KAEPutAwaySelection KAE = 's'<<24 | 'p'<<16 | 'u'<<8 | 't' // 'sput' KAEQDAdMax KAE = 'a'<<24 | 'd'<<16 | 'm'<<8 | 'x' // 'admx' KAEQDAdMin KAE = 'a'<<24 | 'd'<<16 | 'm'<<8 | 'n' // 'admn' KAEQDAddOver KAE = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'o' // 'addo' KAEQDAddPin KAE = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'p' // 'addp' KAEQDBic KAE = 'b'<<24 | 'i'<<16 | 'c'<<8 | ' ' // 'bic ' KAEQDBlend KAE = 'b'<<24 | 'l'<<16 | 'n'<<8 | 'd' // 'blnd' KAEQDCopy KAE = 'c'<<24 | 'p'<<16 | 'y'<<8 | ' ' // 'cpy ' KAEQDNotBic KAE = 'n'<<24 | 'b'<<16 | 'i'<<8 | 'c' // 'nbic' KAEQDNotCopy KAE = 'n'<<24 | 'c'<<16 | 'p'<<8 | 'y' // 'ncpy' KAEQDNotOr KAE = 'n'<<24 | 't'<<16 | 'o'<<8 | 'r' // 'ntor' KAEQDNotXor KAE = 'n'<<24 | 'x'<<16 | 'o'<<8 | 'r' // 'nxor' KAEQDOr KAE = 'o'<<24 | 'r'<<16 | ' '<<8 | ' ' // 'or ' KAEQDSubOver KAE = 's'<<24 | 'u'<<16 | 'b'<<8 | 'o' // 'subo' KAEQDSubPin KAE = 's'<<24 | 'u'<<16 | 'b'<<8 | 'p' // 'subp' KAEQDSupplementalSuite KAE = 'q'<<24 | 'd'<<16 | 's'<<8 | 'p' // 'qdsp' KAEQDXor KAE = 'x'<<24 | 'o'<<16 | 'r'<<8 | ' ' // 'xor ' // KAEQueueReply: The reply preference—your application wants a reply Apple event. KAEQueueReply KAE = 2 KAEQuickdrawSuite KAE = 'q'<<24 | 'd'<<16 | 'r'<<8 | 'w' // 'qdrw' KAEQuitAll KAE = 'q'<<24 | 'u'<<16 | 'i'<<8 | 'a' // 'quia' // KAEQuitApplication: Event that causes the application to quit. KAEQuitApplication KAE = 'q'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'quit' KAERawKey KAE = 'r'<<24 | 'k'<<16 | 'e'<<8 | 'y' // 'rkey' KAEReallyLogOut KAE = 'r'<<24 | 'l'<<16 | 'g'<<8 | 'o' // 'rlgo' KAERedo KAE = 'r'<<24 | 'e'<<16 | 'd'<<8 | 'o' // 'redo' KAERegular KAE = 'r'<<24 | 'e'<<16 | 'g'<<8 | 'l' // 'regl' // KAERemoteProcess: The source application is a process on a remote computer on the network. KAERemoteProcess KAE = 4 // KAEReopenApplication: Event that reopens an application. KAEReopenApplication KAE = 'r'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'rapp' KAEReplace KAE = 'r'<<24 | 'p'<<16 | 'l'<<8 | 'c' // 'rplc' KAERequiredSuite KAE = 'r'<<24 | 'e'<<16 | 'q'<<8 | 'd' // 'reqd' KAEResized KAE = 'r'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'rsiz' KAEResolveNestedLists KAE = 16 KAERestart KAE = 'r'<<24 | 'e'<<16 | 's'<<8 | 't' // 'rest' KAEResume KAE = 'r'<<24 | 's'<<16 | 'm'<<8 | 'e' // 'rsme' KAERevealSelection KAE = 's'<<24 | 'r'<<16 | 'e'<<8 | 'v' // 'srev' KAERevert KAE = 'r'<<24 | 'v'<<16 | 'r'<<8 | 't' // 'rvrt' KAERightJustified KAE = 'r'<<24 | 'g'<<16 | 'h'<<8 | 't' // 'rght' // KAESameProcess: The source of the Apple event is the same application that received the event (the target application and the source application are the same). KAESameProcess KAE = 2 KAESave KAE = 's'<<24 | 'a'<<16 | 'v'<<8 | 'e' // 'save' KAEScrapEvent KAE = 's'<<24 | 'c'<<16 | 'r'<<8 | 'p' // 'scrp' KAEScriptingSizeResource KAE = 's'<<24 | 'c'<<16 | 's'<<8 | 'z' // 'scsz' KAESelect KAE = 's'<<24 | 'l'<<16 | 'c'<<8 | 't' // 'slct' KAESetData KAE = 's'<<24 | 'e'<<16 | 't'<<8 | 'd' // 'setd' KAESetPosition KAE = 'p'<<24 | 'o'<<16 | 's'<<8 | 'n' // 'posn' KAEShadow KAE = 's'<<24 | 'h'<<16 | 'a'<<8 | 'd' // 'shad' KAESharing KAE = 13 KAEShowClipboard KAE = 's'<<24 | 'h'<<16 | 'c'<<8 | 'l' // 'shcl' // KAEShowPreferences: # Discussion KAEShowPreferences KAE = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'f' // 'pref' KAEShowRestartDialog KAE = 'r'<<24 | 'r'<<16 | 's'<<8 | 't' // 'rrst' KAEShowShutdownDialog KAE = 'r'<<24 | 's'<<16 | 'd'<<8 | 'n' // 'rsdn' KAEShutDown KAE = 's'<<24 | 'h'<<16 | 'u'<<8 | 't' // 'shut' KAESleep KAE = 's'<<24 | 'l'<<16 | 'e'<<8 | 'p' // 'slep' KAESmallCaps KAE = 's'<<24 | 'm'<<16 | 'c'<<8 | 'p' // 'smcp' KAESocks4Protocol KAE = 4 KAESocks5Protocol KAE = 5 KAESocksHostAttr KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 's' // 'xshs' KAESocksPasswordAttr KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'w' // 'xshw' KAESocksPortAttr KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'p' // 'xshp' KAESocksProxyAttr KAE = 'x'<<24 | 's'<<16 | 'o'<<8 | 'k' // 'xsok' KAESocksUserAttr KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'u' // 'xshu' KAESpecialClassProperties KAE = 'c'<<24 | '@'<<16 | '#'<<8 | '!' // 'c@#!' // KAEStartRecording: # Discussion KAEStartRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'a' // 'reca' // KAEStopRecording: # Discussion KAEStopRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'c' // 'recc' KAEStoppedMoving KAE = 's'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'stop' KAEStrikethrough KAE = 's'<<24 | 't'<<16 | 'r'<<8 | 'k' // 'strk' KAESubscript KAE = 's'<<24 | 'b'<<16 | 's'<<8 | 'c' // 'sbsc' KAESuperscript KAE = 's'<<24 | 'p'<<16 | 's'<<8 | 'c' // 'spsc' KAESuspend KAE = 's'<<24 | 'u'<<16 | 's'<<8 | 'p' // 'susp' KAETableSuite KAE = 't'<<24 | 'b'<<16 | 'l'<<8 | 's' // 'tbls' KAETerminologyExtension KAE = 'a'<<24 | 'e'<<16 | 't'<<8 | 'e' // 'aete' KAETextSuite KAE = 'T'<<24 | 'E'<<16 | 'X'<<8 | 'T' // 'TEXT' KAETransactionTerminated KAE = 't'<<24 | 't'<<16 | 'r'<<8 | 'm' // 'ttrm' KAEUnderline KAE = 'u'<<24 | 'n'<<16 | 'd'<<8 | 'l' // 'undl' KAEUndo KAE = 'u'<<24 | 'n'<<16 | 'd'<<8 | 'o' // 'undo' // KAEUnknownSource: The source of the Apple event is unknown. KAEUnknownSource KAE = 0 KAEUp KAE = 'u'<<24 | 'p'<<16 | ' '<<8 | ' ' // 'up ' KAEUpdate KAE = 'u'<<24 | 'p'<<16 | 'd'<<8 | 't' // 'updt' // KAEUseHTTPProxyAttr: A value of type `typeBoolean`. KAEUseHTTPProxyAttr KAE = 'x'<<24 | 'u'<<16 | 'p'<<8 | 'r' // 'xupr' KAEUseRelativeIterators KAE = 64 KAEUseSocksAttr KAE = 'x'<<24 | 's'<<16 | 'c'<<8 | 's' // 'xscs' KAEUserTerminology KAE = 'a'<<24 | 'e'<<16 | 'u'<<8 | 't' // 'aeut' KAEVirtualKey KAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'c' // 'keyc' // KAEWaitReply: # Discussion KAEWaitReply KAE = 3 KAEWakeUpEvent KAE = 'w'<<24 | 'a'<<16 | 'k'<<8 | 'e' // 'wake' // KAEWantReceipt: # Discussion KAEWantReceipt KAE = 512 KAEWholeWordEquals KAE = 'w'<<24 | 'w'<<16 | 'e'<<8 | 'q' // 'wweq' KAEWindowClass KAE = 'w'<<24 | 'i'<<16 | 'n'<<8 | 'd' // 'wind' KAEYes KAE = 'y'<<24 | 'e'<<16 | 's'<<8 | ' ' // 'yes ' KAEZoomValue KAE = 'z'<<24 | 'o'<<16 | 'o'<<8 | 'm' // 'zoom' )
type KAEAND ¶
type KAEAND uint
const ( // KAEANDValue: Specifies a logical [AND] operation. KAEANDValue KAEAND = 'A'<<24 | 'N'<<16 | 'D'<<8 | ' ' // 'AND ' // KAEAll: Specifies all the elements in the container. KAEAll KAEAND = 'a'<<24 | 'l'<<16 | 'l'<<8 | ' ' // 'all ' // KAEAny: Specifies a single element chosen at random from the container. KAEAny KAEAND = 'a'<<24 | 'n'<<16 | 'y'<<8 | ' ' // 'any ' // KAEFirst: The first element in the specified container. KAEFirst KAEAND = 'f'<<24 | 'i'<<16 | 'r'<<8 | 's' // 'firs' // KAELast: Specifies the last element in the container. KAELast KAEAND = 'l'<<24 | 'a'<<16 | 's'<<8 | 't' // 'last' // KAEMiddle: # Discussion KAEMiddle KAEAND = 'm'<<24 | 'i'<<16 | 'd'<<8 | 'd' // 'midd' // KAENOT: Specifies a logical [NOT] operation. KAENOT KAEAND = 'N'<<24 | 'O'<<16 | 'T'<<8 | ' ' // 'NOT ' // KAENext: Specifies the Apple event object after the container. KAENext KAEAND = 'n'<<24 | 'e'<<16 | 'x'<<8 | 't' // 'next' // KAEOR: Specifies a logical [OR] operation. KAEOR KAEAND = 'O'<<24 | 'R'<<16 | ' '<<8 | ' ' // 'OR ' // KAEPrevious: Specifies the Apple event object before the container. KAEPrevious KAEAND = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'v' // 'prev' // KeyAECompOperator: Specifies a descriptor of `typeType`, whose data consists of one of the constant values described in Key Form and Descriptor Type Object Specifier Constants. KeyAECompOperator KAEAND = 'r'<<24 | 'e'<<16 | 'l'<<8 | 'o' // 'relo' // KeyAEContainer: Specifies the container for the requested object or objects. KeyAEContainer KAEAND = 'f'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'from' // KeyAEDesiredClass: # Discussion KeyAEDesiredClass KAEAND = 'w'<<24 | 'a'<<16 | 'n'<<8 | 't' // 'want' // KeyAEKeyData: # Discussion KeyAEKeyData KAEAND = 's'<<24 | 'e'<<16 | 'l'<<8 | 'd' // 'seld' // KeyAEKeyForm: # Discussion KeyAEKeyForm KAEAND = 'f'<<24 | 'o'<<16 | 'r'<<8 | 'm' // 'form' // KeyAELogicalOperator: Specifies a descriptor of type `typeEnumerated` whose data is one of the logical operators (such as `kAEAND`) defined in Key Form and Descriptor Type Object Specifier Constants. KeyAELogicalOperator KAEAND = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'c' // 'logc' // KeyAELogicalTerms: Specifies a descriptor of type `typeAEList` containing one or more comparison or logical descriptors. KeyAELogicalTerms KAEAND = 't'<<24 | 'e'<<16 | 'r'<<8 | 'm' // 'term' // KeyAEObject1: # Discussion KeyAEObject1 KAEAND = 'o'<<24 | 'b'<<16 | 'j'<<8 | '1' // 'obj1' // KeyAEObject2: # Discussion KeyAEObject2 KAEAND = 'o'<<24 | 'b'<<16 | 'j'<<8 | '2' // 'obj2' )
type KAEApplicationActivation ¶ added in v0.5.1
type KAEApplicationActivation uint
const (
KAEApplicationActivationExpected KAEApplicationActivation = 'a'<<24 | 'a'<<16 | 'p'<<8 | 'd' // 'aapd'
)
func (KAEApplicationActivation) String ¶ added in v0.5.1
func (e KAEApplicationActivation) String() string
type KAEDefaultTimeout ¶
type KAEDefaultTimeout int
const ( // KAEDefaultTimeoutValue: The timeout value is determined by the Apple Event Manager. KAEDefaultTimeoutValue KAEDefaultTimeout = -1 // KNoTimeOut: Your application is willing to wait indefinitely. KNoTimeOut KAEDefaultTimeout = -2 )
func (KAEDefaultTimeout) String ¶
func (e KAEDefaultTimeout) String() string
type KAEDescListFactor ¶
type KAEDescListFactor uint
const ( KAEDescListFactorNone KAEDescListFactor = 0 KAEDescListFactorType KAEDescListFactor = 4 KAEDescListFactorTypeAndSize KAEDescListFactor = 8 )
func (KAEDescListFactor) String ¶
func (e KAEDescListFactor) String() string
type KAEDoNotPromptForUser ¶ added in v0.5.1
type KAEDoNotPromptForUser uint
const (
KAEDoNotPromptForUserConsent KAEDoNotPromptForUser = 131072
)
func (KAEDoNotPromptForUser) String ¶ added in v0.5.1
func (e KAEDoNotPromptForUser) String() string
type KAEHandle ¶ added in v0.5.1
type KAEHandle uint
const ( // KAEHandleArray: Array items consist of handles to data of the same type and possibly variable size. KAEHandleArray KAEHandle = 2 )
type KAEIS ¶
type KAEIS uint
const ( KAEISAction KAEIS = 'K'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'Kact' KAEISActionPath KAEIS = 'K'<<24 | 'a'<<16 | 'p'<<8 | 't' // 'Kapt' KAEISClientAddress KAEIS = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr' KAEISClientIP KAEIS = 'K'<<24 | 'c'<<16 | 'i'<<8 | 'p' // 'Kcip' KAEISContentType KAEIS = 'c'<<24 | 't'<<16 | 'y'<<8 | 'p' // 'ctyp' KAEISFromUser KAEIS = 'f'<<24 | 'r'<<16 | 'm'<<8 | 'u' // 'frmu' KAEISFullRequest KAEIS = 'K'<<24 | 'f'<<16 | 'r'<<8 | 'q' // 'Kfrq' KAEISHTTPSearchArgs KAEIS = 'k'<<24 | 'f'<<16 | 'o'<<8 | 'r' // 'kfor' KAEISMethod KAEIS = 'm'<<24 | 'e'<<16 | 't'<<8 | 'h' // 'meth' KAEISPassword KAEIS = 'p'<<24 | 'a'<<16 | 's'<<8 | 's' // 'pass' KAEISPostArgs KAEIS = 'p'<<24 | 'o'<<16 | 's'<<8 | 't' // 'post' KAEISReferrer KAEIS = 'r'<<24 | 'e'<<16 | 'f'<<8 | 'r' // 'refr' KAEISScriptName KAEIS = 's'<<24 | 'c'<<16 | 'n'<<8 | 'm' // 'scnm' KAEISServerName KAEIS = 's'<<24 | 'v'<<16 | 'n'<<8 | 'm' // 'svnm' KAEISServerPort KAEIS = 's'<<24 | 'v'<<16 | 'p'<<8 | 't' // 'svpt' KAEISUserAgent KAEIS = 'A'<<24 | 'g'<<16 | 'n'<<8 | 't' // 'Agnt' KAEISUserName KAEIS = 'u'<<24 | 's'<<16 | 'e'<<8 | 'r' // 'user' )
type KAEISGetURL ¶
type KAEISGetURL uint
const ( KAEISGetURLValue KAEISGetURL = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl' KAEISHandleCGI KAEISGetURL = 's'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'sdoc' )
func (KAEISGetURL) String ¶
func (e KAEISGetURL) String() string
type KAEU ¶
type KAEU uint
const ( KAEUTApostrophe KAEU = 3 KAEUTChangesState KAEU = 12 KAEUTDirectParamIsReference KAEU = 9 KAEUTEnumListIsExclusive KAEU = 10 KAEUTEnumerated KAEU = 13 KAEUTEnumsAreTypes KAEU = 11 KAEUTFeminine KAEU = 2 KAEUTHasReturningParam KAEU = 31 KAEUTMasculine KAEU = 1 KAEUTNotDirectParamIsTarget KAEU = 8 KAEUTOptional KAEU = 15 KAEUTParamIsReference KAEU = 9 KAEUTParamIsTarget KAEU = 8 KAEUTPlural KAEU = 0 KAEUTPropertyIsReference KAEU = 9 KAEUTReadWrite KAEU = 12 KAEUTReplyIsReference KAEU = 9 KAEUTTightBindingFunction KAEU = 12 KAEUTlistOfItems KAEU = 14 )
type KAFPExtendedFlagsAlternateAddress ¶ added in v0.5.1
type KAFPExtendedFlagsAlternateAddress uint
const (
KAFPExtendedFlagsAlternateAddressMask KAFPExtendedFlagsAlternateAddress = 1
)
func (KAFPExtendedFlagsAlternateAddress) String ¶ added in v0.5.1
func (e KAFPExtendedFlagsAlternateAddress) String() string
type KAFPTagLength ¶ added in v0.5.1
type KAFPTagLength uint
const ( KAFPTagLengthDDP KAFPTagLength = 6 KAFPTagLengthIP KAFPTagLength = 6 KAFPTagLengthIPPort KAFPTagLength = 8 )
func (KAFPTagLength) String ¶ added in v0.5.1
func (e KAFPTagLength) String() string
type KAFPTagType ¶ added in v0.5.1
type KAFPTagType uint
const ( KAFPTagTypeDDP KAFPTagType = 3 KAFPTagTypeDNS KAFPTagType = 4 KAFPTagTypeIP KAFPTagType = 1 KAFPTagTypeIPPort KAFPTagType = 2 )
func (KAFPTagType) String ¶ added in v0.5.1
func (e KAFPTagType) String() string
type KALMLocationNotFound ¶ added in v0.5.1
type KALMLocationNotFound int
const (
KALMLocationNotFoundErr KALMLocationNotFound = -30048
)
func (KALMLocationNotFound) String ¶ added in v0.5.1
func (e KALMLocationNotFound) String() string
type KATSU ¶
type KATSU int
const ( KATSUBadStreamErr KATSU = -8902 KATSUBusyObjectErr KATSU = -8809 KATSUCoordinateOverflowErr KATSU = -8807 KATSUFontsMatched KATSU = -8793 KATSUFontsNotMatched KATSU = -8794 KATSUInvalidAttributeSizeErr KATSU = -8798 KATSUInvalidAttributeTagErr KATSU = -8799 KATSUInvalidAttributeValueErr KATSU = -8797 KATSUInvalidCacheErr KATSU = -8800 KATSUInvalidCallInsideCallbackErr KATSU = -8904 KATSUInvalidFontErr KATSU = -8796 KATSUInvalidFontFallbacksErr KATSU = -8900 KATSUInvalidStyleErr KATSU = -8791 KATSUInvalidTextLayoutErr KATSU = -8790 KATSUInvalidTextRangeErr KATSU = -8792 KATSULastErr KATSU = -8959 KATSULineBreakInWord KATSU = -8808 KATSULowLevelErr KATSU = -8804 KATSUNoCorrespondingFontErr KATSU = -8795 KATSUNoFontCmapAvailableErr KATSU = -8805 KATSUNoFontNameErr KATSU = -8905 KATSUNoFontScalerAvailableErr KATSU = -8806 KATSUNoStyleRunsAssignedErr KATSU = -8802 KATSUNotSetErr KATSU = -8801 KATSUOutputBufferTooSmallErr KATSU = -8903 KATSUQuickDrawTextErr KATSU = -8803 KATSUUnsupportedStreamFormatErr KATSU = -8901 )
type KAnyComponent ¶ added in v0.5.1
type KAnyComponent uint
const ( // Deprecated. KAnyComponentFlagsMask KAnyComponent = 0 // Deprecated. KAnyComponentManufacturer KAnyComponent = 0 // Deprecated. KAnyComponentSubType KAnyComponent = 0 // Deprecated. KAnyComponentType KAnyComponent = 0 )
func (KAnyComponent) String ¶ added in v0.5.1
func (e KAnyComponent) String() string
type KAppearanceFolderIcon ¶
type KAppearanceFolderIcon uint
const ( KAppearanceFolderIconValue KAppearanceFolderIcon = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'r' // 'appr' KAppleExtrasFolderIcon KAppearanceFolderIcon = 1634040004 KAppleMenuFolderIcon KAppearanceFolderIcon = 'a'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'amnu' KApplicationSupportFolderIcon KAppearanceFolderIcon = 'a'<<24 | 's'<<16 | 'u'<<8 | 'p' // 'asup' KApplicationsFolderIcon KAppearanceFolderIcon = 'a'<<24 | 'p'<<16 | 'p'<<8 | 's' // 'apps' KAssistantsFolderIcon KAppearanceFolderIcon = 1634956484 KColorSyncFolderIcon KAppearanceFolderIcon = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'f' // 'prof' KContextualMenuItemsFolderIcon KAppearanceFolderIcon = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'cmnu' KControlPanelDisabledFolderIcon KAppearanceFolderIcon = 'c'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'ctrD' KControlPanelFolderIcon KAppearanceFolderIcon = 'c'<<24 | 't'<<16 | 'r'<<8 | 'l' // 'ctrl' KControlStripModulesFolderIcon KAppearanceFolderIcon = 1935963844 KDocumentsFolderIcon KAppearanceFolderIcon = 'd'<<24 | 'o'<<16 | 'c'<<8 | 's' // 'docs' KExtensionsDisabledFolderIcon KAppearanceFolderIcon = 'e'<<24 | 'x'<<16 | 't'<<8 | 'D' // 'extD' KExtensionsFolderIcon KAppearanceFolderIcon = 'e'<<24 | 'x'<<16 | 't'<<8 | 'n' // 'extn' KFavoritesFolderIcon KAppearanceFolderIcon = 'f'<<24 | 'a'<<16 | 'v'<<8 | 's' // 'favs' KFontsFolderIcon KAppearanceFolderIcon = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font' KHelpFolderIcon KAppearanceFolderIcon = 0 KInternetFolderIcon KAppearanceFolderIcon = 1768846532 KInternetPlugInFolderIcon KAppearanceFolderIcon = 0 KInternetSearchSitesFolderIcon KAppearanceFolderIcon = 'i'<<24 | 's'<<16 | 's'<<8 | 'f' // 'issf' KLocalesFolderIcon KAppearanceFolderIcon = 0 KMacOSReadMeFolderIcon KAppearanceFolderIcon = 1836020420 KPreferencesFolderIcon KAppearanceFolderIcon = 1886545604 KPrintMonitorFolderIcon KAppearanceFolderIcon = 'p'<<24 | 'r'<<16 | 'n'<<8 | 't' // 'prnt' KPrinterDescriptionFolderIcon KAppearanceFolderIcon = 'p'<<24 | 'p'<<16 | 'd'<<8 | 'f' // 'ppdf' KPrinterDriverFolderIcon KAppearanceFolderIcon = 0 KPublicFolderIcon KAppearanceFolderIcon = 'p'<<24 | 'u'<<16 | 'b'<<8 | 'f' // 'pubf' KRecentApplicationsFolderIcon KAppearanceFolderIcon = 'r'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'rapp' KRecentDocumentsFolderIcon KAppearanceFolderIcon = 'r'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'rdoc' KRecentServersFolderIcon KAppearanceFolderIcon = 'r'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'rsrv' KScriptingAdditionsFolderIcon KAppearanceFolderIcon = 0 KScriptsFolderIcon KAppearanceFolderIcon = 1935897284 KShutdownItemsDisabledFolderIcon KAppearanceFolderIcon = 's'<<24 | 'h'<<16 | 'd'<<8 | 'D' // 'shdD' KShutdownItemsFolderIcon KAppearanceFolderIcon = 's'<<24 | 'h'<<16 | 'd'<<8 | 'f' // 'shdf' KSpeakableItemsFolder KAppearanceFolderIcon = 's'<<24 | 'p'<<16 | 'k'<<8 | 'i' // 'spki' KStartupItemsDisabledFolderIcon KAppearanceFolderIcon = 's'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'strD' KStartupItemsFolderIcon KAppearanceFolderIcon = 's'<<24 | 't'<<16 | 'r'<<8 | 't' // 'strt' KSystemExtensionDisabledFolderIcon KAppearanceFolderIcon = 'm'<<24 | 'a'<<16 | 'c'<<8 | 'D' // 'macD' KSystemFolderIcon KAppearanceFolderIcon = 'm'<<24 | 'a'<<16 | 'c'<<8 | 's' // 'macs' KTextEncodingsFolderIcon KAppearanceFolderIcon = 0 KUsersFolderIcon KAppearanceFolderIcon = 1970500292 KUtilitiesFolderIcon KAppearanceFolderIcon = 1970563524 KVoicesFolderIcon KAppearanceFolderIcon = 'f'<<24 | 'v'<<16 | 'o'<<8 | 'c' // 'fvoc' )
func (KAppearanceFolderIcon) String ¶
func (e KAppearanceFolderIcon) String() string
type KAppleLogoIcon ¶
type KAppleLogoIcon uint
const ( KAppleLogoIconValue KAppleLogoIcon = 'c'<<24 | 'a'<<16 | 'p'<<8 | 'l' // 'capl' KAppleMenuIcon KAppleLogoIcon = 's'<<24 | 'a'<<16 | 'p'<<8 | 'l' // 'sapl' KBackwardArrowIcon KAppleLogoIcon = 'b'<<24 | 'a'<<16 | 'r'<<8 | 'o' // 'baro' KBurningIcon KAppleLogoIcon = 'b'<<24 | 'u'<<16 | 'r'<<8 | 'n' // 'burn' KConnectToIcon KAppleLogoIcon = 'c'<<24 | 'n'<<16 | 'c'<<8 | 't' // 'cnct' KDeleteAliasIcon KAppleLogoIcon = 'd'<<24 | 'a'<<16 | 'l'<<8 | 'i' // 'dali' KEjectMediaIcon KAppleLogoIcon = 'e'<<24 | 'j'<<16 | 'e'<<8 | 'c' // 'ejec' KFavoriteItemsIcon KAppleLogoIcon = 'f'<<24 | 'a'<<16 | 'v'<<8 | 'r' // 'favr' KForwardArrowIcon KAppleLogoIcon = 'f'<<24 | 'a'<<16 | 'r'<<8 | 'o' // 'faro' KGenericWindowIcon KAppleLogoIcon = 'g'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'gwin' KGridIcon KAppleLogoIcon = 'g'<<24 | 'r'<<16 | 'i'<<8 | 'd' // 'grid' KHelpIcon KAppleLogoIcon = 'h'<<24 | 'e'<<16 | 'l'<<8 | 'p' // 'help' KKeepArrangedIcon KAppleLogoIcon = 'a'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'arng' KLockedIcon KAppleLogoIcon = 'l'<<24 | 'o'<<16 | 'c'<<8 | 'k' // 'lock' KNoFilesIcon KAppleLogoIcon = 'n'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'nfil' KNoFolderIcon KAppleLogoIcon = 'n'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'nfld' KNoWriteIcon KAppleLogoIcon = 'n'<<24 | 'w'<<16 | 'r'<<8 | 't' // 'nwrt' KProtectedApplicationFolderIcon KAppleLogoIcon = 'p'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'papp' KProtectedSystemFolderIcon KAppleLogoIcon = 'p'<<24 | 's'<<16 | 'y'<<8 | 's' // 'psys' KQuestionMarkIcon KAppleLogoIcon = 'q'<<24 | 'u'<<16 | 'e'<<8 | 's' // 'ques' KRecentItemsIcon KAppleLogoIcon = 'r'<<24 | 'c'<<16 | 'n'<<8 | 't' // 'rcnt' KRightContainerArrowIcon KAppleLogoIcon = 'r'<<24 | 'c'<<16 | 'a'<<8 | 'r' // 'rcar' KShortcutIcon KAppleLogoIcon = 's'<<24 | 'h'<<16 | 'r'<<8 | 't' // 'shrt' KSortAscendingIcon KAppleLogoIcon = 'a'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'asnd' KSortDescendingIcon KAppleLogoIcon = 'd'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'dsnd' KUnlockedIcon KAppleLogoIcon = 'u'<<24 | 'l'<<16 | 'c'<<8 | 'k' // 'ulck' )
func (KAppleLogoIcon) String ¶
func (e KAppleLogoIcon) String() string
type KAppleManufacturer ¶ added in v0.5.1
type KAppleManufacturer uint
const ( // Deprecated. KAppleManufacturerValue KAppleManufacturer = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'l' // 'appl' // Deprecated. KComponentAliasResourceType KAppleManufacturer = 't'<<24 | 'h'<<16 | 'g'<<8 | 'a' // 'thga' // Deprecated. KComponentResourceType KAppleManufacturer = 't'<<24 | 'h'<<16 | 'n'<<8 | 'g' // 'thng' )
func (KAppleManufacturer) String ¶ added in v0.5.1
func (e KAppleManufacturer) String() string
type KAppleScriptBadgeIcon ¶
type KAppleScriptBadgeIcon uint
const ( KAlertCautionBadgeIcon KAppleScriptBadgeIcon = 'c'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'cbdg' KAliasBadgeIcon KAppleScriptBadgeIcon = 'a'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'abdg' KAppleScriptBadgeIconValue KAppleScriptBadgeIcon = 's'<<24 | 'c'<<16 | 'r'<<8 | 'p' // 'scrp' KLockedBadgeIcon KAppleScriptBadgeIcon = 'l'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'lbdg' KMountedBadgeIcon KAppleScriptBadgeIcon = 'm'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'mbdg' )
func (KAppleScriptBadgeIcon) String ¶
func (e KAppleScriptBadgeIcon) String() string
type KAppleTalkIcon ¶
type KAppleTalkIcon uint
const ( KAFPServerIcon KAppleTalkIcon = 'a'<<24 | 'f'<<16 | 'p'<<8 | 's' // 'afps' KAppleTalkIconValue KAppleTalkIcon = 'a'<<24 | 't'<<16 | 'l'<<8 | 'k' // 'atlk' KAppleTalkZoneIcon KAppleTalkIcon = 'a'<<24 | 't'<<16 | 'z'<<8 | 'n' // 'atzn' KFTPServerIcon KAppleTalkIcon = 'f'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ftps' KGenericNetworkIcon KAppleTalkIcon = 'g'<<24 | 'n'<<16 | 'e'<<8 | 't' // 'gnet' KHTTPServerIcon KAppleTalkIcon = 'h'<<24 | 't'<<16 | 'p'<<8 | 's' // 'htps' KIPFileServerIcon KAppleTalkIcon = 'i'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'isrv' )
func (KAppleTalkIcon) String ¶
func (e KAppleTalkIcon) String() string
type KAutoGenerateReturnID ¶
type KAutoGenerateReturnID int
const ( // KAnyTransactionID: # Discussion KAnyTransactionID KAutoGenerateReturnID = 0 // KAutoGenerateReturnIDValue: If you pass this value for the `returnID` parameter of the AECreateAppleEvent function, the Apple Event Manager assigns to the created Apple event a return ID that is unique to the current session. KAutoGenerateReturnIDValue KAutoGenerateReturnID = -1 )
func (KAutoGenerateReturnID) String ¶
func (e KAutoGenerateReturnID) String() string
type KBadAdapterErr ¶
type KBadAdapterErr int
const ( K16BitCardErr KBadAdapterErr = -9084 KAlreadySavedStateErr KBadAdapterErr = -9105 KAttemptDupCardEntryErr KBadAdapterErr = -9106 KBadAdapterErrValue KBadAdapterErr = -9050 KBadArgLengthErr KBadAdapterErr = -9063 KBadArgsErr KBadAdapterErr = -9064 KBadAttributeErr KBadAdapterErr = -9051 KBadBaseErr KBadAdapterErr = -9052 KBadCISErr KBadAdapterErr = -9066 KBadCustomIFIDErr KBadAdapterErr = -9093 KBadDeviceErr KBadAdapterErr = -9083 KBadEDCErr KBadAdapterErr = -9053 KBadHandleErr KBadAdapterErr = -9065 KBadIRQErr KBadAdapterErr = -9054 KBadLinkErr KBadAdapterErr = -9082 KBadOffsetErr KBadAdapterErr = -9055 KBadPageErr KBadAdapterErr = -9056 KBadSizeErr KBadAdapterErr = -9057 KBadSocketErr KBadAdapterErr = -9058 KBadSpeedErr KBadAdapterErr = -9067 KBadTupleDataErr KBadAdapterErr = -9092 KBadTypeErr KBadAdapterErr = -9059 KBadVccErr KBadAdapterErr = -9060 KBadVppErr KBadAdapterErr = -9061 KBadWindowErr KBadAdapterErr = -9062 KBusyErr KBadAdapterErr = -9074 KCantConfigureCardErr KBadAdapterErr = -9087 KCardBusCardErr KBadAdapterErr = -9085 KCardPowerOffErr KBadAdapterErr = -9107 KClientRequestDenied KBadAdapterErr = -9102 KConfigurationLockedErr KBadAdapterErr = -9076 KGeneralFailureErr KBadAdapterErr = -9070 KInUseErr KBadAdapterErr = -9077 KInvalidCSClientErr KBadAdapterErr = -9091 KInvalidDeviceNumber KBadAdapterErr = -9089 KInvalidRegEntryErr KBadAdapterErr = -9081 KNoCardBusCISErr KBadAdapterErr = -9109 KNoCardEnablersFoundErr KBadAdapterErr = -9099 KNoCardErr KBadAdapterErr = -9071 KNoCardSevicesSocketsErr KBadAdapterErr = -9080 KNoClientTableErr KBadAdapterErr = -9097 KNoCompatibleNameErr KBadAdapterErr = -9101 KNoEnablerForCardErr KBadAdapterErr = -9100 KNoIOWindowRequestedErr KBadAdapterErr = -9094 KNoMoreInterruptSlotsErr KBadAdapterErr = -9096 KNoMoreItemsErr KBadAdapterErr = -9078 KNoMoreTimerClientsErr KBadAdapterErr = -9095 KNotReadyErr KBadAdapterErr = -9103 KNotZVCapableErr KBadAdapterErr = -9108 KOutOfResourceErr KBadAdapterErr = -9079 KPassCallToChainErr KBadAdapterErr = -9086 KPostCardEventErr KBadAdapterErr = -9088 KReadFailureErr KBadAdapterErr = -9068 KTooManyIOWindowsErr KBadAdapterErr = -9104 KUnsupportedCardErr KBadAdapterErr = -9098 KUnsupportedFunctionErr KBadAdapterErr = -9072 KUnsupportedModeErr KBadAdapterErr = -9073 KUnsupportedVsErr KBadAdapterErr = -9090 KWriteFailureErr KBadAdapterErr = -9069 KWriteProtectedErr KBadAdapterErr = -9075 )
func (KBadAdapterErr) String ¶
func (e KBadAdapterErr) String() string
type KBig5 ¶ added in v0.5.1
type KBig5 uint
const ( // KBig5_BasicVariant: The basic encoding variant. KBig5_BasicVariant KBig5 = 0 KBig5_DOSVariant KBig5 = 3 // KBig5_ETenVariant: Adds kana, Cyrillic, radicals, and so forth with high-bytes C6-C8, F9. KBig5_ETenVariant KBig5 = 2 // KBig5_StandardVariant: The standard variant; 0xC6A1-0xC7FC: kana, Cyrillic, enclosed numerics. KBig5_StandardVariant KBig5 = 1 )
type KBlessedBusError ¶ added in v0.5.1
type KBlessedBusError int
const ( // Deprecated. KBlessedBusErrorBait KBlessedBusError = 1760651505 )
func (KBlessedBusError) String ¶ added in v0.5.1
func (e KBlessedBusError) String() string
type KBlessedFolder ¶ added in v0.5.1
type KBlessedFolder uint
const ( KBlessedFolderValue KBlessedFolder = 'b'<<24 | 'l'<<16 | 's'<<8 | 'f' // 'blsf' KRootFolder KBlessedFolder = 'r'<<24 | 'o'<<16 | 't'<<8 | 'f' // 'rotf' )
func (KBlessedFolder) String ¶ added in v0.5.1
func (e KBlessedFolder) String() string
type KCAttrType ¶
type KCAttrType = security.SecKeychainAttrType
See: https://developer.apple.com/documentation/coreservices/kcattrtype
type KCAttribute ¶
type KCAttribute = security.SecKeychainAttribute
See: https://developer.apple.com/documentation/coreservices/kcattribute
type KCAttributeList ¶
type KCAttributeList = security.SecKeychainAttributeList
See: https://developer.apple.com/documentation/coreservices/kcattributelist
type KCAuthType ¶
type KCAuthType = uint32
See: https://developer.apple.com/documentation/coreservices/kcauthtype
type KCCallbackUPP ¶
See: https://developer.apple.com/documentation/coreservices/kccallbackupp
func NewKCCallbackUPP
deprecated
func NewKCCallbackUPP(arg0 unsafe.Pointer) KCCallbackUPP
NewKCCallbackUPP.
Deprecated: Deprecated since macOS 10.6.
See: https://developer.apple.com/documentation/coreservices/1562977-newkccallbackupp
type KCCertAddOptions ¶
type KCCertAddOptions = uint32
See: https://developer.apple.com/documentation/coreservices/kccertaddoptions
type KCCertSearchOptions ¶
type KCCertSearchOptions = uint32
See: https://developer.apple.com/documentation/coreservices/kccertsearchoptions
type KCEvent ¶
type KCEvent = uint16
See: https://developer.apple.com/documentation/coreservices/kcevent
type KCEventMask ¶
type KCEventMask = uint16
See: https://developer.apple.com/documentation/coreservices/kceventmask
type KCItemAttr ¶
type KCItemAttr = uint32
See: https://developer.apple.com/documentation/coreservices/kcitemattr
type KCItemClass ¶
type KCItemClass = uint32
See: https://developer.apple.com/documentation/coreservices/kcitemclass
type KCItemRef ¶
type KCItemRef = security.SecKeychainItemRef
See: https://developer.apple.com/documentation/coreservices/kcitemref
type KCProtocolType ¶
type KCProtocolType = uint32
See: https://developer.apple.com/documentation/coreservices/kcprotocoltype
type KCPublicKeyHash ¶
type KCPublicKeyHash = uint8
See: https://developer.apple.com/documentation/coreservices/kcpublickeyhash
type KCRef ¶
type KCRef = security.SecKeychainRef
See: https://developer.apple.com/documentation/coreservices/kcref
type KCSDiskSpaceRecoveryOptionNoU ¶ added in v0.5.1
type KCSDiskSpaceRecoveryOptionNoU uint
const (
KCSDiskSpaceRecoveryOptionNoUI KCSDiskSpaceRecoveryOptionNoU = 1
)
func (KCSDiskSpaceRecoveryOptionNoU) String ¶ added in v0.5.1
func (e KCSDiskSpaceRecoveryOptionNoU) String() string
type KCSIdentity ¶
type KCSIdentity int
const ( KCSIdentityAuthorityNotAccessibleErr KCSIdentity = -2 KCSIdentityDeletedErr KCSIdentity = -4 KCSIdentityDuplicateFullNameErr KCSIdentity = -6 KCSIdentityDuplicatePosixNameErr KCSIdentity = -8 KCSIdentityInvalidFullNameErr KCSIdentity = -5 KCSIdentityInvalidPosixNameErr KCSIdentity = -7 KCSIdentityPermissionErr KCSIdentity = -3 KCSIdentityUnknownAuthorityErr KCSIdentity = -1 )
func (KCSIdentity) String ¶
func (e KCSIdentity) String() string
type KCSIdentityClass ¶
type KCSIdentityClass uint
const ( KCSIdentityClassGroup KCSIdentityClass = 2 KCSIdentityClassUser KCSIdentityClass = 1 )
func (KCSIdentityClass) String ¶
func (e KCSIdentityClass) String() string
type KCSIdentityCommit ¶ added in v0.5.1
type KCSIdentityCommit uint
const (
KCSIdentityCommitCompleted KCSIdentityCommit = 1
)
func (KCSIdentityCommit) String ¶ added in v0.5.1
func (e KCSIdentityCommit) String() string
type KCSIdentityFlag ¶
type KCSIdentityFlag uint
const ( KCSIdentityFlagHidden KCSIdentityFlag = 1 KCSIdentityFlagNone KCSIdentityFlag = 0 )
func (KCSIdentityFlag) String ¶
func (e KCSIdentityFlag) String() string
type KCSIdentityQuery ¶
type KCSIdentityQuery uint
const ( KCSIdentityQueryGenerateUpdateEvents KCSIdentityQuery = 1 KCSIdentityQueryIncludeHiddenIdentities KCSIdentityQuery = 2 )
func (KCSIdentityQuery) String ¶
func (e KCSIdentityQuery) String() string
type KCSIdentityQueryEvent ¶
type KCSIdentityQueryEvent uint
const ( KCSIdentityQueryEventErrorOccurred KCSIdentityQueryEvent = 5 KCSIdentityQueryEventResultsAdded KCSIdentityQueryEvent = 2 KCSIdentityQueryEventResultsChanged KCSIdentityQueryEvent = 3 KCSIdentityQueryEventResultsRemoved KCSIdentityQueryEvent = 4 KCSIdentityQueryEventSearchPhaseFinished KCSIdentityQueryEvent = 1 )
func (KCSIdentityQueryEvent) String ¶
func (e KCSIdentityQueryEvent) String() string
type KCSIdentityQueryString ¶
type KCSIdentityQueryString uint
const ( KCSIdentityQueryStringBeginsWith KCSIdentityQueryString = 2 KCSIdentityQueryStringEquals KCSIdentityQueryString = 1 )
func (KCSIdentityQueryString) String ¶
func (e KCSIdentityQueryString) String() string
type KCSearchRef ¶
type KCSearchRef = security.SecKeychainSearchRef
See: https://developer.apple.com/documentation/coreservices/kcsearchref
type KCStatus ¶
type KCStatus = security.SecKeychainStatus
See: https://developer.apple.com/documentation/coreservices/kcstatus
type KCVerifyStopOn ¶
type KCVerifyStopOn = uint16
See: https://developer.apple.com/documentation/coreservices/kcverifystopon
type KCallingConventionWidth ¶ added in v0.5.1
type KCallingConventionWidth uint
const ( // Deprecated. KCallingConventionMask KCallingConventionWidth = 15 // Deprecated. KCallingConventionPhase KCallingConventionWidth = 0 // Deprecated. KCallingConventionWidthValue KCallingConventionWidth = 4 // Deprecated. KDispatchedParameterPhase KCallingConventionWidth = 0 // Deprecated. KDispatchedSelectorSizePhase KCallingConventionWidth = 0 // Deprecated. KDispatchedSelectorSizeWidth KCallingConventionWidth = 2 // Deprecated. KRegisterParameterMask KCallingConventionWidth = 2147481600 // Deprecated. KRegisterParameterPhase KCallingConventionWidth = 0 // Deprecated. KRegisterParameterSizePhase KCallingConventionWidth = 0 // Deprecated. KRegisterParameterSizeWidth KCallingConventionWidth = 2 // Deprecated. KRegisterParameterWhichPhase KCallingConventionWidth = 2 // Deprecated. KRegisterParameterWhichWidth KCallingConventionWidth = 3 // Deprecated. KRegisterParameterWidth KCallingConventionWidth = 5 // Deprecated. KRegisterResultLocationPhase KCallingConventionWidth = 0 // Deprecated. KRegisterResultLocationWidth KCallingConventionWidth = 5 // Deprecated. KResultSizeMask KCallingConventionWidth = 48 // Deprecated. KResultSizePhase KCallingConventionWidth = 4 // Deprecated. KResultSizeWidth KCallingConventionWidth = 2 // Deprecated. KSpecialCaseSelectorMask KCallingConventionWidth = 1008 // Deprecated. KSpecialCaseSelectorPhase KCallingConventionWidth = 4 // Deprecated. KSpecialCaseSelectorWidth KCallingConventionWidth = 6 // Deprecated. KStackParameterMask KCallingConventionWidth = 0 // Deprecated. KStackParameterPhase KCallingConventionWidth = 0 // Deprecated. KStackParameterWidth KCallingConventionWidth = 2 )
func (KCallingConventionWidth) String ¶ added in v0.5.1
func (e KCallingConventionWidth) String() string
type KCertSearch ¶ added in v0.5.1
type KCertSearch uint
const ( KCertSearchAny KCertSearch = 0 KCertSearchDecryptAllowed KCertSearch = 1 KCertSearchDecryptDisallowed KCertSearch = 1 KCertSearchDecryptIgnored KCertSearch = 0 KCertSearchDecryptMask KCertSearch = 0 KCertSearchEncryptAllowed KCertSearch = 1 KCertSearchEncryptDisallowed KCertSearch = 1 KCertSearchEncryptIgnored KCertSearch = 0 KCertSearchEncryptMask KCertSearch = 0 KCertSearchPrivKeyRequired KCertSearch = 1 KCertSearchShift KCertSearch = 0 KCertSearchSigningAllowed KCertSearch = 1 KCertSearchSigningDisallowed KCertSearch = 1 KCertSearchSigningIgnored KCertSearch = 0 KCertSearchSigningMask KCertSearch = 0 KCertSearchUnwrapAllowed KCertSearch = 1 KCertSearchUnwrapDisallowed KCertSearch = 1 KCertSearchUnwrapIgnored KCertSearch = 0 KCertSearchUnwrapMask KCertSearch = 0 KCertSearchVerifyAllowed KCertSearch = 1 KCertSearchVerifyDisallowed KCertSearch = 1 KCertSearchVerifyIgnored KCertSearch = 0 KCertSearchVerifyMask KCertSearch = 0 KCertSearchWrapAllowed KCertSearch = 1 KCertSearchWrapDisallowed KCertSearch = 1 KCertSearchWrapIgnored KCertSearch = 0 KCertSearchWrapMask KCertSearch = 0 )
func (KCertSearch) String ¶ added in v0.5.1
func (e KCertSearch) String() string
type KCertificateKCItemClass ¶ added in v0.5.1
type KCertificateKCItemClass uint
const ( KCertificateKCItemClassValue KCertificateKCItemClass = 'c'<<24 | 'e'<<16 | 'r'<<8 | 't' // 'cert' KGenericPasswordKCItemClass KCertificateKCItemClass = 'g'<<24 | 'e'<<16 | 'n'<<8 | 'p' // 'genp' KInternetPasswordKCItemClass KCertificateKCItemClass = 'i'<<24 | 'n'<<16 | 'e'<<8 | 't' // 'inet' )
func (KCertificateKCItemClass) String ¶ added in v0.5.1
func (e KCertificateKCItemClass) String() string
type KClassKCItemAttr ¶ added in v0.5.1
type KClassKCItemAttr uint
const ( KAccountKCItemAttr KClassKCItemAttr = 'a'<<24 | 'c'<<16 | 'c'<<8 | 't' // 'acct' KAddressKCItemAttr KClassKCItemAttr = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr' KAuthTypeKCItemAttr KClassKCItemAttr = 'a'<<24 | 't'<<16 | 'y'<<8 | 'p' // 'atyp' KClassKCItemAttrValue KClassKCItemAttr = 'c'<<24 | 'l'<<16 | 'a'<<8 | 's' // 'clas' KCommentKCItemAttr KClassKCItemAttr = 'i'<<24 | 'c'<<16 | 'm'<<8 | 't' // 'icmt' KCommonNameKCItemAttr KClassKCItemAttr = 'c'<<24 | 'n'<<16 | ' '<<8 | ' ' // 'cn ' KCreationDateKCItemAttr KClassKCItemAttr = 'c'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'cdat' KCreatorKCItemAttr KClassKCItemAttr = 'c'<<24 | 'r'<<16 | 't'<<8 | 'r' // 'crtr' KCustomIconKCItemAttr KClassKCItemAttr = 'c'<<24 | 'u'<<16 | 's'<<8 | 'i' // 'cusi' KDecryptKCItemAttr KClassKCItemAttr = 'd'<<24 | 'e'<<16 | 'c'<<8 | 'r' // 'decr' KDescriptionKCItemAttr KClassKCItemAttr = 'd'<<24 | 'e'<<16 | 's'<<8 | 'c' // 'desc' KEMailKCItemAttr KClassKCItemAttr = 'm'<<24 | 'a'<<16 | 'i'<<8 | 'l' // 'mail' KEncryptKCItemAttr KClassKCItemAttr = 'e'<<24 | 'n'<<16 | 'c'<<8 | 'r' // 'encr' KEndDateKCItemAttr KClassKCItemAttr = 'e'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'edat' KGenericKCItemAttr KClassKCItemAttr = 'g'<<24 | 'e'<<16 | 'n'<<8 | 'a' // 'gena' KInvisibleKCItemAttr KClassKCItemAttr = 'i'<<24 | 'n'<<16 | 'v'<<8 | 'i' // 'invi' KIssuerKCItemAttr KClassKCItemAttr = 'i'<<24 | 's'<<16 | 's'<<8 | 'u' // 'issu' KIssuerURLKCItemAttr KClassKCItemAttr = 'i'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'iurl' KLabelKCItemAttr KClassKCItemAttr = 'l'<<24 | 'a'<<16 | 'b'<<8 | 'l' // 'labl' KModDateKCItemAttr KClassKCItemAttr = 'm'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'mdat' KNegativeKCItemAttr KClassKCItemAttr = 'n'<<24 | 'e'<<16 | 'g'<<8 | 'a' // 'nega' KPathKCItemAttr KClassKCItemAttr = 'p'<<24 | 'a'<<16 | 't'<<8 | 'h' // 'path' KPortKCItemAttr KClassKCItemAttr = 'p'<<24 | 'o'<<16 | 'r'<<8 | 't' // 'port' KProtocolKCItemAttr KClassKCItemAttr = 'p'<<24 | 't'<<16 | 'c'<<8 | 'l' // 'ptcl' KPublicKeyHashKCItemAttr KClassKCItemAttr = 'h'<<24 | 'p'<<16 | 'k'<<8 | 'y' // 'hpky' KScriptCodeKCItemAttr KClassKCItemAttr = 's'<<24 | 'c'<<16 | 'r'<<8 | 'p' // 'scrp' KSecurityDomainKCItemAttr KClassKCItemAttr = 's'<<24 | 'd'<<16 | 'm'<<8 | 'n' // 'sdmn' KSerialNumberKCItemAttr KClassKCItemAttr = 's'<<24 | 'n'<<16 | 'b'<<8 | 'r' // 'snbr' KServerKCItemAttr KClassKCItemAttr = 's'<<24 | 'r'<<16 | 'v'<<8 | 'r' // 'srvr' KServiceKCItemAttr KClassKCItemAttr = 's'<<24 | 'v'<<16 | 'c'<<8 | 'e' // 'svce' KSignKCItemAttr KClassKCItemAttr = 's'<<24 | 'i'<<16 | 'g'<<8 | 'n' // 'sign' KSignatureKCItemAttr KClassKCItemAttr = 's'<<24 | 's'<<16 | 'i'<<8 | 'g' // 'ssig' KStartDateKCItemAttr KClassKCItemAttr = 's'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'sdat' KSubjectKCItemAttr KClassKCItemAttr = 's'<<24 | 'u'<<16 | 'b'<<8 | 'j' // 'subj' KTypeKCItemAttr KClassKCItemAttr = 't'<<24 | 'y'<<16 | 'p'<<8 | 'e' // 'type' KUnwrapKCItemAttr KClassKCItemAttr = 'u'<<24 | 'n'<<16 | 'w'<<8 | 'r' // 'unwr' KVerifyKCItemAttr KClassKCItemAttr = 'v'<<24 | 'e'<<16 | 'r'<<8 | 'i' // 'veri' KVolumeKCItemAttr KClassKCItemAttr = 'v'<<24 | 'l'<<16 | 'm'<<8 | 'e' // 'vlme' KWrapKCItemAttr KClassKCItemAttr = 'w'<<24 | 'r'<<16 | 'a'<<8 | 'p' // 'wrap' )
func (KClassKCItemAttr) String ¶ added in v0.5.1
func (e KClassKCItemAttr) String() string
type KClassic ¶ added in v0.5.1
type KClassic int
const ( // Deprecated. KClassicDomain KClassic = -32762 )
type KClassicPreferencesFolder ¶ added in v0.5.1
type KClassicPreferencesFolder uint
const ( // Deprecated. KClassicPreferencesFolderType KClassicPreferencesFolder = 'c'<<24 | 'p'<<16 | 'r'<<8 | 'f' // 'cprf' )
func (KClassicPreferencesFolder) String ¶ added in v0.5.1
func (e KClassicPreferencesFolder) String() string
type KClipboardIcon ¶
type KClipboardIcon uint
const ( KClipboardIconValue KClipboardIcon = 'C'<<24 | 'L'<<16 | 'I'<<8 | 'P' // 'CLIP' KClippingPictureTypeIcon KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'p' // 'clpp' KClippingSoundTypeIcon KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 's' // 'clps' KClippingTextTypeIcon KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'clpt' KClippingUnknownTypeIcon KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'u' // 'clpu' KComputerIcon KClipboardIcon = 'r'<<24 | 'o'<<16 | 'o'<<8 | 't' // 'root' KDesktopIcon KClipboardIcon = 'd'<<24 | 'e'<<16 | 's'<<8 | 'k' // 'desk' KFinderIcon KClipboardIcon = 'F'<<24 | 'N'<<16 | 'D'<<8 | 'R' // 'FNDR' KFontSuitcaseIcon KClipboardIcon = 'F'<<24 | 'F'<<16 | 'I'<<8 | 'L' // 'FFIL' KFullTrashIcon KClipboardIcon = 'f'<<24 | 't'<<16 | 'r'<<8 | 'h' // 'ftrh' KGenericApplicationIcon KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'L' // 'APPL' KGenericCDROMIcon KClipboardIcon = 'c'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'cddr' KGenericComponentIcon KClipboardIcon = 't'<<24 | 'h'<<16 | 'n'<<8 | 'g' // 'thng' KGenericControlPanelIcon KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'C' // 'APPC' KGenericControlStripModuleIcon KClipboardIcon = 's'<<24 | 'd'<<16 | 'e'<<8 | 'v' // 'sdev' KGenericDeskAccessoryIcon KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'D' // 'APPD' KGenericDocumentIcon KClipboardIcon = 'd'<<24 | 'o'<<16 | 'c'<<8 | 'u' // 'docu' KGenericEditionFileIcon KClipboardIcon = 'e'<<24 | 'd'<<16 | 't'<<8 | 'f' // 'edtf' KGenericExtensionIcon KClipboardIcon = 'I'<<24 | 'N'<<16 | 'I'<<8 | 'T' // 'INIT' KGenericFileServerIcon KClipboardIcon = 's'<<24 | 'r'<<16 | 'v'<<8 | 'r' // 'srvr' KGenericFloppyIcon KClipboardIcon = 'f'<<24 | 'l'<<16 | 'p'<<8 | 'y' // 'flpy' KGenericFontIcon KClipboardIcon = 'f'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ffil' KGenericFontScalerIcon KClipboardIcon = 's'<<24 | 'c'<<16 | 'l'<<8 | 'r' // 'sclr' KGenericHardDiskIcon KClipboardIcon = 'h'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'hdsk' KGenericIDiskIcon KClipboardIcon = 'i'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'idsk' KGenericMoverObjectIcon KClipboardIcon = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'r' // 'movr' KGenericPCCardIcon KClipboardIcon = 'p'<<24 | 'c'<<16 | 'm'<<8 | 'c' // 'pcmc' KGenericPreferencesIcon KClipboardIcon = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'f' // 'pref' KGenericQueryDocumentIcon KClipboardIcon = 'q'<<24 | 'e'<<16 | 'r'<<8 | 'y' // 'qery' KGenericRAMDiskIcon KClipboardIcon = 'r'<<24 | 'a'<<16 | 'm'<<8 | 'd' // 'ramd' KGenericRemovableMediaIcon KClipboardIcon = 'r'<<24 | 'm'<<16 | 'o'<<8 | 'v' // 'rmov' KGenericStationeryIcon KClipboardIcon = 's'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'sdoc' KGenericSuitcaseIcon KClipboardIcon = 's'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'suit' KGenericURLIcon KClipboardIcon = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl' KGenericWORMIcon KClipboardIcon = 'w'<<24 | 'o'<<16 | 'r'<<8 | 'm' // 'worm' KInternationResourcesIcon KClipboardIcon = 'i'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ifil' KInternationalResourcesIcon KClipboardIcon = 'i'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ifil' KKeyboardLayoutIcon KClipboardIcon = 'k'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'kfil' KSoundFileIcon KClipboardIcon = 's'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'sfil' KSystemSuitcaseIcon KClipboardIcon = 'z'<<24 | 's'<<16 | 'y'<<8 | 's' // 'zsys' KTrashIcon KClipboardIcon = 't'<<24 | 'r'<<16 | 's'<<8 | 'h' // 'trsh' KTrueTypeFlatFontIcon KClipboardIcon = 's'<<24 | 'f'<<16 | 'n'<<8 | 't' // 'sfnt' KTrueTypeFontIcon KClipboardIcon = 't'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'tfil' KTrueTypeMultiFlatFontIcon KClipboardIcon = 't'<<24 | 't'<<16 | 'c'<<8 | 'f' // 'ttcf' KUnknownFSObjectIcon KClipboardIcon = 'u'<<24 | 'n'<<16 | 'f'<<8 | 's' // 'unfs' KUserIDiskIcon KClipboardIcon = 'u'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'udsk' )
func (KClipboardIcon) String ¶
func (e KClipboardIcon) String() string
type KClipping ¶ added in v0.5.1
type KClipping uint
const ( KClippingCreator KClipping = 'd'<<24 | 'r'<<16 | 'a'<<8 | 'g' // 'drag' KClippingPictureType KClipping = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'p' // 'clpp' KClippingSoundType KClipping = 'c'<<24 | 'l'<<16 | 'p'<<8 | 's' // 'clps' KClippingTextType KClipping = 'c'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'clpt' KClippingUnknownType KClipping = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'u' // 'clpu' )
type KCollate ¶
type KCollate int
const ( KCollateAttributesNotFoundErr KCollate = -29500 KCollateBufferTooSmall KCollate = -29506 KCollateInvalidChar KCollate = -29505 KCollateInvalidCollationRef KCollate = -29507 KCollateInvalidOptions KCollate = -29501 KCollateMissingUnicodeTableErr KCollate = -29502 KCollatePatternNotFoundErr KCollate = -29504 KCollateUnicodeConvertFailedErr KCollate = -29503 )
type KCollection ¶ added in v0.5.1
type KCollection uint
const ( // Deprecated. KCollectionAllAttributes KCollection = 0 // Deprecated. KCollectionDefaultAttributes KCollection = 1073741824 // Deprecated. KCollectionLockBit KCollection = 31 // Deprecated. KCollectionLockMask KCollection = 2147483648 // Deprecated. KCollectionNoAttributes KCollection = 0 // Deprecated. KCollectionPersistenceBit KCollection = 30 // Deprecated. KCollectionPersistenceMask KCollection = 1073741824 // Deprecated. KCollectionReserved0Bit KCollection = 16 // Deprecated. KCollectionReserved0Mask KCollection = 65536 // Deprecated. KCollectionReserved10Bit KCollection = 26 // Deprecated. KCollectionReserved10Mask KCollection = 67108864 // Deprecated. KCollectionReserved11Bit KCollection = 27 // Deprecated. KCollectionReserved11Mask KCollection = 134217728 // Deprecated. KCollectionReserved12Bit KCollection = 28 // Deprecated. KCollectionReserved12Mask KCollection = 268435456 // Deprecated. KCollectionReserved13Bit KCollection = 29 // Deprecated. KCollectionReserved13Mask KCollection = 536870912 // Deprecated. KCollectionReserved1Bit KCollection = 17 // Deprecated. KCollectionReserved1Mask KCollection = 131072 // Deprecated. KCollectionReserved2Bit KCollection = 18 // Deprecated. KCollectionReserved2Mask KCollection = 262144 // Deprecated. KCollectionReserved3Bit KCollection = 19 // Deprecated. KCollectionReserved3Mask KCollection = 524288 // Deprecated. KCollectionReserved4Bit KCollection = 20 // Deprecated. KCollectionReserved4Mask KCollection = 1048576 // Deprecated. KCollectionReserved5Bit KCollection = 21 // Deprecated. KCollectionReserved5Mask KCollection = 2097152 // Deprecated. KCollectionReserved6Bit KCollection = 22 // Deprecated. KCollectionReserved6Mask KCollection = 4194304 // Deprecated. KCollectionReserved7Bit KCollection = 23 // Deprecated. KCollectionReserved7Mask KCollection = 8388608 // Deprecated. KCollectionReserved8Bit KCollection = 24 // Deprecated. KCollectionReserved8Mask KCollection = 16777216 // Deprecated. KCollectionReserved9Bit KCollection = 25 // Deprecated. KCollectionReserved9Mask KCollection = 33554432 // Deprecated. KCollectionUser0Bit KCollection = 0 // Deprecated. KCollectionUser0Mask KCollection = 1 // Deprecated. KCollectionUser10Bit KCollection = 10 // Deprecated. KCollectionUser10Mask KCollection = 1024 // Deprecated. KCollectionUser11Bit KCollection = 11 // Deprecated. KCollectionUser11Mask KCollection = 2048 // Deprecated. KCollectionUser12Bit KCollection = 12 // Deprecated. KCollectionUser12Mask KCollection = 4096 // Deprecated. KCollectionUser13Bit KCollection = 13 // Deprecated. KCollectionUser13Mask KCollection = 8192 // Deprecated. KCollectionUser14Bit KCollection = 14 // Deprecated. KCollectionUser14Mask KCollection = 16384 // Deprecated. KCollectionUser15Bit KCollection = 15 // Deprecated. KCollectionUser15Mask KCollection = 32768 // Deprecated. KCollectionUser1Bit KCollection = 1 // Deprecated. KCollectionUser1Mask KCollection = 2 // Deprecated. KCollectionUser2Bit KCollection = 2 // Deprecated. KCollectionUser2Mask KCollection = 4 // Deprecated. KCollectionUser3Bit KCollection = 3 // Deprecated. KCollectionUser3Mask KCollection = 8 // Deprecated. KCollectionUser4Bit KCollection = 4 // Deprecated. KCollectionUser4Mask KCollection = 16 // Deprecated. KCollectionUser5Bit KCollection = 5 // Deprecated. KCollectionUser5Mask KCollection = 32 // Deprecated. KCollectionUser6Bit KCollection = 6 // Deprecated. KCollectionUser6Mask KCollection = 64 // Deprecated. KCollectionUser7Bit KCollection = 7 // Deprecated. KCollectionUser7Mask KCollection = 128 // Deprecated. KCollectionUser8Bit KCollection = 8 // Deprecated. KCollectionUser8Mask KCollection = 256 // Deprecated. KCollectionUser9Bit KCollection = 9 // Deprecated. KCollectionUser9Mask KCollection = 512 // Deprecated. KCollectionUserAttributes KCollection = 65535 )
func (KCollection) String ¶ added in v0.5.1
func (e KCollection) String() string
type KCollectionDontWant ¶ added in v0.5.1
type KCollectionDontWant uint
const ( // Deprecated. KCollectionDontWantAttributes KCollectionDontWant = 0 // Deprecated. KCollectionDontWantData KCollectionDontWant = 0 // Deprecated. KCollectionDontWantId KCollectionDontWant = 0 // Deprecated. KCollectionDontWantIndex KCollectionDontWant = 0 // Deprecated. KCollectionDontWantSize KCollectionDontWant = 0 // Deprecated. KCollectionDontWantTag KCollectionDontWant = 0 )
func (KCollectionDontWant) String ¶ added in v0.5.1
func (e KCollectionDontWant) String() string
type KColorSyncFolderType ¶ added in v0.5.1
type KColorSyncFolderType uint
const ( KAppleShareAuthenticationFolderType KColorSyncFolderType = 'a'<<24 | 'u'<<16 | 't'<<8 | 'h' // 'auth' KAppleShareSupportFolderType KColorSyncFolderType = 's'<<24 | 'h'<<16 | 'a'<<8 | 'r' // 'shar' // Deprecated. KAudioAlertSoundsFolderType KColorSyncFolderType = 'a'<<24 | 'l'<<16 | 'r'<<8 | 't' // 'alrt' // Deprecated. KAudioComponentsFolderType KColorSyncFolderType = 'a'<<24 | 'c'<<16 | 'm'<<8 | 'p' // 'acmp' // Deprecated. KAudioDigidesignFolderType KColorSyncFolderType = 'a'<<24 | 'd'<<16 | 'i'<<8 | 'g' // 'adig' // Deprecated. KAudioPlugInsFolderType KColorSyncFolderType = 'a'<<24 | 'p'<<16 | 'l'<<8 | 'g' // 'aplg' // Deprecated. KAudioPresetsFolderType KColorSyncFolderType = 'a'<<24 | 'p'<<16 | 's'<<8 | 't' // 'apst' // Deprecated. KAudioSoundBanksFolderType KColorSyncFolderType = 'b'<<24 | 'a'<<16 | 'n'<<8 | 'k' // 'bank' // Deprecated. KAudioSoundsFolderType KColorSyncFolderType = 'a'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'asnd' // Deprecated. KAudioSupportFolderType KColorSyncFolderType = 'a'<<24 | 'd'<<16 | 'i'<<8 | 'o' // 'adio' // Deprecated. KAudioVSTFolderType KColorSyncFolderType = 'a'<<24 | 'v'<<16 | 's'<<8 | 't' // 'avst' // Deprecated. KAutomatorWorkflowsFolderType KColorSyncFolderType = 'f'<<24 | 'l'<<16 | 'o'<<8 | 'w' // 'flow' // Deprecated. KAutosaveInformationFolderType KColorSyncFolderType = 'a'<<24 | 's'<<16 | 'a'<<8 | 'v' // 'asav' // Deprecated. KBootTimeStartupItemsFolderType KColorSyncFolderType = 'e'<<24 | 'm'<<16 | 'p'<<8 | 'z' // 'empz' // Deprecated. KCachedDataFolderType KColorSyncFolderType = 'c'<<24 | 'a'<<16 | 'c'<<8 | 'h' // 'cach' // Deprecated. KCarbonLibraryFolderType KColorSyncFolderType = 'c'<<24 | 'a'<<16 | 'r'<<8 | 'b' // 'carb' // Deprecated. KClassicDesktopFolderType KColorSyncFolderType = 's'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'sdsk' // Deprecated. KColorPickersFolderType KColorSyncFolderType = 'c'<<24 | 'p'<<16 | 'k'<<8 | 'r' // 'cpkr' // Deprecated. KColorSyncCMMFolderType KColorSyncFolderType = 'c'<<24 | 'c'<<16 | 'm'<<8 | 'm' // 'ccmm' // Deprecated. KColorSyncFolderTypeValue KColorSyncFolderType = 's'<<24 | 'y'<<16 | 'n'<<8 | 'c' // 'sync' // Deprecated. KColorSyncScriptingFolderType KColorSyncFolderType = 'c'<<24 | 's'<<16 | 'c'<<8 | 'r' // 'cscr' // Deprecated. KComponentsFolderType KColorSyncFolderType = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'd' // 'cmpd' // Deprecated. KCompositionsFolderType KColorSyncFolderType = 'c'<<24 | 'm'<<16 | 'p'<<8 | 's' // 'cmps' // Deprecated. KCoreServicesFolderType KColorSyncFolderType = 'c'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'csrv' // Deprecated. KDirectoryServicesFolderType KColorSyncFolderType = 'd'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'dsrv' // Deprecated. KDirectoryServicesPlugInsFolderType KColorSyncFolderType = 'd'<<24 | 'p'<<16 | 'l'<<8 | 'g' // 'dplg' // Deprecated. KDocumentationFolderType KColorSyncFolderType = 'i'<<24 | 'n'<<16 | 'f'<<8 | 'o' // 'info' // Deprecated. KDownloadsFolderType KColorSyncFolderType = 'd'<<24 | 'o'<<16 | 'w'<<8 | 'n' // 'down' // Deprecated. KFileSystemSupportFolderType KColorSyncFolderType = 'f'<<24 | 's'<<16 | 'y'<<8 | 's' // 'fsys' // Deprecated. KFindByContentIndexesFolderType KColorSyncFolderType = 'f'<<24 | 'b'<<16 | 'c'<<8 | 'x' // 'fbcx' // Deprecated. KFontCollectionsFolderType KColorSyncFolderType = 'f'<<24 | 'n'<<16 | 'c'<<8 | 'l' // 'fncl' // Deprecated. KFrameworksFolderType KColorSyncFolderType = 'f'<<24 | 'r'<<16 | 'a'<<8 | 'm' // 'fram' // Deprecated. KISSDownloadsFolderType KColorSyncFolderType = 'i'<<24 | 's'<<16 | 's'<<8 | 'd' // 'issd' // Deprecated. KIndexFilesFolderType KColorSyncFolderType = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'x' // 'indx' // Deprecated. KInputManagersFolderType KColorSyncFolderType = 'i'<<24 | 'n'<<16 | 'p'<<8 | 't' // 'inpt' // Deprecated. KInputMethodsFolderType KColorSyncFolderType = 'i'<<24 | 'n'<<16 | 'p'<<8 | 'f' // 'inpf' // Deprecated. KInstallerReceiptsFolderType KColorSyncFolderType = 'r'<<24 | 'c'<<16 | 'p'<<8 | 't' // 'rcpt' // Deprecated. KKernelExtensionsFolderType KColorSyncFolderType = 'k'<<24 | 'e'<<16 | 'x'<<8 | 't' // 'kext' // Deprecated. KKeyboardLayoutsFolderType KColorSyncFolderType = 'k'<<24 | 'l'<<16 | 'a'<<8 | 'y' // 'klay' // Deprecated. KLibraryAssistantsFolderType KColorSyncFolderType = 'a'<<24 | 's'<<16 | 't'<<8 | 'l' // 'astl' // Deprecated. KMIDIDriversFolderType KColorSyncFolderType = 'm'<<24 | 'i'<<16 | 'd'<<8 | 'i' // 'midi' // Deprecated. KManagedItemsFolderType KColorSyncFolderType = 'm'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'mang' // Deprecated. KPrintersFolderType KColorSyncFolderType = 'i'<<24 | 'm'<<16 | 'p'<<8 | 'r' // 'impr' // Deprecated. KPrivateFrameworksFolderType KColorSyncFolderType = 'p'<<24 | 'f'<<16 | 'r'<<8 | 'm' // 'pfrm' // Deprecated. KQuickTimeComponentsFolderType KColorSyncFolderType = 'w'<<24 | 'c'<<16 | 'm'<<8 | 'p' // 'wcmp' // Deprecated. KSpeechFolderType KColorSyncFolderType = 's'<<24 | 'p'<<16 | 'c'<<8 | 'h' // 'spch' // Deprecated. KSpotlightImportersFolderType KColorSyncFolderType = 's'<<24 | 'i'<<16 | 'm'<<8 | 'p' // 'simp' // Deprecated. KSpotlightMetadataCacheFolderType KColorSyncFolderType = 's'<<24 | 'c'<<16 | 'c'<<8 | 'h' // 'scch' // Deprecated. KSpotlightSavedSearchesFolderType KColorSyncFolderType = 's'<<24 | 'p'<<16 | 'o'<<8 | 't' // 'spot' // Deprecated. KSystemSoundsFolderType KColorSyncFolderType = 's'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'ssnd' // Deprecated. KUserSpecificTmpFolderType KColorSyncFolderType = 'u'<<24 | 't'<<16 | 'm'<<8 | 'p' // 'utmp' // Deprecated. KiMovieFolderType KColorSyncFolderType = 'i'<<24 | 'm'<<16 | 'o'<<8 | 'v' // 'imov' // Deprecated. KiMoviePlugInsFolderType KColorSyncFolderType = 'i'<<24 | 'm'<<16 | 'p'<<8 | 'i' // 'impi' // Deprecated. KiMovieSoundEffectsFolderType KColorSyncFolderType = 'i'<<24 | 'm'<<16 | 's'<<8 | 'e' // 'imse' )
func (KColorSyncFolderType) String ¶ added in v0.5.1
func (e KColorSyncFolderType) String() string
type KColorSyncProfilesFolderType ¶ added in v0.5.1
type KColorSyncProfilesFolderType uint
const ( // Deprecated. KApplicationSupportFolderType KColorSyncProfilesFolderType = 'a'<<24 | 's'<<16 | 'u'<<8 | 'p' // 'asup' // Deprecated. KColorSyncProfilesFolderTypeValue KColorSyncProfilesFolderType = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'f' // 'prof' // Deprecated. KPrinterDescriptionFolderType KColorSyncProfilesFolderType = 'p'<<24 | 'p'<<16 | 'd'<<8 | 'f' // 'ppdf' // Deprecated. KPrinterDriverFolderType KColorSyncProfilesFolderType = 3295703652 // Deprecated. KScriptingAdditionsFolderType KColorSyncProfilesFolderType = 3295896434 // Deprecated. KTextEncodingsFolderType KColorSyncProfilesFolderType = 3295962488 )
func (KColorSyncProfilesFolderType) String ¶ added in v0.5.1
func (e KColorSyncProfilesFolderType) String() string
type KComponent ¶ added in v0.5.1
type KComponent int
const ( // Deprecated. KComponentCanDoSelect KComponent = -3 // Deprecated. KComponentCloseSelect KComponent = -2 // Deprecated. KComponentExecuteWiredActionSelect KComponent = -9 // Deprecated. KComponentGetMPWorkFunctionSelect KComponent = -8 // Deprecated. KComponentGetPublicResourceSelect KComponent = -10 // Deprecated. KComponentOpenSelect KComponent = -1 // Deprecated. KComponentRegisterSelect KComponent = -5 // Deprecated. KComponentTargetSelect KComponent = -6 // Deprecated. KComponentUnregisterSelect KComponent = -7 // Deprecated. KComponentVersionSelect KComponent = -4 )
func (KComponent) String ¶ added in v0.5.1
func (e KComponent) String() string
type KComponentDebug ¶ added in v0.5.1
type KComponentDebug uint
const ( // Deprecated. KComponentDebugOption KComponentDebug = 0 )
func (KComponentDebug) String ¶ added in v0.5.1
func (e KComponentDebug) String() string
type KConnSuite ¶ added in v0.5.1
type KConnSuite uint
const ( CADBAddress KConnSuite = 'c'<<24 | 'a'<<16 | 'd'<<8 | 'b' // 'cadb' CAddressSpec KConnSuite = 'c'<<24 | 'a'<<16 | 'd'<<8 | 'r' // 'cadr' CAppleTalkAddress KConnSuite = 'c'<<24 | 'a'<<16 | 't'<<8 | ' ' // 'cat ' CBusAddress KConnSuite = 'c'<<24 | 'b'<<16 | 'u'<<8 | 's' // 'cbus' CDevSpec KConnSuite = 'c'<<24 | 'd'<<16 | 'e'<<8 | 'v' // 'cdev' CEthernetAddress KConnSuite = 'c'<<24 | 'e'<<16 | 'n'<<8 | ' ' // 'cen ' CFireWireAddress KConnSuite = 'c'<<24 | 'f'<<16 | 'w'<<8 | ' ' // 'cfw ' CIPAddress KConnSuite = 'c'<<24 | 'i'<<16 | 'p'<<8 | ' ' // 'cip ' CLocalTalkAddress KConnSuite = 'c'<<24 | 'l'<<16 | 't'<<8 | ' ' // 'clt ' CSCSIAddress KConnSuite = 'c'<<24 | 's'<<16 | 'c'<<8 | 's' // 'cscs' CTokenRingAddress KConnSuite = 'c'<<24 | 't'<<16 | 'o'<<8 | 'k' // 'ctok' CUSBAddress KConnSuite = 'c'<<24 | 'u'<<16 | 's'<<8 | 'b' // 'cusb' EADB KConnSuite = 'e'<<24 | 'a'<<16 | 'd'<<8 | 'b' // 'eadb' EAddressSpec KConnSuite = 'e'<<24 | 'a'<<16 | 'd'<<8 | 's' // 'eads' EAnalogAudio KConnSuite = 'e'<<24 | 'p'<<16 | 'a'<<8 | 'u' // 'epau' EAppleTalk KConnSuite = 'e'<<24 | 'p'<<16 | 'a'<<8 | 't' // 'epat' EAudioLineIn KConnSuite = 'e'<<24 | 'c'<<16 | 'a'<<8 | 'i' // 'ecai' EAudioLineOut KConnSuite = 'e'<<24 | 'c'<<16 | 'a'<<8 | 'l' // 'ecal' EAudioOut KConnSuite = 'e'<<24 | 'c'<<16 | 'a'<<8 | 'o' // 'ecao' EBus KConnSuite = 'e'<<24 | 'b'<<16 | 'u'<<8 | 's' // 'ebus' ECDROM KConnSuite = 'e'<<24 | 'c'<<16 | 'd'<<8 | ' ' // 'ecd ' ECommSlot KConnSuite = 'e'<<24 | 'c'<<16 | 'c'<<8 | 'm' // 'eccm' EConduit KConnSuite = 'e'<<24 | 'c'<<16 | 'o'<<8 | 'n' // 'econ' EDVD KConnSuite = 'e'<<24 | 'd'<<16 | 'v'<<8 | 'd' // 'edvd' EDeviceType KConnSuite = 'e'<<24 | 'd'<<16 | 'v'<<8 | 't' // 'edvt' EDigitalAudio KConnSuite = 'e'<<24 | 'p'<<16 | 'd'<<8 | 'a' // 'epda' EDisplay KConnSuite = 'e'<<24 | 'd'<<16 | 'd'<<8 | 's' // 'edds' EEthernet KConnSuite = 'e'<<24 | 'c'<<16 | 'e'<<8 | 'n' // 'ecen' EFireWire KConnSuite = 'e'<<24 | 'c'<<16 | 'f'<<8 | 'w' // 'ecfw' EFloppy KConnSuite = 'e'<<24 | 'f'<<16 | 'd'<<8 | ' ' // 'efd ' EHD KConnSuite = 'e'<<24 | 'h'<<16 | 'd'<<8 | ' ' // 'ehd ' EIP KConnSuite = 'e'<<24 | 'p'<<16 | 'i'<<8 | 'p' // 'epip' EIRTalk KConnSuite = 'e'<<24 | 'p'<<16 | 'i'<<8 | 't' // 'epit' EInfrared KConnSuite = 'e'<<24 | 'c'<<16 | 'i'<<8 | 'r' // 'ecir' EIrDA KConnSuite = 'e'<<24 | 'p'<<16 | 'i'<<8 | 'r' // 'epir' EKeyboard KConnSuite = 'e'<<24 | 'k'<<16 | 'b'<<8 | 'd' // 'ekbd' ELCD KConnSuite = 'e'<<24 | 'd'<<16 | 'l'<<8 | 'c' // 'edlc' ELocalTalk KConnSuite = 'e'<<24 | 'c'<<16 | 'l'<<8 | 't' // 'eclt' EMacIP KConnSuite = 'e'<<24 | 'p'<<16 | 'm'<<8 | 'i' // 'epmi' EMacVideo KConnSuite = 'e'<<24 | 'p'<<16 | 'm'<<8 | 'v' // 'epmv' EMicrophone KConnSuite = 'e'<<24 | 'c'<<16 | 'm'<<8 | 'i' // 'ecmi' EModem KConnSuite = 'e'<<24 | 'd'<<16 | 'm'<<8 | 'm' // 'edmm' EModemPort KConnSuite = 'e'<<24 | 'c'<<16 | 'm'<<8 | 'p' // 'ecmp' EModemPrinterPort KConnSuite = 'e'<<24 | 'm'<<16 | 'p'<<8 | 'p' // 'empp' EMonitorOut KConnSuite = 'e'<<24 | 'c'<<16 | 'm'<<8 | 'n' // 'ecmn' EMouse KConnSuite = 'e'<<24 | 'm'<<16 | 'o'<<8 | 'u' // 'emou' ENuBus KConnSuite = 'e'<<24 | 'n'<<16 | 'u'<<8 | 'b' // 'enub' ENuBusCard KConnSuite = 'e'<<24 | 'd'<<16 | 'n'<<8 | 'b' // 'ednb' EPCIbus KConnSuite = 'e'<<24 | 'c'<<16 | 'p'<<8 | 'i' // 'ecpi' EPCIcard KConnSuite = 'e'<<24 | 'd'<<16 | 'p'<<8 | 'i' // 'edpi' EPCcard KConnSuite = 'e'<<24 | 'c'<<16 | 'p'<<8 | 'c' // 'ecpc' EPDScard KConnSuite = 'e'<<24 | 'p'<<16 | 'd'<<8 | 's' // 'epds' EPDSslot KConnSuite = 'e'<<24 | 'c'<<16 | 'p'<<8 | 'd' // 'ecpd' EPPP KConnSuite = 'e'<<24 | 'p'<<16 | 'p'<<8 | 'p' // 'eppp' EPointingDevice KConnSuite = 'e'<<24 | 'd'<<16 | 'p'<<8 | 'd' // 'edpd' EPostScript KConnSuite = 'e'<<24 | 'p'<<16 | 'p'<<8 | 's' // 'epps' EPrinter KConnSuite = 'e'<<24 | 'd'<<16 | 'p'<<8 | 'r' // 'edpr' EPrinterPort KConnSuite = 'e'<<24 | 'c'<<16 | 'p'<<8 | 'p' // 'ecpp' EProtocol KConnSuite = 'e'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'epro' ESCSI KConnSuite = 'e'<<24 | 'c'<<16 | 's'<<8 | 'c' // 'ecsc' ESVGA KConnSuite = 'e'<<24 | 'p'<<16 | 's'<<8 | 'g' // 'epsg' ESerial KConnSuite = 'e'<<24 | 'p'<<16 | 's'<<8 | 'r' // 'epsr' ESpeakers KConnSuite = 'e'<<24 | 'd'<<16 | 's'<<8 | 'p' // 'edsp' EStorageDevice KConnSuite = 'e'<<24 | 'd'<<16 | 's'<<8 | 't' // 'edst' ESvideo KConnSuite = 'e'<<24 | 'p'<<16 | 's'<<8 | 'v' // 'epsv' ETokenRing KConnSuite = 'e'<<24 | 't'<<16 | 'o'<<8 | 'k' // 'etok' ETrackball KConnSuite = 'e'<<24 | 't'<<16 | 'r'<<8 | 'k' // 'etrk' ETrackpad KConnSuite = 'e'<<24 | 'd'<<16 | 't'<<8 | 'p' // 'edtp' EUSB KConnSuite = 'e'<<24 | 'c'<<16 | 'u'<<8 | 's' // 'ecus' EVideoIn KConnSuite = 'e'<<24 | 'c'<<16 | 'v'<<8 | 'i' // 'ecvi' EVideoMonitor KConnSuite = 'e'<<24 | 'd'<<16 | 'v'<<8 | 'm' // 'edvm' EVideoOut KConnSuite = 'e'<<24 | 'c'<<16 | 'v'<<8 | 'o' // 'ecvo' KConnSuiteValue KConnSuite = 'm'<<24 | 'a'<<16 | 'c'<<8 | 'c' // 'macc' PATMachine KConnSuite = 'p'<<24 | 'a'<<16 | 't'<<8 | 'm' // 'patm' PATType KConnSuite = 'p'<<24 | 'a'<<16 | 't'<<8 | 't' // 'patt' PATZone KConnSuite = 'p'<<24 | 'a'<<16 | 't'<<8 | 'z' // 'patz' PConduit KConnSuite = 'p'<<24 | 'c'<<16 | 'o'<<8 | 'n' // 'pcon' PDNS KConnSuite = 'p'<<24 | 'd'<<16 | 'n'<<8 | 's' // 'pdns' PDeviceAddress KConnSuite = 'p'<<24 | 'd'<<16 | 'v'<<8 | 'a' // 'pdva' PDeviceType KConnSuite = 'p'<<24 | 'd'<<16 | 'v'<<8 | 't' // 'pdvt' PDottedDecimal KConnSuite = 'p'<<24 | 'i'<<16 | 'p'<<8 | 'd' // 'pipd' PNetwork KConnSuite = 'p'<<24 | 'n'<<16 | 'e'<<8 | 't' // 'pnet' PNode KConnSuite = 'p'<<24 | 'n'<<16 | 'o'<<8 | 'd' // 'pnod' PPort KConnSuite = 'p'<<24 | 'p'<<16 | 'o'<<8 | 'r' // 'ppor' PProtocol KConnSuite = 'p'<<24 | 'p'<<16 | 'r'<<8 | 't' // 'pprt' PSCSIBus KConnSuite = 'p'<<24 | 's'<<16 | 'c'<<8 | 'b' // 'pscb' PSCSILUN KConnSuite = 'p'<<24 | 's'<<16 | 'l'<<8 | 'u' // 'pslu' PSocket KConnSuite = 'p'<<24 | 's'<<16 | 'o'<<8 | 'c' // 'psoc' )
func (KConnSuite) String ¶ added in v0.5.1
func (e KConnSuite) String() string
type KContainerFolderAliasType ¶ added in v0.5.1
type KContainerFolderAliasType uint
const ( KAppPackageAliasType KContainerFolderAliasType = 'f'<<24 | 'a'<<16 | 'p'<<8 | 'a' // 'fapa' KApplicationAliasType KContainerFolderAliasType = 'a'<<24 | 'd'<<16 | 'r'<<8 | 'p' // 'adrp' KApplicationCPAliasType KContainerFolderAliasType = 'a'<<24 | 'c'<<16 | 'd'<<8 | 'p' // 'acdp' KApplicationDAAliasType KContainerFolderAliasType = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'p' // 'addp' KContainerAliasType KContainerFolderAliasType = 'd'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'drop' KContainerCDROMAliasType KContainerFolderAliasType = 'c'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'cddr' KContainerFloppyAliasType KContainerFolderAliasType = 'f'<<24 | 'l'<<16 | 'p'<<8 | 'y' // 'flpy' KContainerFolderAliasTypeValue KContainerFolderAliasType = 'f'<<24 | 'd'<<16 | 'r'<<8 | 'p' // 'fdrp' KContainerHardDiskAliasType KContainerFolderAliasType = 'h'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'hdsk' KContainerServerAliasType KContainerFolderAliasType = 's'<<24 | 'r'<<16 | 'v'<<8 | 'r' // 'srvr' KContainerTrashAliasType KContainerFolderAliasType = 't'<<24 | 'r'<<16 | 's'<<8 | 'h' // 'trsh' KDesktopPrinterAliasType KContainerFolderAliasType = 'd'<<24 | 't'<<16 | 'p'<<8 | 'a' // 'dtpa' KPackageAliasType KContainerFolderAliasType = 'f'<<24 | 'p'<<16 | 'k'<<8 | 'a' // 'fpka' )
func (KContainerFolderAliasType) String ¶ added in v0.5.1
func (e KContainerFolderAliasType) String() string
type KCooperativeThread ¶ added in v0.5.1
type KCooperativeThread uint
const ( // Deprecated. KCooperativeThreadValue KCooperativeThread = 1 // Deprecated. KPreemptiveThread KCooperativeThread = 2 )
func (KCooperativeThread) String ¶ added in v0.5.1
func (e KCooperativeThread) String() string
type KCoreEndian ¶ added in v0.5.1
type KCoreEndian uint
const ( // KCoreEndianAppleEventManagerDomain: Specifies that the domain is limited to Appleevents. KCoreEndianAppleEventManagerDomain KCoreEndian = 'a'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'aevt' // KCoreEndianResourceManagerDomain: Specifies that the domain is limited to theresources for a specific application. KCoreEndianResourceManagerDomain KCoreEndian = 'r'<<24 | 's'<<16 | 'r'<<8 | 'c' // 'rsrc' )
func (KCoreEndian) String ¶ added in v0.5.1
func (e KCoreEndian) String() string
type KCoreEvent ¶ added in v0.5.1
type KCoreEvent uint
const ( // KCoreEventClass: An Apple event sent by the Mac OS; applications that present a graphical interface to the user should be able to any events sent by the Mac OS that apply to the application. KCoreEventClass KCoreEvent = 'a'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'aevt' )
func (KCoreEvent) String ¶ added in v0.5.1
func (e KCoreEvent) String() string
type KCreateFolder ¶ added in v0.5.1
type KCreateFolder uint
const ( // Deprecated. KCreateFolderValue KCreateFolder = 1 // Deprecated. KDontCreateFolder KCreateFolder = 0 )
func (KCreateFolder) String ¶ added in v0.5.1
func (e KCreateFolder) String() string
type KCreateFolderAtBoot ¶ added in v0.5.1
type KCreateFolderAtBoot uint
const ( // Deprecated. KCreateFolderAtBootValue KCreateFolderAtBoot = 2 // Deprecated. KCreateFolderAtBootBit KCreateFolderAtBoot = 1 // Deprecated. KFolderCreatedAdminPrivs KCreateFolderAtBoot = 16 // Deprecated. KFolderCreatedAdminPrivsBit KCreateFolderAtBoot = 4 // Deprecated. KFolderCreatedInvisible KCreateFolderAtBoot = 4 // Deprecated. KFolderCreatedInvisibleBit KCreateFolderAtBoot = 2 // Deprecated. KFolderCreatedNameLocked KCreateFolderAtBoot = 8 // Deprecated. KFolderCreatedNameLockedBit KCreateFolderAtBoot = 3 )
func (KCreateFolderAtBoot) String ¶ added in v0.5.1
func (e KCreateFolderAtBoot) String() string
type KCurrentMixedModeState ¶ added in v0.5.1
type KCurrentMixedModeState uint
const ( // Deprecated. KCurrentMixedModeStateRecord KCurrentMixedModeState = 1 )
func (KCurrentMixedModeState) String ¶ added in v0.5.1
func (e KCurrentMixedModeState) String() string
type KCurrentUserFolder ¶ added in v0.5.1
type KCurrentUserFolder uint
const (
KCurrentUserFolderLocation KCurrentUserFolder = 'c'<<24 | 'u'<<16 | 's'<<8 | 'f' // 'cusf'
)
func (KCurrentUserFolder) String ¶ added in v0.5.1
func (e KCurrentUserFolder) String() string
type KCustomBadgeResource ¶ added in v0.5.1
type KCustomBadgeResource int
const ( KCustomBadgeResourceID KCustomBadgeResource = -16455 KCustomBadgeResourceType KCustomBadgeResource = 'b'<<24 | 'a'<<16 | 'd'<<8 | 'g' // 'badg' KCustomBadgeResourceVersion KCustomBadgeResource = 0 )
func (KCustomBadgeResource) String ¶ added in v0.5.1
func (e KCustomBadgeResource) String() string
type KCustomIcon ¶ added in v0.5.1
type KCustomIcon int
const (
KCustomIconResource KCustomIcon = -16455
)
func (KCustomIcon) String ¶ added in v0.5.1
func (e KCustomIcon) String() string
type KDMGenErr ¶
type KDMGenErr int
const ( KDMCantBlock KDMGenErr = -6224 KDMDisplayAlreadyInstalledErr KDMGenErr = -6230 KDMDisplayNotFoundErr KDMGenErr = -6229 KDMDriverNotDisplayMgrAwareErr KDMGenErr = -6228 KDMFoundErr KDMGenErr = -6232 KDMGenErrValue KDMGenErr = -6220 KDMMainDisplayCannotMoveErr KDMGenErr = -6231 KDMMirroringBlocked KDMGenErr = -6223 KDMMirroringNotOn KDMGenErr = -6225 KDMMirroringOnAlready KDMGenErr = -6221 KDMNoDeviceTableclothErr KDMGenErr = -6231 KDMNotFoundErr KDMGenErr = -6229 KDMSWNotInitializedErr KDMGenErr = -6227 KDMWrongNumberOfDisplays KDMGenErr = -6222 KSysSWTooOld KDMGenErr = -6226 )
type KDOSJapanese ¶ added in v0.5.1
type KDOSJapanese uint
const ( KDOSJapanesePalmVariant KDOSJapanese = 1 KDOSJapaneseStandardVariant KDOSJapanese = 0 )
func (KDOSJapanese) String ¶ added in v0.5.1
func (e KDOSJapanese) String() string
type KDSp ¶
type KDSp int
const ( KDSpConfirmSwitchWarning KDSp = -30448 KDSpContextAlreadyReservedErr KDSp = -30444 KDSpContextNotFoundErr KDSp = -30446 KDSpContextNotReservedErr KDSp = -30445 KDSpFrameRateNotReadyErr KDSp = -30447 KDSpInternalErr KDSp = -30449 KDSpInvalidAttributesErr KDSp = -30443 KDSpInvalidContextErr KDSp = -30442 KDSpNotInitializedErr KDSp = -30440 KDSpStereoContextErr KDSp = -30450 KDSpSystemSWTooOldErr KDSp = -30441 )
type KDesktopFolderType ¶ added in v0.5.1
type KDesktopFolderType uint
const ( // Deprecated. KApplicationsFolderType KDesktopFolderType = 'a'<<24 | 'p'<<16 | 'p'<<8 | 's' // 'apps' // Deprecated. KChewableItemsFolderType KDesktopFolderType = 'f'<<24 | 'l'<<16 | 'n'<<8 | 't' // 'flnt' // Deprecated. KCurrentUserFolderType KDesktopFolderType = 'c'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'cusr' // Deprecated. KDesktopFolderTypeValue KDesktopFolderType = 'd'<<24 | 'e'<<16 | 's'<<8 | 'k' // 'desk' // Deprecated. KDomainLibraryFolderType KDesktopFolderType = 'd'<<24 | 'l'<<16 | 'i'<<8 | 'b' // 'dlib' // Deprecated. KDomainTopLevelFolderType KDesktopFolderType = 'd'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'dtop' // Deprecated. KFontsFolderType KDesktopFolderType = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font' // Deprecated. KPreferencesFolderType KDesktopFolderType = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'f' // 'pref' KSharedUserDataFolderType KDesktopFolderType = 's'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'sdat' // Deprecated. KSystemPreferencesFolderType KDesktopFolderType = 's'<<24 | 'p'<<16 | 'r'<<8 | 'f' // 'sprf' // Deprecated. KTemporaryFolderType KDesktopFolderType = 't'<<24 | 'e'<<16 | 'm'<<8 | 'p' // 'temp' // Deprecated. KTemporaryItemsInCacheDataFolderType KDesktopFolderType = 'v'<<24 | 't'<<16 | 'm'<<8 | 'p' // 'vtmp' // Deprecated. KTrashFolderType KDesktopFolderType = 't'<<24 | 'r'<<16 | 's'<<8 | 'h' // 'trsh' // Deprecated. KUsersFolderType KDesktopFolderType = 'u'<<24 | 's'<<16 | 'r'<<8 | 's' // 'usrs' // Deprecated. KVolumeRootFolderType KDesktopFolderType = 'r'<<24 | 'o'<<16 | 'o'<<8 | 't' // 'root' // Deprecated. KWhereToEmptyTrashFolderType KDesktopFolderType = 'e'<<24 | 'm'<<16 | 'p'<<8 | 't' // 'empt' )
func (KDesktopFolderType) String ¶ added in v0.5.1
func (e KDesktopFolderType) String() string
type KDesktopIconResource ¶
type KDesktopIconResource int
const ( KDesktopIconResourceValue KDesktopIconResource = -3992 KGenericFileServerIconResource KDesktopIconResource = -3972 KGenericHardDiskIconResource KDesktopIconResource = -3995 KGenericMoverObjectIconResource KDesktopIconResource = -3969 KGenericSuitcaseIconResource KDesktopIconResource = -3970 KOpenFolderIconResource KDesktopIconResource = -3997 )
func (KDesktopIconResource) String ¶
func (e KDesktopIconResource) String() string
type KDeveloper ¶ added in v0.5.1
type KDeveloper uint
const ( // Deprecated. KDeveloperApplicationsFolderType KDeveloper = 'd'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'dapp' // Deprecated. KDeveloperDocsFolderType KDeveloper = 'd'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'ddoc' // Deprecated. KDeveloperFolderType KDeveloper = 'd'<<24 | 'e'<<16 | 'v'<<8 | 'f' // 'devf' // Deprecated. KDeveloperHelpFolderType KDeveloper = 'd'<<24 | 'e'<<16 | 'v'<<8 | 'h' // 'devh' )
func (KDeveloper) String ¶ added in v0.5.1
func (e KDeveloper) String() string
type KDictionariesFolderType ¶ added in v0.5.1
type KDictionariesFolderType uint
const ( KDictionariesFolderTypeValue KDictionariesFolderType = 'd'<<24 | 'i'<<16 | 'c'<<8 | 't' // 'dict' KLogsFolderType KDictionariesFolderType = 'l'<<24 | 'o'<<16 | 'g'<<8 | 's' // 'logs' KPreferencePanesFolderType KDictionariesFolderType = 'p'<<24 | 'p'<<16 | 'a'<<8 | 'n' // 'ppan' )
func (KDictionariesFolderType) String ¶ added in v0.5.1
func (e KDictionariesFolderType) String() string
type KDocumentsFolderType ¶ added in v0.5.1
type KDocumentsFolderType uint
const ( // Deprecated. KDocumentsFolderTypeValue KDocumentsFolderType = 'd'<<24 | 'o'<<16 | 'c'<<8 | 's' // 'docs' // Deprecated. KInternetSitesFolderType KDocumentsFolderType = 's'<<24 | 'i'<<16 | 't'<<8 | 'e' // 'site' // Deprecated. KMovieDocumentsFolderType KDocumentsFolderType = 'm'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'mdoc' // Deprecated. KMusicDocumentsFolderType KDocumentsFolderType = 3043258211 // Deprecated. KPictureDocumentsFolderType KDocumentsFolderType = 'p'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'pdoc' // Deprecated. KPublicFolderType KDocumentsFolderType = 'p'<<24 | 'u'<<16 | 'b'<<8 | 'b' // 'pubb' )
func (KDocumentsFolderType) String ¶ added in v0.5.1
func (e KDocumentsFolderType) String() string
type KDropBoxFolder ¶ added in v0.5.1
type KDropBoxFolder uint
const ( // Deprecated. KDropBoxFolderType KDropBoxFolder = 'd'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'drop' )
func (KDropBoxFolder) String ¶ added in v0.5.1
func (e KDropBoxFolder) String() string
type KExportedFolderAliasType ¶ added in v0.5.1
type KExportedFolderAliasType uint
const ( KDropFolderAliasType KExportedFolderAliasType = 'f'<<24 | 'a'<<16 | 'd'<<8 | 'r' // 'fadr' KExportedFolderAliasTypeValue KExportedFolderAliasType = 'f'<<24 | 'a'<<16 | 'e'<<8 | 't' // 'faet' KMountedFolderAliasType KExportedFolderAliasType = 'f'<<24 | 'a'<<16 | 'm'<<8 | 'n' // 'famn' )
func (KExportedFolderAliasType) String ¶ added in v0.5.1
func (e KExportedFolderAliasType) String() string
type KFAServerApp ¶ added in v0.5.1
type KFAServerApp uint
const ( KDoFolderActionEvent KFAServerApp = 'f'<<24 | 'o'<<16 | 'l'<<8 | 'a' // 'fola' KFAAttachCommand KFAServerApp = 'a'<<24 | 't'<<16 | 'f'<<8 | 'a' // 'atfa' KFAEditCommand KFAServerApp = 'e'<<24 | 'd'<<16 | 'f'<<8 | 'a' // 'edfa' KFAFileParam KFAServerApp = 'f'<<24 | 'a'<<16 | 'a'<<8 | 'l' // 'faal' KFAIndexParam KFAServerApp = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'x' // 'indx' KFARemoveCommand KFAServerApp = 'r'<<24 | 'm'<<16 | 'f'<<8 | 'a' // 'rmfa' KFAServerAppValue KFAServerApp = 's'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'ssrv' KFASuiteCode KFAServerApp = 'f'<<24 | 'a'<<16 | 'c'<<8 | 'o' // 'faco' KFolderActionCode KFAServerApp = 'a'<<24 | 'c'<<16 | 't'<<8 | 'n' // 'actn' KFolderClosedEvent KFAServerApp = 'f'<<24 | 'c'<<16 | 'l'<<8 | 'o' // 'fclo' KFolderItemsAddedEvent KFAServerApp = 'f'<<24 | 'g'<<16 | 'e'<<8 | 't' // 'fget' KFolderItemsRemovedEvent KFAServerApp = 'f'<<24 | 'l'<<16 | 'o'<<8 | 's' // 'flos' KFolderOpenedEvent KFAServerApp = 'f'<<24 | 'o'<<16 | 'p'<<8 | 'n' // 'fopn' KFolderWindowMovedEvent KFAServerApp = 'f'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'fsiz' KItemList KFAServerApp = 'f'<<24 | 'l'<<16 | 's'<<8 | 't' // 'flst' KNewSizeParameter KFAServerApp = 'f'<<24 | 'n'<<16 | 's'<<8 | 'z' // 'fnsz' )
func (KFAServerApp) String ¶ added in v0.5.1
func (e KFAServerApp) String() string
type KFB ¶
type KFB int
const ( KFBCaccessCanceled KFB = -30521 KFBCaccessorStoreFailed KFB = -30515 KFBCaddDocFailed KFB = -30516 KFBCallocFailed KFB = -30502 KFBCanalysisNotAvailable KFB = -30527 KFBCbadIndexFile KFB = -30505 KFBCbadIndexFileVersion KFB = -30528 KFBCbadParam KFB = -30503 KFBCbadSearchSession KFB = -30531 KFBCcommitFailed KFB = -30509 KFBCcompactionFailed KFB = -30506 KFBCdeletionFailed KFB = -30510 KFBCfileNotIndexed KFB = -30504 KFBCflushFailed KFB = -30517 KFBCillegalSessionChange KFB = -30526 KFBCindexCreationFailed KFB = -30514 KFBCindexDiskIOFailed KFB = -30530 KFBCindexFileDestroyed KFB = -30522 KFBCindexNotAvailable KFB = -30523 KFBCindexNotFound KFB = -30518 KFBCindexingCanceled KFB = -30520 KFBCindexingFailed KFB = -30508 KFBCmergingFailed KFB = -30513 KFBCmoveFailed KFB = -30511 KFBCnoIndexesFound KFB = -30501 KFBCnoSearchSession KFB = -30519 KFBCnoSuchHit KFB = -30532 KFBCsearchFailed KFB = -30524 KFBCsomeFilesNotIndexed KFB = -30525 KFBCsummarizationCanceled KFB = -30529 KFBCtokenizationFailed KFB = -30512 KFBCvTwinExceptionErr KFB = -30500 KFBCvalidationFailed KFB = -30507 )
type KFNDirectoryModified ¶ added in v0.5.1
type KFNDirectoryModified uint
const (
KFNDirectoryModifiedMessage KFNDirectoryModified = 1
)
func (KFNDirectoryModified) String ¶ added in v0.5.1
func (e KFNDirectoryModified) String() string
type KFNS ¶
type KFNS int
const ( KFNSBadFlattenedSizeErr KFNS = -29587 KFNSBadProfileVersionErr KFNS = -29583 KFNSBadReferenceVersionErr KFNS = -29581 KFNSDuplicateReferenceErr KFNS = -29584 KFNSInsufficientDataErr KFNS = -29586 KFNSInvalidProfileErr KFNS = -29582 KFNSInvalidReferenceErr KFNS = -29580 KFNSMismatchErr KFNS = -29585 KFNSNameNotFoundErr KFNS = -29589 )
type KFS ¶ added in v0.5.1
type KFS uint
const ( KFSAllowConcurrentAsyncIOBit KFS = 3 KFSAllowConcurrentAsyncIOMask KFS = 8 KFSForceReadBit KFS = 6 KFSForceReadMask KFS = 64 KFSNewLineBit KFS = 7 KFSNewLineCharMask KFS = 65280 KFSNewLineMask KFS = 128 KFSNoCacheBit KFS = 5 KFSNoCacheMask KFS = 32 KFSPleaseCacheBit KFS = 4 KFSPleaseCacheMask KFS = 16 KFSRdVerifyBit KFS = 6 KFSRdVerifyMask KFS = 64 )
type KFSAliasInfo ¶ added in v0.5.1
type KFSAliasInfo uint
const ( // Deprecated. KFSAliasInfoFSInfo KFSAliasInfo = 32 // Deprecated. KFSAliasInfoFinderInfo KFSAliasInfo = 4 // Deprecated. KFSAliasInfoIDs KFSAliasInfo = 16 // Deprecated. KFSAliasInfoIsDirectory KFSAliasInfo = 8 // Deprecated. KFSAliasInfoNone KFSAliasInfo = 0 // Deprecated. KFSAliasInfoTargetCreateDate KFSAliasInfo = 2 // Deprecated. KFSAliasInfoVolumeCreateDate KFSAliasInfo = 1 // Deprecated. KFSAliasInfoVolumeFlags KFSAliasInfo = 64 )
func (KFSAliasInfo) String ¶ added in v0.5.1
func (e KFSAliasInfo) String() string
type KFSCatInfo ¶ added in v0.5.1
type KFSCatInfo uint
const ( KFSCatInfoAccessDate KFSCatInfo = 256 KFSCatInfoAllDates KFSCatInfo = 992 KFSCatInfoAttrMod KFSCatInfo = 128 KFSCatInfoBackupDate KFSCatInfo = 512 KFSCatInfoContentMod KFSCatInfo = 64 KFSCatInfoCreateDate KFSCatInfo = 32 KFSCatInfoDataSizes KFSCatInfo = 16384 KFSCatInfoFSFileSecurityRef KFSCatInfo = 4194304 KFSCatInfoFinderInfo KFSCatInfo = 2048 KFSCatInfoFinderXInfo KFSCatInfo = 4096 KFSCatInfoGettableInfo KFSCatInfo = 262143 KFSCatInfoNodeFlags KFSCatInfo = 2 KFSCatInfoNodeID KFSCatInfo = 16 KFSCatInfoNone KFSCatInfo = 0 KFSCatInfoParentDirID KFSCatInfo = 8 KFSCatInfoPermissions KFSCatInfo = 1024 KFSCatInfoReserved KFSCatInfo = 0 KFSCatInfoRsrcSizes KFSCatInfo = 32768 KFSCatInfoSetOwnership KFSCatInfo = 1048576 KFSCatInfoSettableInfo KFSCatInfo = 8163 KFSCatInfoSharingFlags KFSCatInfo = 65536 KFSCatInfoTextEncoding KFSCatInfo = 1 KFSCatInfoUserAccess KFSCatInfo = 524288 KFSCatInfoUserPrivs KFSCatInfo = 131072 KFSCatInfoValence KFSCatInfo = 8192 KFSCatInfoVolume KFSCatInfo = 4 )
func (KFSCatInfo) String ¶ added in v0.5.1
func (e KFSCatInfo) String() string
type KFSEjectVolumeForce ¶ added in v0.5.1
type KFSEjectVolumeForce uint
const (
KFSEjectVolumeForceEject KFSEjectVolumeForce = 1
)
func (KFSEjectVolumeForce) String ¶ added in v0.5.1
func (e KFSEjectVolumeForce) String() string
type KFSEventStreamCreate ¶ added in v0.5.1
type KFSEventStreamCreate uint
const ( // KFSEventStreamCreateFlagFileEvents: # Discussion KFSEventStreamCreateFlagFileEvents KFSEventStreamCreate = 16 KFSEventStreamCreateFlagFullHistory KFSEventStreamCreate = 128 // KFSEventStreamCreateFlagIgnoreSelf: # Discussion KFSEventStreamCreateFlagIgnoreSelf KFSEventStreamCreate = 8 KFSEventStreamCreateFlagMarkSelf KFSEventStreamCreate = 32 // KFSEventStreamCreateFlagNoDefer: # Discussion KFSEventStreamCreateFlagNoDefer KFSEventStreamCreate = 2 // KFSEventStreamCreateFlagNone: # Discussion KFSEventStreamCreateFlagNone KFSEventStreamCreate = 0 // KFSEventStreamCreateFlagUseCFTypes: # Discussion KFSEventStreamCreateFlagUseCFTypes KFSEventStreamCreate = 1 KFSEventStreamCreateFlagUseExtendedData KFSEventStreamCreate = 64 // KFSEventStreamCreateFlagWatchRoot: # Discussion KFSEventStreamCreateFlagWatchRoot KFSEventStreamCreate = 4 KFSEventStreamCreateWithDocID KFSEventStreamCreate = 256 )
func (KFSEventStreamCreate) String ¶ added in v0.5.1
func (e KFSEventStreamCreate) String() string
type KFSEventStreamEventFlag ¶
type KFSEventStreamEventFlag uint
const ( // KFSEventStreamEventFlagEventIdsWrapped: # Discussion KFSEventStreamEventFlagEventIdsWrapped KFSEventStreamEventFlag = 8 // KFSEventStreamEventFlagHistoryDone: # Discussion KFSEventStreamEventFlagHistoryDone KFSEventStreamEventFlag = 16 KFSEventStreamEventFlagItemChangeOwner KFSEventStreamEventFlag = 16384 KFSEventStreamEventFlagItemCloned KFSEventStreamEventFlag = 4194304 KFSEventStreamEventFlagItemCreated KFSEventStreamEventFlag = 256 KFSEventStreamEventFlagItemFinderInfoMod KFSEventStreamEventFlag = 8192 KFSEventStreamEventFlagItemInodeMetaMod KFSEventStreamEventFlag = 1024 KFSEventStreamEventFlagItemIsDir KFSEventStreamEventFlag = 131072 KFSEventStreamEventFlagItemIsFile KFSEventStreamEventFlag = 65536 KFSEventStreamEventFlagItemIsHardlink KFSEventStreamEventFlag = 1048576 KFSEventStreamEventFlagItemIsLastHardlink KFSEventStreamEventFlag = 2097152 KFSEventStreamEventFlagItemIsSymlink KFSEventStreamEventFlag = 262144 KFSEventStreamEventFlagItemModified KFSEventStreamEventFlag = 4096 KFSEventStreamEventFlagItemRemoved KFSEventStreamEventFlag = 512 KFSEventStreamEventFlagItemRenamed KFSEventStreamEventFlag = 2048 KFSEventStreamEventFlagItemXattrMod KFSEventStreamEventFlag = 32768 KFSEventStreamEventFlagKernelDropped KFSEventStreamEventFlag = 4 // KFSEventStreamEventFlagMount: # Discussion KFSEventStreamEventFlagMount KFSEventStreamEventFlag = 64 // KFSEventStreamEventFlagMustScanSubDirs: # Discussion KFSEventStreamEventFlagMustScanSubDirs KFSEventStreamEventFlag = 1 // KFSEventStreamEventFlagNone: # Discussion KFSEventStreamEventFlagNone KFSEventStreamEventFlag = 0 KFSEventStreamEventFlagOwnEvent KFSEventStreamEventFlag = 524288 // KFSEventStreamEventFlagRootChanged: # Discussion KFSEventStreamEventFlagRootChanged KFSEventStreamEventFlag = 32 // KFSEventStreamEventFlagUnmount: # Discussion KFSEventStreamEventFlagUnmount KFSEventStreamEventFlag = 128 // KFSEventStreamEventFlagUserDropped: # Discussion KFSEventStreamEventFlagUserDropped KFSEventStreamEventFlag = 2 )
func (KFSEventStreamEventFlag) String ¶
func (e KFSEventStreamEventFlag) String() string
type KFSEventStreamEventIdSince ¶ added in v0.5.1
type KFSEventStreamEventIdSince uint
const (
KFSEventStreamEventIdSinceNow KFSEventStreamEventIdSince = 0
)
func (KFSEventStreamEventIdSince) String ¶ added in v0.5.1
func (e KFSEventStreamEventIdSince) String() string
type KFSFileOperation ¶ added in v0.5.1
type KFSFileOperation uint
const ( KFSFileOperationDefaultOptions KFSFileOperation = 0 KFSFileOperationDoNotMoveAcrossVolumes KFSFileOperation = 4 KFSFileOperationOverwrite KFSFileOperation = 1 KFSFileOperationSkipPreflight KFSFileOperation = 8 KFSFileOperationSkipSourcePermissionErrors KFSFileOperation = 2 )
func (KFSFileOperation) String ¶ added in v0.5.1
func (e KFSFileOperation) String() string
type KFSInvalidVolumeRef ¶ added in v0.5.1
type KFSInvalidVolumeRef uint
const (
KFSInvalidVolumeRefNum KFSInvalidVolumeRef = 0
)
func (KFSInvalidVolumeRef) String ¶ added in v0.5.1
func (e KFSInvalidVolumeRef) String() string
type KFSIterate ¶ added in v0.5.1
type KFSIterate uint
const ( KFSIterateDelete KFSIterate = 2 KFSIterateFlat KFSIterate = 0 KFSIterateReserved KFSIterate = 0 KFSIterateSubtree KFSIterate = 1 )
func (KFSIterate) String ¶ added in v0.5.1
func (e KFSIterate) String() string
type KFSMountServer ¶ added in v0.5.1
type KFSMountServer uint
const ( KFSMountServerMarkDoNotDisplay KFSMountServer = 1 KFSMountServerMountOnMountDir KFSMountServer = 4 KFSMountServerSuppressConnectionUI KFSMountServer = 64 )
func (KFSMountServer) String ¶ added in v0.5.1
func (e KFSMountServer) String() string
type KFSMountServerMountWithout ¶ added in v0.5.1
type KFSMountServerMountWithout uint
const (
KFSMountServerMountWithoutNotification KFSMountServerMountWithout = 2
)
func (KFSMountServerMountWithout) String ¶ added in v0.5.1
func (e KFSMountServerMountWithout) String() string
type KFSNode ¶ added in v0.5.1
type KFSNode uint
const ( KFSNodeCopyProtectBit KFSNode = 6 KFSNodeCopyProtectMask KFSNode = 64 KFSNodeDataOpenBit KFSNode = 3 KFSNodeDataOpenMask KFSNode = 8 KFSNodeForkOpenBit KFSNode = 7 KFSNodeForkOpenMask KFSNode = 128 KFSNodeHardLinkBit KFSNode = 8 KFSNodeHardLinkMask KFSNode = 256 KFSNodeIsDirectoryBit KFSNode = 4 KFSNodeIsDirectoryMask KFSNode = 16 KFSNodeIsMountedBit KFSNode = 3 KFSNodeIsMountedMask KFSNode = 8 KFSNodeLockedBit KFSNode = 0 KFSNodeLockedMask KFSNode = 1 KFSNodeResOpenBit KFSNode = 2 KFSNodeResOpenMask KFSNode = 4 )
type KFSOperationStage ¶ added in v0.5.1
type KFSOperationStage uint
const ( KFSOperationStageComplete KFSOperationStage = 3 KFSOperationStagePreflighting KFSOperationStage = 1 KFSOperationStageRunning KFSOperationStage = 2 KFSOperationStageUndefined KFSOperationStage = 0 )
func (KFSOperationStage) String ¶ added in v0.5.1
func (e KFSOperationStage) String() string
type KFSPathMakeRef ¶ added in v0.5.1
type KFSPathMakeRef uint
const ( KFSPathMakeRefDefaultOptions KFSPathMakeRef = 0 KFSPathMakeRefDoNotFollowLeafSymlink KFSPathMakeRef = 1 )
func (KFSPathMakeRef) String ¶ added in v0.5.1
func (e KFSPathMakeRef) String() string
type KFSReplaceObject ¶ added in v0.5.1
type KFSReplaceObject uint
const ( KFSReplaceObjectDefaultOptions KFSReplaceObject = 0 KFSReplaceObjectDoNotCheckObjectWriteAccess KFSReplaceObject = 16 KFSReplaceObjectPreservePermissionInfo KFSReplaceObject = 8 KFSReplaceObjectReplaceMetadata KFSReplaceObject = 1 KFSReplaceObjectReplacePermissionInfo KFSReplaceObject = 4 KFSReplaceObjectSaveOriginalAsABackup KFSReplaceObject = 2 )
func (KFSReplaceObject) String ¶ added in v0.5.1
func (e KFSReplaceObject) String() string
type KFSUnmountVolumeForce ¶ added in v0.5.1
type KFSUnmountVolumeForce uint
const (
KFSUnmountVolumeForceUnmount KFSUnmountVolumeForce = 1
)
func (KFSUnmountVolumeForce) String ¶ added in v0.5.1
func (e KFSUnmountVolumeForce) String() string
type KFSVolFlag ¶ added in v0.5.1
type KFSVolFlag uint
const ( KFSVolFlagDefaultVolumeBit KFSVolFlag = 5 KFSVolFlagDefaultVolumeMask KFSVolFlag = 32 KFSVolFlagFilesOpenBit KFSVolFlag = 6 KFSVolFlagFilesOpenMask KFSVolFlag = 64 KFSVolFlagHardwareLockedBit KFSVolFlag = 7 KFSVolFlagHardwareLockedMask KFSVolFlag = 128 KFSVolFlagJournalingActiveBit KFSVolFlag = 14 KFSVolFlagJournalingActiveMask KFSVolFlag = 16384 KFSVolFlagSoftwareLockedBit KFSVolFlag = 15 KFSVolFlagSoftwareLockedMask KFSVolFlag = 32768 )
func (KFSVolFlag) String ¶ added in v0.5.1
func (e KFSVolFlag) String() string
type KFSVolInfo ¶ added in v0.5.1
type KFSVolInfo uint
const ( KFSVolInfoBackupDate KFSVolInfo = 4 KFSVolInfoBlocks KFSVolInfo = 128 KFSVolInfoCheckedDate KFSVolInfo = 8 KFSVolInfoCreateDate KFSVolInfo = 1 KFSVolInfoDataClump KFSVolInfo = 1024 KFSVolInfoDirCount KFSVolInfo = 32 KFSVolInfoDriveInfo KFSVolInfo = 32768 KFSVolInfoFSInfo KFSVolInfo = 16384 KFSVolInfoFileCount KFSVolInfo = 16 KFSVolInfoFinderInfo KFSVolInfo = 4096 KFSVolInfoFlags KFSVolInfo = 8192 KFSVolInfoGettableInfo KFSVolInfo = 65535 KFSVolInfoModDate KFSVolInfo = 2 KFSVolInfoNextAlloc KFSVolInfo = 256 KFSVolInfoNextID KFSVolInfo = 2048 KFSVolInfoNone KFSVolInfo = 0 KFSVolInfoRsrcClump KFSVolInfo = 512 KFSVolInfoSettableInfo KFSVolInfo = 12292 KFSVolInfoSizes KFSVolInfo = 64 )
func (KFSVolInfo) String ¶ added in v0.5.1
func (e KFSVolInfo) String() string
type KFirstMagicBusyFiletype ¶ added in v0.5.1
type KFirstMagicBusyFiletype uint
const ( KFirstMagicBusyFiletypeValue KFirstMagicBusyFiletype = 'b'<<24 | 'z'<<16 | 'y'<<8 | ' ' // 'bzy ' KLastMagicBusyFiletype KFirstMagicBusyFiletype = 'b'<<24 | 'z'<<16 | 'y'<<8 | '?' // 'bzy?' )
func (KFirstMagicBusyFiletype) String ¶ added in v0.5.1
func (e KFirstMagicBusyFiletype) String() string
type KFolder ¶ added in v0.5.1
type KFolder uint
const ( // Deprecated. KFolderInLocalOrRemoteUserFolder KFolder = 32 // Deprecated. KFolderInRemoteUserFolderIfAvailable KFolder = 128 // Deprecated. KFolderInRemoteUserFolderIfAvailableBit KFolder = 7 // Deprecated. KFolderInUserFolder KFolder = 32 // Deprecated. KFolderInUserFolderBit KFolder = 5 // Deprecated. KFolderManagerFolderInMacOS9FolderIfMacOSXIsInstalledBit KFolder = 10 // Deprecated. KFolderManagerFolderInMacOS9FolderIfMacOSXIsInstalledMask KFolder = 1024 // Deprecated. KFolderManagerNewlyCreatedFolderIsLocalizedBit KFolder = 12 // Deprecated. KFolderManagerNewlyCreatedFolderShouldHaveDotLocalizedCreatedWithinMask KFolder = 4096 // Deprecated. KFolderManagerNotCreatedOnRemoteVolumesBit KFolder = 11 // Deprecated. KFolderManagerNotCreatedOnRemoteVolumesMask KFolder = 2048 // Deprecated. KFolderMustStayOnSameVolume KFolder = 512 // Deprecated. KFolderMustStayOnSameVolumeBit KFolder = 9 // Deprecated. KFolderNeverMatchedInIdentifyFolder KFolder = 256 // Deprecated. KFolderNeverMatchedInIdentifyFolderBit KFolder = 8 // Deprecated. KFolderTrackedByAlias KFolder = 64 // Deprecated. KFolderTrackedByAliasBit KFolder = 6 )
type KForkInfoFlags ¶ added in v0.5.1
type KForkInfoFlags uint
const ( KForkInfoFlagsFileLockedBit KForkInfoFlags = 0 KForkInfoFlagsFileLockedMask KForkInfoFlags = 0 KForkInfoFlagsLargeFileBit KForkInfoFlags = 0 KForkInfoFlagsLargeFileMask KForkInfoFlags = 0 KForkInfoFlagsModifiedBit KForkInfoFlags = 0 KForkInfoFlagsModifiedMask KForkInfoFlags = 0 KForkInfoFlagsOwnClumpBit KForkInfoFlags = 0 KForkInfoFlagsOwnClumpMask KForkInfoFlags = 0 KForkInfoFlagsResourceBit KForkInfoFlags = 0 KForkInfoFlagsResourceMask KForkInfoFlags = 0 KForkInfoFlagsWriteBit KForkInfoFlags = 0 KForkInfoFlagsWriteLockedBit KForkInfoFlags = 0 KForkInfoFlagsWriteLockedMask KForkInfoFlags = 0 KForkInfoFlagsWriteMask KForkInfoFlags = 0 )
func (KForkInfoFlags) String ¶ added in v0.5.1
func (e KForkInfoFlags) String() string
type KGenericDocumentIconResource ¶
type KGenericDocumentIconResource int
const ( KFloppyIconResource KGenericDocumentIconResource = -3998 KGenericApplicationIconResource KGenericDocumentIconResource = -3996 KGenericCDROMIconResource KGenericDocumentIconResource = -3987 KGenericDeskAccessoryIconResource KGenericDocumentIconResource = -3991 KGenericDocumentIconResourceValue KGenericDocumentIconResource = -4000 KGenericEditionFileIconResource KGenericDocumentIconResource = -3989 KGenericFolderIconResource KGenericDocumentIconResource = -3999 KGenericRAMDiskIconResource KGenericDocumentIconResource = -3988 KGenericStationeryIconResource KGenericDocumentIconResource = -3985 KPrivateFolderIconResource KGenericDocumentIconResource = -3994 KTrashIconResource KGenericDocumentIconResource = -3993 )
func (KGenericDocumentIconResource) String ¶
func (e KGenericDocumentIconResource) String() string
type KGenericFolderIcon ¶
type KGenericFolderIcon uint
const ( KDropFolderIcon KGenericFolderIcon = 'd'<<24 | 'b'<<16 | 'o'<<8 | 'x' // 'dbox' KGenericFolderIconValue KGenericFolderIcon = 'f'<<24 | 'l'<<16 | 'd'<<8 | 'r' // 'fldr' KMountedFolderIcon KGenericFolderIcon = 'm'<<24 | 'n'<<16 | 't'<<8 | 'd' // 'mntd' KOpenFolderIcon KGenericFolderIcon = 'o'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'ofld' KOwnedFolderIcon KGenericFolderIcon = 'o'<<24 | 'w'<<16 | 'n'<<8 | 'd' // 'ownd' KPrivateFolderIcon KGenericFolderIcon = 'p'<<24 | 'r'<<16 | 'v'<<8 | 'f' // 'prvf' )
func (KGenericFolderIcon) String ¶
func (e KGenericFolderIcon) String() string
type KGenericPreferencesIconResource ¶
type KGenericPreferencesIconResource int
const ( KAppleMenuFolderIconResource KGenericPreferencesIconResource = -3982 KGenericExtensionIconResource KGenericPreferencesIconResource = -16415 KGenericPreferencesIconResourceValue KGenericPreferencesIconResource = -3971 KGenericQueryDocumentIconResource KGenericPreferencesIconResource = -16506 KHelpIconResource KGenericPreferencesIconResource = -20271 KSystemFolderIconResource KGenericPreferencesIconResource = -3983 )
func (KGenericPreferencesIconResource) String ¶
func (e KGenericPreferencesIconResource) String() string
type KGetDebugOption ¶ added in v0.5.1
type KGetDebugOption uint
const ( // Deprecated. KGetDebugOptionValue KGetDebugOption = 1 // Deprecated. KSetDebugOption KGetDebugOption = 2 )
func (KGetDebugOption) String ¶ added in v0.5.1
func (e KGetDebugOption) String() string
type KHID ¶
type KHID int
const ( KHIDBadLogPhysValuesErr KHID = -13942 KHIDBadLogicalMaximumErr KHID = -13933 KHIDBadLogicalMinimumErr KHID = -13934 KHIDBadParameterErr KHID = -13938 KHIDBaseError KHID = -13950 KHIDBufferTooSmallErr KHID = -13948 KHIDDeviceNotReady KHID = -13910 KHIDEndOfDescriptorErr KHID = -13936 KHIDIncompatibleReportErr KHID = -13943 KHIDInvalidPreparsedDataErr KHID = -13944 KHIDInvalidRangePageErr KHID = -13923 KHIDInvalidReportLengthErr KHID = -13940 KHIDInvalidReportTypeErr KHID = -13941 KHIDInvertedLogicalRangeErr KHID = -13932 KHIDInvertedPhysicalRangeErr KHID = -13931 KHIDInvertedUsageRangeErr KHID = -13929 KHIDNotEnoughMemoryErr KHID = -13937 KHIDNotValueArrayErr KHID = -13945 KHIDNullPointerErr KHID = -13939 KHIDNullStateErr KHID = -13949 KHIDReportCountZeroErr KHID = -13925 KHIDReportIDZeroErr KHID = -13924 KHIDReportSizeZeroErr KHID = -13926 KHIDSuccess KHID = 0 KHIDUnmatchedDesignatorRangeErr KHID = -13927 KHIDUnmatchedStringRangeErr KHID = -13928 KHIDUnmatchedUsageRangeErr KHID = -13930 KHIDUsageNotFoundErr KHID = -13946 KHIDUsagePageZeroErr KHID = -13935 KHIDValueOutOfRangeErr KHID = -13947 KHIDVersionIncompatibleErr KHID = -13909 )
type KHuge1BitMask ¶ added in v0.5.1
type KHuge1BitMask uint
const ( KHuge1BitMaskValue KHuge1BitMask = 'i'<<24 | 'c'<<16 | 'h'<<8 | '#' // 'ich#' KHuge32BitData KHuge1BitMask = 'i'<<24 | 'h'<<16 | '3'<<8 | '2' // 'ih32' KHuge4BitData KHuge1BitMask = 'i'<<24 | 'c'<<16 | 'h'<<8 | '4' // 'ich4' KHuge8BitData KHuge1BitMask = 'i'<<24 | 'c'<<16 | 'h'<<8 | '8' // 'ich8' KHuge8BitMask KHuge1BitMask = 'h'<<24 | '8'<<16 | 'm'<<8 | 'k' // 'h8mk' )
func (KHuge1BitMask) String ¶ added in v0.5.1
func (e KHuge1BitMask) String() string
type KISOLatin1 ¶ added in v0.5.1
type KISOLatin1 uint
const ( KISOLatin1MusicCDVariant KISOLatin1 = 1 KISOLatin1StandardVariant KISOLatin1 = 0 )
func (KISOLatin1) String ¶ added in v0.5.1
func (e KISOLatin1) String() string
type KISOLatinArabic ¶ added in v0.5.1
type KISOLatinArabic uint
const ( KISOLatinArabicExplicitOrderVariant KISOLatinArabic = 2 KISOLatinArabicImplicitOrderVariant KISOLatinArabic = 0 KISOLatinArabicVisualOrderVariant KISOLatinArabic = 1 )
func (KISOLatinArabic) String ¶ added in v0.5.1
func (e KISOLatinArabic) String() string
type KISOLatinHebrew ¶ added in v0.5.1
type KISOLatinHebrew uint
const ( KISOLatinHebrewExplicitOrderVariant KISOLatinHebrew = 2 KISOLatinHebrewImplicitOrderVariant KISOLatinHebrew = 0 KISOLatinHebrewVisualOrderVariant KISOLatinHebrew = 1 )
func (KISOLatinHebrew) String ¶ added in v0.5.1
func (e KISOLatinHebrew) String() string
type KISp ¶
type KISp int
const ( KISpBufferToSmallErr KISp = -30422 KISpDeviceActiveErr KISp = -30428 KISpDeviceInactiveErr KISp = -30426 KISpElementInListErr KISp = -30423 KISpElementNotInListErr KISp = -30424 KISpInternalErr KISp = -30420 KISpListBusyErr KISp = -30429 KISpSystemActiveErr KISp = -30427 KISpSystemInactiveErr KISp = -30425 KISpSystemListErr KISp = -30421 )
type KIcon ¶ added in v0.5.1
type KIcon uint
const ( KIconServices128PixelDataARGB KIcon = 'i'<<24 | 'c'<<16 | '0'<<8 | '7' // 'ic07' KIconServices16PixelDataARGB KIcon = 'i'<<24 | 'c'<<16 | '0'<<8 | '4' // 'ic04' KIconServices32PixelDataARGB KIcon = 'i'<<24 | 'c'<<16 | '0'<<8 | '5' // 'ic05' KIconServices48PixelDataARGB KIcon = 'i'<<24 | 'c'<<16 | '0'<<8 | '6' // 'ic06' )
type KIconFamily ¶ added in v0.5.1
type KIconFamily uint
const (
KIconFamilyType KIconFamily = 'i'<<24 | 'c'<<16 | 'n'<<8 | 's' // 'icns'
)
func (KIconFamily) String ¶ added in v0.5.1
func (e KIconFamily) String() string
type KIconServices ¶
type KIconServices uint
const ( KIconServicesNoBadgeFlag KIconServices = 1 KIconServicesNormalUsageFlag KIconServices = 0 KIconServicesUpdateIfNeededFlag KIconServices = 2 )
func (KIconServices) String ¶
func (e KIconServices) String() string
type KIconServices256PixelDataARGB ¶ added in v0.5.1
type KIconServices256PixelDataARGB uint
const ( KIconServices1024PixelDataARGB KIconServices256PixelDataARGB = 'i'<<24 | 'c'<<16 | '1'<<8 | '0' // 'ic10' KIconServices256PixelDataARGBValue KIconServices256PixelDataARGB = 'i'<<24 | 'c'<<16 | '0'<<8 | '8' // 'ic08' KIconServices512PixelDataARGB KIconServices256PixelDataARGB = 'i'<<24 | 'c'<<16 | '0'<<8 | '9' // 'ic09' KThumbnail32BitData KIconServices256PixelDataARGB = 'i'<<24 | 't'<<16 | '3'<<8 | '2' // 'it32' KThumbnail8BitMask KIconServices256PixelDataARGB = 't'<<24 | '8'<<16 | 'm'<<8 | 'k' // 't8mk' )
func (KIconServices256PixelDataARGB) String ¶ added in v0.5.1
func (e KIconServices256PixelDataARGB) String() string
type KIconServicesCatalogInfo ¶ added in v0.5.1
type KIconServicesCatalogInfo uint
const (
KIconServicesCatalogInfoMask KIconServicesCatalogInfo = 0
)
func (KIconServicesCatalogInfo) String ¶ added in v0.5.1
func (e KIconServicesCatalogInfo) String() string
type KIdleKCEvent ¶ added in v0.5.1
type KIdleKCEvent uint
const ( KAddKCEvent KIdleKCEvent = 3 KDataAccessKCEvent KIdleKCEvent = 10 KDefaultChangedKCEvent KIdleKCEvent = 9 KDeleteKCEvent KIdleKCEvent = 4 KIdleKCEventValue KIdleKCEvent = 0 KKeychainListChangedKCEvent KIdleKCEvent = 11 KLockKCEvent KIdleKCEvent = 1 KPasswordChangedKCEvent KIdleKCEvent = 6 KSystemKCEvent KIdleKCEvent = 8 KUnlockKCEvent KIdleKCEvent = 2 KUpdateKCEvent KIdleKCEvent = 5 )
func (KIdleKCEvent) String ¶ added in v0.5.1
func (e KIdleKCEvent) String() string
type KIdleKCEventMask ¶ added in v0.5.1
type KIdleKCEventMask uint
const ( KAddKCEventMask KIdleKCEventMask = 8 KDataAccessKCEventMask KIdleKCEventMask = 1024 KDefaultChangedKCEventMask KIdleKCEventMask = 512 KDeleteKCEventMask KIdleKCEventMask = 16 KEveryKCEventMask KIdleKCEventMask = 65535 KIdleKCEventMaskValue KIdleKCEventMask = 1 KLockKCEventMask KIdleKCEventMask = 2 KPasswordChangedKCEventMask KIdleKCEventMask = 64 KSystemEventKCEventMask KIdleKCEventMask = 256 KUnlockKCEventMask KIdleKCEventMask = 4 KUpdateKCEventMask KIdleKCEventMask = 32 )
func (KIdleKCEventMask) String ¶ added in v0.5.1
func (e KIdleKCEventMask) String() string
type KInternetLocation ¶
type KInternetLocation uint
const ( KInternetLocationAFP KInternetLocation = 'i'<<24 | 'l'<<16 | 'a'<<8 | 'f' // 'ilaf' KInternetLocationAppleTalk KInternetLocation = 'i'<<24 | 'l'<<16 | 'a'<<8 | 't' // 'ilat' KInternetLocationAppleTalkZoneIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'a'<<8 | 't' // 'ilat' KInternetLocationCreator KInternetLocation = 'd'<<24 | 'r'<<16 | 'a'<<8 | 'g' // 'drag' KInternetLocationFTP KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 't' // 'ilft' KInternetLocationFTPIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 't' // 'ilft' KInternetLocationFile KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 'i' // 'ilfi' KInternetLocationFileIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 'i' // 'ilfi' KInternetLocationGeneric KInternetLocation = 'i'<<24 | 'l'<<16 | 'g'<<8 | 'e' // 'ilge' KInternetLocationGenericIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'g'<<8 | 'e' // 'ilge' KInternetLocationHTTP KInternetLocation = 'i'<<24 | 'l'<<16 | 'h'<<8 | 't' // 'ilht' KInternetLocationHTTPIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'h'<<8 | 't' // 'ilht' KInternetLocationMail KInternetLocation = 'i'<<24 | 'l'<<16 | 'm'<<8 | 'a' // 'ilma' KInternetLocationMailIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'm'<<8 | 'a' // 'ilma' KInternetLocationNNTP KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 'w' // 'ilnw' KInternetLocationNSL KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 's' // 'ilns' KInternetLocationNSLNeighborhoodIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 's' // 'ilns' KInternetLocationNewsIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 'w' // 'ilnw' )
func (KInternetLocation) String ¶
func (e KInternetLocation) String() string
type KKCAuthType ¶ added in v0.5.1
type KKCAuthType uint
const ( KKCAuthTypeDPA KKCAuthType = 'd'<<24 | 'p'<<16 | 'a'<<8 | 'a' // 'dpaa' KKCAuthTypeDefault KKCAuthType = 'd'<<24 | 'f'<<16 | 'l'<<8 | 't' // 'dflt' KKCAuthTypeHTTPDigest KKCAuthType = 'h'<<24 | 't'<<16 | 't'<<8 | 'd' // 'httd' KKCAuthTypeMSN KKCAuthType = 'm'<<24 | 's'<<16 | 'n'<<8 | 'a' // 'msna' KKCAuthTypeNTLM KKCAuthType = 'n'<<24 | 't'<<16 | 'l'<<8 | 'm' // 'ntlm' KKCAuthTypeRPA KKCAuthType = 'r'<<24 | 'p'<<16 | 'a'<<8 | 'a' // 'rpaa' )
func (KKCAuthType) String ¶ added in v0.5.1
func (e KKCAuthType) String() string
type KKCProtocolType ¶ added in v0.5.1
type KKCProtocolType uint
const ( KKCProtocolTypeAFP KKCProtocolType = 'a'<<24 | 'f'<<16 | 'p'<<8 | ' ' // 'afp ' KKCProtocolTypeAppleTalk KKCProtocolType = 'a'<<24 | 't'<<16 | 'l'<<8 | 'k' // 'atlk' KKCProtocolTypeFTP KKCProtocolType = 'f'<<24 | 't'<<16 | 'p'<<8 | ' ' // 'ftp ' KKCProtocolTypeFTPAccount KKCProtocolType = 'f'<<24 | 't'<<16 | 'p'<<8 | 'a' // 'ftpa' KKCProtocolTypeHTTP KKCProtocolType = 'h'<<24 | 't'<<16 | 't'<<8 | 'p' // 'http' KKCProtocolTypeIMAP KKCProtocolType = 'i'<<24 | 'm'<<16 | 'a'<<8 | 'p' // 'imap' KKCProtocolTypeIRC KKCProtocolType = 'i'<<24 | 'r'<<16 | 'c'<<8 | ' ' // 'irc ' KKCProtocolTypeLDAP KKCProtocolType = 'l'<<24 | 'd'<<16 | 'a'<<8 | 'p' // 'ldap' KKCProtocolTypeNNTP KKCProtocolType = 'n'<<24 | 'n'<<16 | 't'<<8 | 'p' // 'nntp' KKCProtocolTypePOP3 KKCProtocolType = 'p'<<24 | 'o'<<16 | 'p'<<8 | '3' // 'pop3' KKCProtocolTypeSMTP KKCProtocolType = 's'<<24 | 'm'<<16 | 't'<<8 | 'p' // 'smtp' KKCProtocolTypeSOCKS KKCProtocolType = 's'<<24 | 'o'<<16 | 'x'<<8 | ' ' // 'sox ' KKCProtocolTypeTelnet KKCProtocolType = 't'<<24 | 'e'<<16 | 'l'<<8 | 'n' // 'teln' )
func (KKCProtocolType) String ¶ added in v0.5.1
func (e KKCProtocolType) String() string
type KLS ¶
type KLS int
const ( // KLSAppDoesNotClaimTypeErr: Not currently used. KLSAppDoesNotClaimTypeErr KLS = -10820 // KLSAppDoesNotSupportSchemeWarning: Not currently used. KLSAppDoesNotSupportSchemeWarning KLS = -10821 // KLSAppInTrashErr: The app can’t run because it’s inside a Trash folder. KLSAppInTrashErr KLS = -10660 // KLSApplicationNotFoundErr: No app in the Launch Services database matches the input criteria. KLSApplicationNotFoundErr KLS = -10814 KLSAttributeNotFoundErr KLS = -10662 KLSAttributeNotSettableErr KLS = -10663 // KLSCannotSetInfoErr: The system can’t hide the filename extension. KLSCannotSetInfoErr KLS = -10823 // KLSDataErr: Improper data structure. KLSDataErr KLS = -10817 // KLSDataTooOldErr: Not currently used. KLSDataTooOldErr KLS = -10816 // KLSDataUnavailableErr: Data of the desired type is not available (for example, there is no kind string). KLSExecutableIncorrectFormat KLS = -10661 KLSGarbageCollectionUnsupportedErr KLS = -10666 KLSIncompatibleApplicationVersionErr KLS = -10664 // KLSIncompatibleSystemVersionErr: The requested app can’t run on the current macOS version. KLSIncompatibleSystemVersionErr KLS = -10825 // KLSLaunchInProgressErr: A launch of the app is already in progress. KLSLaunchInProgressErr KLS = -10818 KLSMalformedLocErr KLS = -10400 // KLSMultipleSessionsNotSupportedErr: The requested app can’t run simultaneously in two different user sessions. KLSMultipleSessionsNotSupportedErr KLS = -10829 KLSNo32BitEnvironmentErr KLS = -10386 // KLSNoClassicEnvironmentErr: Not currently used. KLSNoClassicEnvironmentErr KLS = -10828 // KLSNoExecutableErr: The executable file is missing or has an unusable format. KLSNoExecutableErr KLS = -10827 // KLSNoLaunchPermissionErr: The user doesn’t have permission to launch the app on a managed network. KLSNoLaunchPermissionErr KLS = -10826 // KLSNoRegistrationInfoErr: Not currently used. KLSNoRegistrationInfoErr KLS = -10824 KLSNoRosettaEnvironmentErr KLS = -10665 // KLSNotAnApplicationErr: The item for registration is not an app. KLSNotAnApplicationErr KLS = -10811 // KLSNotInitializedErr: Not currently used. KLSNotInitializedErr KLS = -10812 // KLSNotRegisteredErr: Not currently used. KLSNotRegisteredErr KLS = -10819 // KLSServerCommunicationErr: There is a problem communicating with the server process that maintains the Launch Services database. KLSServerCommunicationErr KLS = -10822 // KLSUnknownErr: An unknown error has occurred. KLSUnknownErr KLS = -10810 // KLSUnknownTypeErr: Not currently used. KLSUnknownTypeErr KLS = -10815 )
type KLSSharedFileList ¶
type KLSSharedFileList uint
const ( )
func (KLSSharedFileList) String ¶
func (e KLSSharedFileList) String() string
type KLSUnknown ¶
type KLSUnknown uint
const ( // KLSUnknownCreator: The value to supply as the creator signatureif no file creator information is available. KLSUnknownCreator KLSUnknown = 0 // KLSUnknownType: The value to supply as the file type (for example,to the [LSGetApplicationForInfo] function)if no file type information is available. KLSUnknownType KLSUnknown = 0 )
func (KLSUnknown) String ¶
func (e KLSUnknown) String() string
type KLarge1BitMask ¶ added in v0.5.1
type KLarge1BitMask uint
const ( KLarge1BitMaskValue KLarge1BitMask = 'I'<<24 | 'C'<<16 | 'N'<<8 | '#' // 'ICN#' KLarge32BitData KLarge1BitMask = 'i'<<24 | 'l'<<16 | '3'<<8 | '2' // 'il32' KLarge4BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 'l'<<8 | '4' // 'icl4' KLarge8BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 'l'<<8 | '8' // 'icl8' KLarge8BitMask KLarge1BitMask = 'l'<<24 | '8'<<16 | 'm'<<8 | 'k' // 'l8mk' KMini1BitMask KLarge1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '#' // 'icm#' KMini4BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '4' // 'icm4' KMini8BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '8' // 'icm8' KSmall1BitMask KLarge1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '#' // 'ics#' KSmall32BitData KLarge1BitMask = 'i'<<24 | 's'<<16 | '3'<<8 | '2' // 'is32' KSmall4BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '4' // 'ics4' KSmall8BitData KLarge1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '8' // 'ics8' KSmall8BitMask KLarge1BitMask = 's'<<24 | '8'<<16 | 'm'<<8 | 'k' // 's8mk' )
func (KLarge1BitMask) String ¶ added in v0.5.1
func (e KLarge1BitMask) String() string
type KLargeIconSize ¶ added in v0.5.1
type KLargeIconSize uint
const ( KLarge4BitIconSize KLargeIconSize = 512 KLarge8BitIconSize KLargeIconSize = 1024 KLargeIconSizeValue KLargeIconSize = 256 KSmall4BitIconSize KLargeIconSize = 128 KSmall8BitIconSize KLargeIconSize = 256 KSmallIconSize KLargeIconSize = 64 )
func (KLargeIconSize) String ¶ added in v0.5.1
func (e KLargeIconSize) String() string
type KLastDomain ¶ added in v0.5.1
type KLastDomain int
const ( // Deprecated. KLastDomainConstant KLastDomain = -32760 )
func (KLastDomain) String ¶ added in v0.5.1
func (e KLastDomain) String() string
type KLaunchToGetTerminology ¶ added in v0.5.1
type KLaunchToGetTerminology uint
const ( KAlwaysSendSubject KLaunchToGetTerminology = 8192 KDontFindAppBySignature KLaunchToGetTerminology = 16384 KLaunchToGetTerminologyValue KLaunchToGetTerminology = 32768 )
func (KLaunchToGetTerminology) String ¶ added in v0.5.1
func (e KLaunchToGetTerminology) String() string
type KLocale ¶ added in v0.5.1
type KLocale uint
const ( KLocaleAllPartsMask KLocale = 63 KLocaleAndVariantNameMask KLocale = 3 KLocaleLanguageMask KLocale = 1 KLocaleLanguageVariantMask KLocale = 2 KLocaleNameMask KLocale = 1 KLocaleOperationVariantNameMask KLocale = 2 KLocaleRegionMask KLocale = 16 KLocaleRegionVariantMask KLocale = 32 KLocaleScriptMask KLocale = 4 KLocaleScriptVariantMask KLocale = 8 )
type KMP ¶
type KMP int
const ( KMPBlueBlockingErr KMP = -29293 // KMPDeletedErr: The desired notification the function was waiting upon was deleted. KMPDeletedErr KMP = -29295 // KMPInsufficientResourcesErr: Could not complete task due to unavailable Multiprocessing Services resources. KMPInsufficientResourcesErr KMP = -29298 // KMPInvalidIDErr: Invalid ID value. KMPInvalidIDErr KMP = -29299 KMPIterationEndErr KMP = -29275 KMPPrivilegedErr KMP = -29276 KMPProcessCreatedErr KMP = -29288 KMPProcessTerminatedErr KMP = -29289 KMPTaskAbortedErr KMP = -29297 // KMPTaskBlockedErr: The desired task is blocked. KMPTaskBlockedErr KMP = -29291 KMPTaskCreatedErr KMP = -29290 // KMPTaskStoppedErr: The desired task is stopped. KMPTaskStoppedErr KMP = -29292 // KMPTimeoutErr: The designated timeout interval passed before the function could take action. KMPTimeoutErr KMP = -29296 // Deprecated. KMPAddressSpaceInfoVersion KMP = 1 // Deprecated. KMPAllocate1024ByteAligned KMP = 10 // Deprecated. KMPAllocate16ByteAligned KMP = 4 // Deprecated. KMPAllocate32ByteAligned KMP = 5 // Deprecated. KMPAllocate4096ByteAligned KMP = 12 // Deprecated. KMPAllocate8ByteAligned KMP = 3 // Deprecated. KMPAllocateAltiVecAligned KMP = 4 // Deprecated. KMPAllocateDefaultAligned KMP = 0 // Deprecated. KMPAllocateInterlockAligned KMP = 255 // Deprecated. KMPAllocateMaxAlignment KMP = 16 // Deprecated. KMPAllocateVMPageAligned KMP = 254 // Deprecated. KMPAllocateVMXAligned KMP = 4 // Deprecated. KMPAnyRemoteContext KMP = 0 // Deprecated. KMPAsyncInterruptRemoteContext KMP = 3 // Deprecated. KMPCriticalRegionInfoVersion KMP = 1 // Deprecated. KMPEventInfoVersion KMP = 1 // Deprecated. KMPHighLevelDebugger KMP = 536870912 // Deprecated. KMPInterruptRemoteContext KMP = 2 // Deprecated. KMPLowLevelDebugger KMP = 0 // Deprecated. KMPMidLevelDebugger KMP = 268435456 // Deprecated. KMPNotificationInfoVersion KMP = 1 // Deprecated. KMPOwningProcessRemoteContext KMP = 1 // Deprecated. KMPPreserveTimerIDMask KMP = 1 // Deprecated. KMPQueueInfoVersion KMP = 1 // Deprecated. KMPSemaphoreInfoVersion KMP = 1 // Deprecated. KMPTimeIsDeltaMask KMP = 2 // Deprecated. KMPTimeIsDurationMask KMP = 4 )
type KMPAllocate ¶ added in v0.5.1
type KMPAllocate uint
const ( // Deprecated. KMPAllocateClearMask KMPAllocate = 1 // Deprecated. KMPAllocateGloballyMask KMPAllocate = 2 // Deprecated. KMPAllocateNoCreateMask KMPAllocate = 32 // Deprecated. KMPAllocateNoGrowthMask KMPAllocate = 16 // Deprecated. KMPAllocateResidentMask KMPAllocate = 4 )
func (KMPAllocate) String ¶ added in v0.5.1
func (e KMPAllocate) String() string
type KMPCreateTask ¶ added in v0.5.1
type KMPCreateTask uint
const ( // Deprecated. KMPCreateTaskNotDebuggableMask KMPCreateTask = 4 // Deprecated. KMPCreateTaskSuspendedMask KMPCreateTask = 1 // Deprecated. KMPCreateTaskTakesAllExceptionsMask KMPCreateTask = 2 // Deprecated. KMPCreateTaskValidOptionsMask KMPCreateTask = 1 )
func (KMPCreateTask) String ¶ added in v0.5.1
func (e KMPCreateTask) String() string
type KMPMaxAlloc ¶ added in v0.5.1
type KMPMaxAlloc uint
const ( // Deprecated. KMPMaxAllocSize KMPMaxAlloc = 0 )
func (KMPMaxAlloc) String ¶ added in v0.5.1
func (e KMPMaxAlloc) String() string
type KMPNanokernelNeedsMemory ¶ added in v0.5.1
type KMPNanokernelNeedsMemory int
const (
KMPNanokernelNeedsMemoryErr KMPNanokernelNeedsMemory = -29294
)
func (KMPNanokernelNeedsMemory) String ¶ added in v0.5.1
func (e KMPNanokernelNeedsMemory) String() string
type KMPTask ¶ added in v0.5.1
type KMPTask uint
const ( // Deprecated. KMPTaskBlocked KMPTask = 0 // Deprecated. KMPTaskPropagate KMPTask = 0 // Deprecated. KMPTaskPropagateMask KMPTask = 1 // Deprecated. KMPTaskReady KMPTask = 1 // Deprecated. KMPTaskResumeBranch KMPTask = 2 // Deprecated. KMPTaskResumeBranchMask KMPTask = 4 // Deprecated. KMPTaskResumeMask KMPTask = 0 // Deprecated. KMPTaskResumeStep KMPTask = 1 // Deprecated. KMPTaskResumeStepMask KMPTask = 2 // Deprecated. KMPTaskRunning KMPTask = 2 // Deprecated. KMPTaskState32BitMemoryException KMPTask = 4 // Deprecated. KMPTaskStateFPU KMPTask = 1 // Deprecated. KMPTaskStateMachine KMPTask = 3 // Deprecated. KMPTaskStateRegisters KMPTask = 0 // Deprecated. KMPTaskStateTaskInfo KMPTask = 5 // Deprecated. KMPTaskStateVectors KMPTask = 2 )
type KMPTaskInfo ¶ added in v0.5.1
type KMPTaskInfo uint
const ( // Deprecated. KMPTaskInfoVersion KMPTaskInfo = 3 )
func (KMPTaskInfo) String ¶ added in v0.5.1
func (e KMPTaskInfo) String() string
type KMacArabic ¶ added in v0.5.1
type KMacArabic uint
const ( // KMacArabicAlBayanVariant: A Mac OS Arabic variant used for the Arabic TrueType font Al Bayan. KMacArabicAlBayanVariant KMacArabic = 3 // KMacArabicStandardVariant: A Mac OS Arabic variant is supported by the Cairo font (the system font for Arabic) and is the encoding supported by the text processing utilities. KMacArabicStandardVariant KMacArabic = 0 // KMacArabicThuluthVariant: A Mac OS Arabic variant used for the Arabic PostScript-only fonts: Thuluth and Thuluth bold. KMacArabicThuluthVariant KMacArabic = 2 // KMacArabicTrueTypeVariant: A Mac OS Arabic variant used for most of the Arabic TrueType fonts: Baghdad, Geeza, Kufi, Nadeem. KMacArabicTrueTypeVariant KMacArabic = 1 )
func (KMacArabic) String ¶ added in v0.5.1
func (e KMacArabic) String() string
type KMacCroatian ¶ added in v0.5.1
type KMacCroatian uint
const ( // KMacCroatianCurrencySignVariant: In versions of Mac OS earlier than 8.5, 0xDB is the currency sign. KMacCroatianCurrencySignVariant KMacCroatian = 1 // KMacCroatianDefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacCroatianDefaultVariant KMacCroatian = 0 // KMacCroatianEuroSignVariant: In Mac OS version 8.5 and later, 0xDB is the Euro sign. KMacCroatianEuroSignVariant KMacCroatian = 2 )
func (KMacCroatian) String ¶ added in v0.5.1
func (e KMacCroatian) String() string
type KMacCyrillic ¶ added in v0.5.1
type KMacCyrillic uint
const ( // KMacCyrillicCurrSignStdVariant: In Mac OS versions prior to 9.0 (RU, BG), 0xFF = currency sign, 0xA2/0xB6 = CENT / PARTIAL DIFF. KMacCyrillicCurrSignStdVariant KMacCyrillic = 1 // KMacCyrillicCurrSignUkrVariant: In Mac OS version 9.0 and later (UA, LangKit), 0xFF = currency sign, 0xA2/0xB6 = GHE with upturn. KMacCyrillicCurrSignUkrVariant KMacCyrillic = 2 // KMacCyrillicDefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacCyrillicDefaultVariant KMacCyrillic = 0 // KMacCyrillicEuroSignVariant: In Mac OS 9.0 and later, 0xFF is Euro sign, 0xA2/0xB6 = GHE with upturn. KMacCyrillicEuroSignVariant KMacCyrillic = 3 )
func (KMacCyrillic) String ¶ added in v0.5.1
func (e KMacCyrillic) String() string
type KMacFarsi ¶ added in v0.5.1
type KMacFarsi uint
const ( // KMacFarsiStandardVariant: This Mac OS Farsi variant is supported by the Tehran font (the system font for Farsi) and is the encoding supported by the text processing utilities. KMacFarsiStandardVariant KMacFarsi = 0 // KMacFarsiTrueTypeVariant: This Mac OS Farsi variant is used for most of the Farsi TrueType fonts: Ashfahan, Amir, Kamran, Mashad, NadeemFarsi. KMacFarsiTrueTypeVariant KMacFarsi = 1 )
type KMacHebrew ¶ added in v0.5.1
type KMacHebrew uint
const ( // KMacHebrewFigureSpaceVariant: The Mac OS Hebrew variant in which 0xD4 represents figure space, not left single quotation mark as in the standard variant. KMacHebrewFigureSpaceVariant KMacHebrew = 1 // KMacHebrewStandardVariant: The standard Mac OS Hebrew variant. KMacHebrewStandardVariant KMacHebrew = 0 )
func (KMacHebrew) String ¶ added in v0.5.1
func (e KMacHebrew) String() string
type KMacIcelandic ¶ added in v0.5.1
type KMacIcelandic uint
const ( // KMacIcelandicStdCurrSignVariant: In Mac OS versions prior to 8.5, 0xDB is the currency sign; 0xBB/0xBC are fem./masc. KMacIcelandicStdCurrSignVariant KMacIcelandic = 2 // KMacIcelandicStdDefaultVariant: This is a meta value that maps to `kMacIcelandicStdCurrSignVariant` or `kMacIcelandicStdEuroSignVariant`, depending on version of the Mac OS. KMacIcelandicStdDefaultVariant KMacIcelandic = 0 // KMacIcelandicStdEuroSignVariant: In Mac OS version 8.5 and later , 0xDB is the Euro sign ; 0xBB/0xBC are fem./masc. KMacIcelandicStdEuroSignVariant KMacIcelandic = 4 // KMacIcelandicTTCurrSignVariant: In Mac OS versions prior to 8.5, 0xDB is the currency sign; 0xBB/0xBC are fi/fl ligatures KMacIcelandicTTCurrSignVariant KMacIcelandic = 3 // KMacIcelandicTTDefaultVariant: This is a meta value that maps to `kMacIcelandicTTCurrSignVariant` or `kMacIcelandicTTEuroSignVariant`, depending on version of the Mac OS. KMacIcelandicTTDefaultVariant KMacIcelandic = 1 // KMacIcelandicTTEuroSignVariant: In Mac OS versions earlier than 8.5, 0xDB is the Euro sign; 0xBB/0xBC are fi/fl ligatures. KMacIcelandicTTEuroSignVariant KMacIcelandic = 5 )
func (KMacIcelandic) String ¶ added in v0.5.1
func (e KMacIcelandic) String() string
type KMacJapanese ¶ added in v0.5.1
type KMacJapanese uint
const ( // KMacJapaneseBasicVariant: An artificial Mac OS Japanese variant without Apple double-byte extensions. KMacJapaneseBasicVariant KMacJapanese = 2 // KMacJapanesePostScriptPrintVariant: The Mac OS Japanese variant for PostScript printing versions of the Sai Mincho and Chu Gothic PostScript fonts. KMacJapanesePostScriptPrintVariant KMacJapanese = 4 // KMacJapanesePostScriptScrnVariant: The Mac OS Japanese variant for the screen bitmap version of the Sai Mincho and Chu Gothic fonts. KMacJapanesePostScriptScrnVariant KMacJapanese = 3 // KMacJapaneseStandardVariant: The standard Mac OS Japanese variant. KMacJapaneseStandardVariant KMacJapanese = 0 // KMacJapaneseStdNoVerticalsVariant: An artificial Mac OS Japanese variant for callers who don’t want to use separately encoded vertical forms (for example, developers using QuickDraw GX). KMacJapaneseStdNoVerticalsVariant KMacJapanese = 1 // KMacJapaneseVertAtKuPlusTenVariant: The Mac OS Japanese variant for the Hon Mincho and Maru Gothic fonts used in the Japanese localized version of System 7.1. KMacJapaneseVertAtKuPlusTenVariant KMacJapanese = 5 )
func (KMacJapanese) String ¶ added in v0.5.1
func (e KMacJapanese) String() string
type KMacMemoryMaximumMemoryManagerBlock ¶ added in v0.5.1
type KMacMemoryMaximumMemoryManagerBlock uint
const ( // Deprecated. KMacMemoryMaximumMemoryManagerBlockSize KMacMemoryMaximumMemoryManagerBlock = 2147483632 )
func (KMacMemoryMaximumMemoryManagerBlock) String ¶ added in v0.5.1
func (e KMacMemoryMaximumMemoryManagerBlock) String() string
type KMacRoman ¶ added in v0.5.1
type KMacRoman uint
const ( // KMacRomanCurrencySignVariant: In Mac OS versions earlier than 8.5 0xDB is the currency sign; still used for some older fonts even in Mac OS 8.5. KMacRomanCurrencySignVariant KMacRoman = 1 // KMacRomanDefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacRomanDefaultVariant KMacRoman = 0 // KMacRomanEuroSignVariant: In Mac OS version 8.5 and later, 0xDB is the Euro sign. KMacRomanEuroSignVariant KMacRoman = 2 )
type KMacRomanLatin1 ¶ added in v0.5.1
type KMacRomanLatin1 uint
const ( // KMacRomanLatin1CroatianVariant: Permuted MacCroatian, Euro sign variant. KMacRomanLatin1CroatianVariant KMacRomanLatin1 = 8 // KMacRomanLatin1DefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacRomanLatin1DefaultVariant KMacRomanLatin1 = 0 // KMacRomanLatin1IcelandicVariant: Permuted MacIcelandic, standard Euro sign variant. KMacRomanLatin1IcelandicVariant KMacRomanLatin1 = 11 // KMacRomanLatin1RomanianVariant: Permuted MacRomanian, Euro sign variant. KMacRomanLatin1RomanianVariant KMacRomanLatin1 = 14 // KMacRomanLatin1StandardVariant: Permuted MacRoman, Euro sign variant. KMacRomanLatin1StandardVariant KMacRomanLatin1 = 2 // KMacRomanLatin1TurkishVariant: Permuted MacTurkish. KMacRomanLatin1TurkishVariant KMacRomanLatin1 = 6 )
func (KMacRomanLatin1) String ¶ added in v0.5.1
func (e KMacRomanLatin1) String() string
type KMacRomanStandardVariant ¶ added in v0.5.1
type KMacRomanStandardVariant uint
const ( KHebrewFigureSpaceVariant KMacRomanStandardVariant = 1 KHebrewStandardVariant KMacRomanStandardVariant = 0 KJapaneseBasicVariant KMacRomanStandardVariant = 2 KJapanesePostScriptPrintVariant KMacRomanStandardVariant = 4 KJapanesePostScriptScrnVariant KMacRomanStandardVariant = 3 KJapaneseStandardVariant KMacRomanStandardVariant = 0 KJapaneseStdNoVerticalsVariant KMacRomanStandardVariant = 1 KJapaneseVertAtKuPlusTenVariant KMacRomanStandardVariant = 5 // KMacIcelandicStandardVariant: The standard Mac OS Icelandic encoding supported by the bitmap versions of Chicago, Geneva, Monaco, and New York in the Icelandic system. KMacIcelandicStandardVariant KMacRomanStandardVariant = 0 // KMacIcelandicTrueTypeVariant: The Mac OS Icelandic variant used for the bitmap versions of Courier, Helvetica, Palatino, and Times in the Icelandic system, and for the TrueType versions of Chicago, Geneva, Monaco, New York, Courier, Helvetica, Palatino, and Times. KMacIcelandicTrueTypeVariant KMacRomanStandardVariant = 1 // KMacRomanStandardVariantValue: The standard variant of Mac OS Roman for Mac OS 8.5 and later; 0xDB is the Euro sign. KMacRomanStandardVariantValue KMacRomanStandardVariant = 0 // KTextEncodingShiftJIS_X0213_00: Shift-JIS format encoding of JIS X0213 planes 1 and 2 KTextEncodingShiftJIS_X0213_00 KMacRomanStandardVariant = 1576 // KUnicodeCanonicalCompVariant: This is the normal canonical composition according to Unicode 3.2 rules. KUnicodeCanonicalCompVariant KMacRomanStandardVariant = 3 // KUnicodeCanonicalDecompVariant: # Discussion KUnicodeCanonicalDecompVariant KMacRomanStandardVariant = 2 // KUnicodeMaxDecomposedVariant: Replaced by `kUnicodeCanonicalDecompVariant`. KUnicodeMaxDecomposedVariant KMacRomanStandardVariant = 2 // KUnicodeNoComposedVariant: Replaced by `kUnicodeCanonicalCompVariant`. KUnicodeNoComposedVariant KMacRomanStandardVariant = 3 )
func (KMacRomanStandardVariant) String ¶ added in v0.5.1
func (e KMacRomanStandardVariant) String() string
type KMacRomanian ¶ added in v0.5.1
type KMacRomanian uint
const ( // KMacRomanianCurrencySignVariant: In Mac OS versions earlier than 8.5, 0xDB is the currency sign. KMacRomanianCurrencySignVariant KMacRomanian = 1 // KMacRomanianDefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacRomanianDefaultVariant KMacRomanian = 0 // KMacRomanianEuroSignVariant: In Mac OS version 8.5 and later, 0xDB is the Euro sign. KMacRomanianEuroSignVariant KMacRomanian = 2 )
func (KMacRomanian) String ¶ added in v0.5.1
func (e KMacRomanian) String() string
type KMacVT100 ¶ added in v0.5.1
type KMacVT100 uint
const ( // KMacVT100CurrencySignVariant: In Mac OS versions earlier than 8.5, 0xDB is the currency sign. KMacVT100CurrencySignVariant KMacVT100 = 1 // KMacVT100DefaultVariant: This is a meta value that maps to one of the following constants, depending on version of the Mac OS. KMacVT100DefaultVariant KMacVT100 = 0 // KMacVT100EuroSignVariant: In Mac OS version 8.5 and later, 0xDB is the Euro sign. KMacVT100EuroSignVariant KMacVT100 = 2 )
type KMachineNameStrI ¶ added in v0.5.1
type KMachineNameStrI int
const (
KMachineNameStrID KMachineNameStrI = -16395
)
func (KMachineNameStrI) String ¶ added in v0.5.1
func (e KMachineNameStrI) String() string
type KMagicBusyCreation ¶ added in v0.5.1
type KMagicBusyCreation uint
const (
KMagicBusyCreationDate KMagicBusyCreation = 1329266096
)
func (KMagicBusyCreation) String ¶ added in v0.5.1
func (e KMagicBusyCreation) String() string
type KMagicTemporaryItemsFolderType ¶ added in v0.5.1
type KMagicTemporaryItemsFolderType uint
const ( // Deprecated. KCurrentUserRemoteFolderLocation KMagicTemporaryItemsFolderType = 'r'<<24 | 'u'<<16 | 's'<<8 | 'f' // 'rusf' // Deprecated. KCurrentUserRemoteFolderType KMagicTemporaryItemsFolderType = 'r'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'rusr' // Deprecated. KMagicTemporaryItemsFolderTypeValue KMagicTemporaryItemsFolderType = 'm'<<24 | 't'<<16 | 'm'<<8 | 'p' // 'mtmp' // Deprecated. KTemporaryItemsInUserDomainFolderType KMagicTemporaryItemsFolderType = 't'<<24 | 'e'<<16 | 'm'<<8 | 'q' // 'temq' )
func (KMagicTemporaryItemsFolderType) String ¶ added in v0.5.1
func (e KMagicTemporaryItemsFolderType) String() string
type KNS ¶
type KNS int
const ( KNSL68kContextNotSupported KNS = -4170 KNSLBadClientInfoPtr KNS = -4185 KNSLBadDataTypeErr KNS = -4193 KNSLBadNetConnection KNS = -4192 KNSLBadProtocolTypeErr KNS = -4183 KNSLBadReferenceErr KNS = -4195 KNSLBadServiceTypeErr KNS = -4194 KNSLBadURLSyntax KNS = -4172 KNSLBufferTooSmallForData KNS = -4187 KNSLCannotContinueLookup KNS = -4186 KNSLErrNullPtrError KNS = -4176 KNSLInitializationFailed KNS = -4200 KNSLInsufficientOTVer KNS = -4197 KNSLInsufficientSysVer KNS = -4198 KNSLInvalidPluginSpec KNS = -4190 KNSLNoCarbonLib KNS = -4173 KNSLNoContextAvailable KNS = -4188 KNSLNoElementsInList KNS = -4196 KNSLNoPluginsForSearch KNS = -4179 KNSLNoPluginsFound KNS = -4181 KNSLNoSupportForService KNS = -4191 KNSLNotImplementedYet KNS = -4175 KNSLNotInitialized KNS = -4199 KNSLNullListPtr KNS = -4184 KNSLNullNeighborhoodPtr KNS = -4178 KNSLPluginLoadFailed KNS = -4182 KNSLRequestBufferAlreadyInList KNS = -4189 KNSLSchedulerError KNS = -4171 KNSLSearchAlreadyInProgress KNS = -4180 KNSLSomePluginsFailedToLoad KNS = -4177 KNSLUILibraryNotAvailable KNS = -4174 )
type KNSp ¶
type KNSp int
const ( KNSpAddPlayerFailedErr KNSp = -30389 KNSpAddressInUseErr KNSp = -30380 KNSpAlreadyAdvertisingErr KNSp = -30374 KNSpAlreadyInitializedErr KNSp = -30361 KNSpCantBlockErr KNSp = -30398 KNSpConnectFailedErr KNSp = -30395 KNSpCreateGroupFailedErr KNSp = -30388 KNSpFeatureNotImplementedErr KNSp = -30381 KNSpFreeQExhaustedErr KNSp = -30378 KNSpGameTerminatedErr KNSp = -30394 KNSpHostFailedErr KNSp = -30365 KNSpInitializationFailedErr KNSp = -30360 KNSpInvalidAddressErr KNSp = -30377 KNSpInvalidDefinitionErr KNSp = -30390 KNSpInvalidGameRefErr KNSp = -30367 KNSpInvalidGroupIDErr KNSp = -30384 KNSpInvalidParameterErr KNSp = -30369 KNSpInvalidPlayerIDErr KNSp = -30383 KNSpInvalidProtocolListErr KNSp = -30392 KNSpInvalidProtocolRefErr KNSp = -30391 KNSpJoinFailedErr KNSp = -30399 KNSpMemAllocationErr KNSp = -30373 KNSpMessageTooBigErr KNSp = -30397 KNSpNameRequiredErr KNSp = -30382 KNSpNoGroupsErr KNSp = -30386 KNSpNoHostVolunteersErr KNSp = -30387 KNSpNoPlayersErr KNSp = -30385 KNSpNotAdvertisingErr KNSp = -30376 KNSpOTNotPresentErr KNSp = -30370 KNSpOTVersionTooOldErr KNSp = -30371 KNSpPipeFullErr KNSp = -30364 KNSpProtocolNotAvailableErr KNSp = -30366 KNSpRemovePlayerFailedErr KNSp = -30379 KNSpSendFailedErr KNSp = -30396 KNSpTimeoutErr KNSp = -30393 KNSpTopologyNotSupportedErr KNSp = -30362 )
type KNewSuspend ¶ added in v0.5.1
type KNewSuspend uint
const ( // Deprecated. KCreateIfNeeded KNewSuspend = 4 // Deprecated. KExactMatchThread KNewSuspend = 16 // Deprecated. KFPUNotNeeded KNewSuspend = 8 // Deprecated. KNewSuspendValue KNewSuspend = 1 // Deprecated. KUsePremadeThread KNewSuspend = 2 )
func (KNewSuspend) String ¶ added in v0.5.1
func (e KNewSuspend) String() string
type KNoByteCode ¶ added in v0.5.1
type KNoByteCode uint
const ( // Deprecated. KFourByteCode KNoByteCode = 3 // Deprecated. KNoByteCodeValue KNoByteCode = 0 // Deprecated. KOneByteCode KNoByteCode = 1 // Deprecated. KTwoByteCode KNoByteCode = 2 )
func (KNoByteCode) String ¶ added in v0.5.1
func (e KNoByteCode) String() string
type KNoThreadID ¶ added in v0.5.1
type KNoThreadID uint
const ( // Deprecated. KApplicationThreadID KNoThreadID = 2 // Deprecated. KCurrentThreadID KNoThreadID = 1 // Deprecated. KNoThreadIDValue KNoThreadID = 0 )
func (KNoThreadID) String ¶ added in v0.5.1
func (e KNoThreadID) String() string
type KNoUserAuthentication ¶ added in v0.5.1
type KNoUserAuthentication uint
const ( KEncryptPassword KNoUserAuthentication = 3 KNoUserAuthenticationValue KNoUserAuthentication = 1 KPassword KNoUserAuthentication = 2 KTwoWayEncryptPassword KNoUserAuthentication = 6 )
func (KNoUserAuthentication) String ¶ added in v0.5.1
func (e KNoUserAuthentication) String() string
type KOTNoError ¶
type KOTNoError int
const ( KEACCESErr KOTNoError = -3212 KEADDRINUSEErr KOTNoError = -3247 KEADDRNOTAVAILErr KOTNoError = -3248 KEAGAINErr KOTNoError = -3210 KEALREADYErr KOTNoError = -3236 KEBADFErr KOTNoError = -3208 KEBADMSGErr KOTNoError = -3272 KEBUSYErr KOTNoError = -3215 KECANCELErr KOTNoError = -3273 KECONNABORTEDErr KOTNoError = -3252 KECONNREFUSEDErr KOTNoError = -3260 KECONNRESETErr KOTNoError = -3253 KEDEADLKErr KOTNoError = -3234 KEDESTADDRREQErr KOTNoError = -3238 KEEXISTErr KOTNoError = -3216 KEFAULTErr KOTNoError = -3213 KEHOSTDOWNErr KOTNoError = -3263 KEHOSTUNREACHErr KOTNoError = -3264 KEINPROGRESSErr KOTNoError = -3276 KEINTRErr KOTNoError = -3203 KEINVALErr KOTNoError = -3221 KEIOErr KOTNoError = -3204 KEISCONNErr KOTNoError = -3255 KEMSGSIZEErr KOTNoError = -3239 KENETDOWNErr KOTNoError = -3249 KENETRESETErr KOTNoError = -3251 KENETUNREACHErr KOTNoError = -3250 KENOBUFSErr KOTNoError = -3254 KENODATAErr KOTNoError = -3275 KENODEVErr KOTNoError = -3218 KENOENTErr KOTNoError = -3201 KENOMEMErr KOTNoError = -3211 KENOMSGErr KOTNoError = -3278 KENOPROTOOPTErr KOTNoError = -3241 KENORSRCErr KOTNoError = -3202 KENOSRErr KOTNoError = -3271 KENOSTRErr KOTNoError = -3274 KENOTCONNErr KOTNoError = -3256 KENOTSOCKErr KOTNoError = -3237 KENOTTYErr KOTNoError = -3224 KENXIOErr KOTNoError = -3205 KEOPNOTSUPPErr KOTNoError = -3244 KEPERMErr KOTNoError = -3200 KEPIPEErr KOTNoError = -3231 KEPROTOErr KOTNoError = -3269 KEPROTONOSUPPORTErr KOTNoError = -3242 KEPROTOTYPEErr KOTNoError = -3240 KERANGEErr KOTNoError = -3233 KESHUTDOWNErr KOTNoError = -3257 KESOCKTNOSUPPORTErr KOTNoError = -3243 KESRCHErr KOTNoError = -3277 KETIMEDOUTErr KOTNoError = -3259 KETIMEErr KOTNoError = -3270 KETOOMANYREFSErr KOTNoError = -3258 KEWOULDBLOCKErr KOTNoError = -3234 KOTAccessErr KOTNoError = -3152 KOTAddressBusyErr KOTNoError = -3172 KOTBadAddressErr KOTNoError = -3150 KOTBadConfigurationErr KOTNoError = -3282 KOTBadDataErr KOTNoError = -3159 KOTBadFlagErr KOTNoError = -3165 KOTBadNameErr KOTNoError = -3170 KOTBadOptionErr KOTNoError = -3151 KOTBadQLenErr KOTNoError = -3171 KOTBadReferenceErr KOTNoError = -3153 KOTBadSequenceErr KOTNoError = -3156 KOTBadSyncErr KOTNoError = -3179 KOTBufferOverflowErr KOTNoError = -3160 KOTCanceledErr KOTNoError = -3180 KOTClientNotInittedErr KOTNoError = -3279 KOTConfigurationChangedErr KOTNoError = -3283 KOTDuplicateFoundErr KOTNoError = -3216 KOTFlowErr KOTNoError = -3161 KOTIndOutErr KOTNoError = -3173 KOTLookErr KOTNoError = -3158 KOTNoAddressErr KOTNoError = -3154 KOTNoDataErr KOTNoError = -3162 KOTNoDisconnectErr KOTNoError = -3163 KOTNoErrorValue KOTNoError = 0 KOTNoReleaseErr KOTNoError = -3166 KOTNoStructureTypeErr KOTNoError = -3169 KOTNoUDErrErr KOTNoError = -3164 KOTNotFoundErr KOTNoError = -3201 KOTNotSupportedErr KOTNoError = -3167 KOTOutOfMemoryErr KOTNoError = -3211 KOTOutStateErr KOTNoError = -3155 KOTPortHasDiedErr KOTNoError = -3280 KOTPortLostConnection KOTNoError = -3285 KOTPortWasEjectedErr KOTNoError = -3281 KOTProtocolErr KOTNoError = -3178 KOTProviderMismatchErr KOTNoError = -3174 KOTQFullErr KOTNoError = -3177 KOTResAddressErr KOTNoError = -3176 KOTResQLenErr KOTNoError = -3175 KOTStateChangeErr KOTNoError = -3168 KOTSysErrorErr KOTNoError = -3157 KOTUserRequestedErr KOTNoError = -3284 )
func (KOTNoError) String ¶
func (e KOTNoError) String() string
type KOld68kRTA ¶ added in v0.5.1
type KOld68kRTA uint
const ( // Deprecated. KCFM68kRTA KOld68kRTA = 16 // Deprecated. KOld68kRTAValue KOld68kRTA = 0 // Deprecated. KPowerPCRTA KOld68kRTA = 0 )
func (KOld68kRTA) String ¶ added in v0.5.1
func (e KOld68kRTA) String() string
type KOnSystemDisk ¶ added in v0.5.1
type KOnSystemDisk int
const ( // Deprecated. KFolderManagerLastDomain KOnSystemDisk = -32760 // Deprecated. KLocalDomain KOnSystemDisk = -32765 // Deprecated. KNetworkDomain KOnSystemDisk = -32764 // Deprecated. KOnAppropriateDisk KOnSystemDisk = -32767 // Deprecated. KOnSystemDiskValue KOnSystemDisk = -32768 // Deprecated. KSystemDomain KOnSystemDisk = -32766 // Deprecated. KUserDomain KOnSystemDisk = -32763 )
func (KOnSystemDisk) String ¶ added in v0.5.1
func (e KOnSystemDisk) String() string
type KOpaque ¶ added in v0.5.1
type KOpaque uint
const ( // Deprecated. KOpaqueAddressSpaceID KOpaque = 8 // Deprecated. KOpaqueAnyID KOpaque = 0 // Deprecated. KOpaqueAreaID KOpaque = 11 // Deprecated. KOpaqueCoherenceID KOpaque = 10 // Deprecated. KOpaqueConsoleID KOpaque = 13 // Deprecated. KOpaqueCpuID KOpaque = 7 // Deprecated. KOpaqueCriticalRegionID KOpaque = 6 // Deprecated. KOpaqueEventID KOpaque = 9 // Deprecated. KOpaqueNotificationID KOpaque = 12 // Deprecated. KOpaqueProcessID KOpaque = 1 // Deprecated. KOpaqueQueueID KOpaque = 4 // Deprecated. KOpaqueSemaphoreID KOpaque = 5 // Deprecated. KOpaqueTaskID KOpaque = 2 // Deprecated. KOpaqueTimerID KOpaque = 3 )
type KOwnerID2Name ¶ added in v0.5.1
type KOwnerID2Name uint
const ( KGroupID2Name KOwnerID2Name = 2 KGroupName2ID KOwnerID2Name = 4 KOwnerID2NameValue KOwnerID2Name = 1 KOwnerName2ID KOwnerID2Name = 3 KReturnNextGroup KOwnerID2Name = 2 KReturnNextUG KOwnerID2Name = 3 KReturnNextUser KOwnerID2Name = 1 )
func (KOwnerID2Name) String ¶ added in v0.5.1
func (e KOwnerID2Name) String() string
type KPEF ¶ added in v0.5.1
type KPEF int
const ( // Deprecated. KPEFAbsoluteExport KPEF = -2 // Deprecated. KPEFCodeSection KPEF = 0 // Deprecated. KPEFCodeSymbol KPEF = 0 // Deprecated. KPEFConstantSection KPEF = 3 // Deprecated. KPEFDataSymbol KPEF = 1 // Deprecated. KPEFDebugSection KPEF = 5 // Deprecated. KPEFExceptionSection KPEF = 7 // Deprecated. KPEFExecDataSection KPEF = 6 KPEFGlobalShare KPEF = 4 // Deprecated. KPEFGlueSymbol KPEF = 4 // Deprecated. KPEFInitLibBeforeMask KPEF = 128 // Deprecated. KPEFLoaderSection KPEF = 4 // Deprecated. KPEFPackedDataSection KPEF = 2 KPEFProcessShare KPEF = 1 KPEFProtectedShare KPEF = 5 // Deprecated. KPEFReexportedImport KPEF = -3 // Deprecated. KPEFTOCSymbol KPEF = 3 // Deprecated. KPEFTVectorSymbol KPEF = 2 // Deprecated. KPEFTag1 KPEF = 'J'<<24 | 'o'<<16 | 'y'<<8 | '!' // 'Joy!' // Deprecated. KPEFTag2 KPEF = 'p'<<24 | 'e'<<16 | 'f'<<8 | 'f' // 'peff' // Deprecated. KPEFTracebackSection KPEF = 8 // Deprecated. KPEFUndefinedSymbol KPEF = 15 // Deprecated. KPEFUnpackedDataSection KPEF = 1 // Deprecated. KPEFVersion KPEF = 1 // Deprecated. KPEFWeakImportLibMask KPEF = 64 // Deprecated. KPEFWeakImportSymMask KPEF = 128 )
type KPEFExpSym ¶ added in v0.5.1
type KPEFExpSym uint
const ( // Deprecated. KPEFExpSymClassShift KPEFExpSym = 24 // Deprecated. KPEFExpSymMaxNameOffset KPEFExpSym = 16777215 // Deprecated. KPEFExpSymNameOffsetMask KPEFExpSym = 16777215 )
func (KPEFExpSym) String ¶ added in v0.5.1
func (e KPEFExpSym) String() string
type KPEFFirstSectionHeader ¶ added in v0.5.1
type KPEFFirstSectionHeader uint
const ( // Deprecated. KPEFFirstSectionHeaderOffset KPEFFirstSectionHeader = 0 )
func (KPEFFirstSectionHeader) String ¶ added in v0.5.1
func (e KPEFFirstSectionHeader) String() string
type KPEFHashSlot ¶ added in v0.5.1
type KPEFHashSlot uint
const ( // Deprecated. KPEFHashSlotFirstKeyMask KPEFHashSlot = 262143 // Deprecated. KPEFHashSlotMaxKeyIndex KPEFHashSlot = 262143 // Deprecated. KPEFHashSlotMaxSymbolCount KPEFHashSlot = 16383 // Deprecated. KPEFHashSlotSymCountShift KPEFHashSlot = 18 )
func (KPEFHashSlot) String ¶ added in v0.5.1
func (e KPEFHashSlot) String() string
type KPEFImpSym ¶ added in v0.5.1
type KPEFImpSym uint
const ( // Deprecated. KPEFImpSymClassShift KPEFImpSym = 24 // Deprecated. KPEFImpSymMaxNameOffset KPEFImpSym = 16777215 // Deprecated. KPEFImpSymNameOffsetMask KPEFImpSym = 16777215 )
func (KPEFImpSym) String ¶ added in v0.5.1
func (e KPEFImpSym) String() string
type KPEFPkData ¶ added in v0.5.1
type KPEFPkData uint
const ( // Deprecated. KPEFPkDataBlock KPEFPkData = 1 // Deprecated. KPEFPkDataCount5Mask KPEFPkData = 31 // Deprecated. KPEFPkDataMaxCount5 KPEFPkData = 31 // Deprecated. KPEFPkDataOpcodeShift KPEFPkData = 5 // Deprecated. KPEFPkDataRepeat KPEFPkData = 2 // Deprecated. KPEFPkDataRepeatBlock KPEFPkData = 3 // Deprecated. KPEFPkDataRepeatZero KPEFPkData = 4 // Deprecated. KPEFPkDataVCountEndMask KPEFPkData = 128 // Deprecated. KPEFPkDataVCountMask KPEFPkData = 127 // Deprecated. KPEFPkDataVCountShift KPEFPkData = 7 // Deprecated. KPEFPkDataZero KPEFPkData = 0 )
func (KPEFPkData) String ¶ added in v0.5.1
func (e KPEFPkData) String() string
type KPEFReloc ¶ added in v0.5.1
type KPEFReloc uint
const ( // Deprecated. KPEFRelocBySectC KPEFReloc = 32 // Deprecated. KPEFRelocBySectD KPEFReloc = 33 // Deprecated. KPEFRelocBySectDWithSkip KPEFReloc = 0 // Deprecated. KPEFRelocImportRun KPEFReloc = 37 // Deprecated. KPEFRelocIncrPosition KPEFReloc = 64 // Deprecated. KPEFRelocLgByImport KPEFReloc = 82 // Deprecated. KPEFRelocLgRepeat KPEFReloc = 88 // Deprecated. KPEFRelocLgSetOrBySection KPEFReloc = 90 // Deprecated. KPEFRelocSetPosition KPEFReloc = 80 // Deprecated. KPEFRelocSmByImport KPEFReloc = 48 // Deprecated. KPEFRelocSmBySection KPEFReloc = 51 // Deprecated. KPEFRelocSmRepeat KPEFReloc = 72 // Deprecated. KPEFRelocSmSetSectC KPEFReloc = 49 // Deprecated. KPEFRelocSmSetSectD KPEFReloc = 50 // Deprecated. KPEFRelocTVector12 KPEFReloc = 34 // Deprecated. KPEFRelocTVector8 KPEFReloc = 35 // Deprecated. KPEFRelocUndefinedOpcode KPEFReloc = 255 // Deprecated. KPEFRelocVTable8 KPEFReloc = 36 )
type KPEFRelocBasicOpcode ¶ added in v0.5.1
type KPEFRelocBasicOpcode uint
const ( // Deprecated. KPEFRelocBasicOpcodeRange KPEFRelocBasicOpcode = 128 )
func (KPEFRelocBasicOpcode) String ¶ added in v0.5.1
func (e KPEFRelocBasicOpcode) String() string
type KPEFRelocIncrPositionMax ¶ added in v0.5.1
type KPEFRelocIncrPositionMax uint
const ( // Deprecated. KPEFRelocIncrPositionMaxOffset KPEFRelocIncrPositionMax = 4096 )
func (KPEFRelocIncrPositionMax) String ¶ added in v0.5.1
func (e KPEFRelocIncrPositionMax) String() string
type KPEFRelocLg ¶ added in v0.5.1
type KPEFRelocLg uint
const ( // Deprecated. KPEFRelocLgBySectionSubopcode KPEFRelocLg = 0 // Deprecated. KPEFRelocLgSetSectCSubopcode KPEFRelocLg = 1 // Deprecated. KPEFRelocLgSetSectDSubopcode KPEFRelocLg = 2 )
func (KPEFRelocLg) String ¶ added in v0.5.1
func (e KPEFRelocLg) String() string
type KPEFRelocLgByImportMax ¶ added in v0.5.1
type KPEFRelocLgByImportMax uint
const ( // Deprecated. KPEFRelocLgByImportMaxIndex KPEFRelocLgByImportMax = 67108863 )
func (KPEFRelocLgByImportMax) String ¶ added in v0.5.1
func (e KPEFRelocLgByImportMax) String() string
type KPEFRelocLgRepeatMax ¶ added in v0.5.1
type KPEFRelocLgRepeatMax uint
const ( // Deprecated. KPEFRelocLgRepeatMaxChunkCount KPEFRelocLgRepeatMax = 16 // Deprecated. KPEFRelocLgRepeatMaxRepeatCount KPEFRelocLgRepeatMax = 4194303 )
func (KPEFRelocLgRepeatMax) String ¶ added in v0.5.1
func (e KPEFRelocLgRepeatMax) String() string
type KPEFRelocLgSetOrBySectionMax ¶ added in v0.5.1
type KPEFRelocLgSetOrBySectionMax uint
const ( // Deprecated. KPEFRelocLgSetOrBySectionMaxIndex KPEFRelocLgSetOrBySectionMax = 4194303 )
func (KPEFRelocLgSetOrBySectionMax) String ¶ added in v0.5.1
func (e KPEFRelocLgSetOrBySectionMax) String() string
type KPEFRelocRunMaxRun ¶ added in v0.5.1
type KPEFRelocRunMaxRun uint
const ( // Deprecated. KPEFRelocRunMaxRunLength KPEFRelocRunMaxRun = 512 )
func (KPEFRelocRunMaxRun) String ¶ added in v0.5.1
func (e KPEFRelocRunMaxRun) String() string
type KPEFRelocSetPosMax ¶ added in v0.5.1
type KPEFRelocSetPosMax uint
const ( // Deprecated. KPEFRelocSetPosMaxOffset KPEFRelocSetPosMax = 67108863 )
func (KPEFRelocSetPosMax) String ¶ added in v0.5.1
func (e KPEFRelocSetPosMax) String() string
type KPEFRelocSmIndexMax ¶ added in v0.5.1
type KPEFRelocSmIndexMax uint
const ( // Deprecated. KPEFRelocSmIndexMaxIndex KPEFRelocSmIndexMax = 511 )
func (KPEFRelocSmIndexMax) String ¶ added in v0.5.1
func (e KPEFRelocSmIndexMax) String() string
type KPEFRelocSmRepeatMax ¶ added in v0.5.1
type KPEFRelocSmRepeatMax uint
const ( // Deprecated. KPEFRelocSmRepeatMaxChunkCount KPEFRelocSmRepeatMax = 16 // Deprecated. KPEFRelocSmRepeatMaxRepeatCount KPEFRelocSmRepeatMax = 256 )
func (KPEFRelocSmRepeatMax) String ¶ added in v0.5.1
func (e KPEFRelocSmRepeatMax) String() string
type KPEFRelocWithSkipMax ¶ added in v0.5.1
type KPEFRelocWithSkipMax uint
const ( // Deprecated. KPEFRelocWithSkipMaxRelocCount KPEFRelocWithSkipMax = 63 // Deprecated. KPEFRelocWithSkipMaxSkipCount KPEFRelocWithSkipMax = 255 )
func (KPEFRelocWithSkipMax) String ¶ added in v0.5.1
func (e KPEFRelocWithSkipMax) String() string
type KPOSIXError ¶
type KPOSIXError int
const ( KPOSIXErrorBase KPOSIXError = 100000 KPOSIXErrorE2BIG KPOSIXError = 100007 KPOSIXErrorEACCES KPOSIXError = 100013 KPOSIXErrorEADDRINUSE KPOSIXError = 100048 KPOSIXErrorEADDRNOTAVAIL KPOSIXError = 100049 KPOSIXErrorEAFNOSUPPORT KPOSIXError = 100047 KPOSIXErrorEAGAIN KPOSIXError = 100035 KPOSIXErrorEALREADY KPOSIXError = 100037 KPOSIXErrorEAUTH KPOSIXError = 100080 KPOSIXErrorEBADARCH KPOSIXError = 100086 KPOSIXErrorEBADEXEC KPOSIXError = 100085 KPOSIXErrorEBADF KPOSIXError = 100009 KPOSIXErrorEBADMACHO KPOSIXError = 100088 KPOSIXErrorEBADMSG KPOSIXError = 100094 KPOSIXErrorEBADRPC KPOSIXError = 100072 KPOSIXErrorEBUSY KPOSIXError = 100016 KPOSIXErrorECANCELED KPOSIXError = 100089 KPOSIXErrorECHILD KPOSIXError = 100010 KPOSIXErrorECONNABORTED KPOSIXError = 100053 KPOSIXErrorECONNREFUSED KPOSIXError = 100061 KPOSIXErrorECONNRESET KPOSIXError = 100054 KPOSIXErrorEDEADLK KPOSIXError = 100011 KPOSIXErrorEDESTADDRREQ KPOSIXError = 100039 KPOSIXErrorEDEVERR KPOSIXError = 100083 KPOSIXErrorEDOM KPOSIXError = 100033 KPOSIXErrorEDQUOT KPOSIXError = 100069 KPOSIXErrorEEXIST KPOSIXError = 100017 KPOSIXErrorEFAULT KPOSIXError = 100014 KPOSIXErrorEFBIG KPOSIXError = 100027 KPOSIXErrorEFTYPE KPOSIXError = 100079 KPOSIXErrorEHOSTDOWN KPOSIXError = 100064 KPOSIXErrorEHOSTUNREACH KPOSIXError = 100065 KPOSIXErrorEIDRM KPOSIXError = 100090 KPOSIXErrorEILSEQ KPOSIXError = 100092 KPOSIXErrorEINPROGRESS KPOSIXError = 100036 KPOSIXErrorEINTR KPOSIXError = 100004 KPOSIXErrorEINVAL KPOSIXError = 100022 KPOSIXErrorEIO KPOSIXError = 100005 KPOSIXErrorEISCONN KPOSIXError = 100056 KPOSIXErrorEISDIR KPOSIXError = 100021 KPOSIXErrorELOOP KPOSIXError = 100062 KPOSIXErrorEMFILE KPOSIXError = 100024 KPOSIXErrorEMLINK KPOSIXError = 100031 KPOSIXErrorEMSGSIZE KPOSIXError = 100040 KPOSIXErrorEMULTIHOP KPOSIXError = 100095 KPOSIXErrorENAMETOOLONG KPOSIXError = 100063 KPOSIXErrorENEEDAUTH KPOSIXError = 100081 KPOSIXErrorENETDOWN KPOSIXError = 100050 KPOSIXErrorENETRESET KPOSIXError = 100052 KPOSIXErrorENETUNREACH KPOSIXError = 100051 KPOSIXErrorENFILE KPOSIXError = 100023 KPOSIXErrorENOATTR KPOSIXError = 100093 KPOSIXErrorENOBUFS KPOSIXError = 100055 KPOSIXErrorENODATA KPOSIXError = 100096 KPOSIXErrorENODEV KPOSIXError = 100019 KPOSIXErrorENOENT KPOSIXError = 100002 KPOSIXErrorENOEXEC KPOSIXError = 100008 KPOSIXErrorENOLCK KPOSIXError = 100077 KPOSIXErrorENOLINK KPOSIXError = 100097 KPOSIXErrorENOMEM KPOSIXError = 100012 KPOSIXErrorENOMSG KPOSIXError = 100091 KPOSIXErrorENOPROTOOPT KPOSIXError = 100042 KPOSIXErrorENOSPC KPOSIXError = 100028 KPOSIXErrorENOSR KPOSIXError = 100098 KPOSIXErrorENOSTR KPOSIXError = 100099 KPOSIXErrorENOSYS KPOSIXError = 100078 KPOSIXErrorENOTBLK KPOSIXError = 100015 KPOSIXErrorENOTCONN KPOSIXError = 100057 KPOSIXErrorENOTDIR KPOSIXError = 100020 KPOSIXErrorENOTEMPTY KPOSIXError = 100066 KPOSIXErrorENOTSOCK KPOSIXError = 100038 KPOSIXErrorENOTSUP KPOSIXError = 100045 KPOSIXErrorENOTTY KPOSIXError = 100025 KPOSIXErrorENXIO KPOSIXError = 100006 KPOSIXErrorEOPNOTSUPP KPOSIXError = 100102 KPOSIXErrorEOVERFLOW KPOSIXError = 100084 KPOSIXErrorEPERM KPOSIXError = 100001 KPOSIXErrorEPFNOSUPPORT KPOSIXError = 100046 KPOSIXErrorEPIPE KPOSIXError = 100032 KPOSIXErrorEPROCLIM KPOSIXError = 100067 KPOSIXErrorEPROCUNAVAIL KPOSIXError = 100076 KPOSIXErrorEPROGMISMATCH KPOSIXError = 100075 KPOSIXErrorEPROGUNAVAIL KPOSIXError = 100074 KPOSIXErrorEPROTO KPOSIXError = 100100 KPOSIXErrorEPROTONOSUPPORT KPOSIXError = 100043 KPOSIXErrorEPROTOTYPE KPOSIXError = 100041 KPOSIXErrorEPWROFF KPOSIXError = 100082 KPOSIXErrorERANGE KPOSIXError = 100034 KPOSIXErrorEREMOTE KPOSIXError = 100071 KPOSIXErrorEROFS KPOSIXError = 100030 KPOSIXErrorERPCMISMATCH KPOSIXError = 100073 KPOSIXErrorESHLIBVERS KPOSIXError = 100087 KPOSIXErrorESHUTDOWN KPOSIXError = 100058 KPOSIXErrorESOCKTNOSUPPORT KPOSIXError = 100044 KPOSIXErrorESPIPE KPOSIXError = 100029 KPOSIXErrorESRCH KPOSIXError = 100003 KPOSIXErrorESTALE KPOSIXError = 100070 KPOSIXErrorETIME KPOSIXError = 100101 KPOSIXErrorETIMEDOUT KPOSIXError = 100060 KPOSIXErrorETOOMANYREFS KPOSIXError = 100059 KPOSIXErrorETXTBSY KPOSIXError = 100026 KPOSIXErrorEUSERS KPOSIXError = 100068 KPOSIXErrorEXDEV KPOSIXError = 100018 )
func (KPOSIXError) String ¶
func (e KPOSIXError) String() string
type KPageInMemory ¶ added in v0.5.1
type KPageInMemory uint
const ( // Deprecated. KNotPaged KPageInMemory = 2 // Deprecated. KPageInMemoryValue KPageInMemory = 0 // Deprecated. KPageOnDisk KPageInMemory = 1 )
func (KPageInMemory) String ¶ added in v0.5.1
func (e KPageInMemory) String() string
type KPascalStackBased ¶ added in v0.5.1
type KPascalStackBased uint
const ( // Deprecated. KCStackBased KPascalStackBased = 1 // Deprecated. KD0DispatchedCStackBased KPascalStackBased = 9 // Deprecated. KD0DispatchedPascalStackBased KPascalStackBased = 8 // Deprecated. KD1DispatchedPascalStackBased KPascalStackBased = 12 // Deprecated. KPascalStackBasedValue KPascalStackBased = 0 // Deprecated. KRegisterBased KPascalStackBased = 2 // Deprecated. KStackDispatchedPascalStackBased KPascalStackBased = 14 // Deprecated. KThinkCStackBased KPascalStackBased = 5 )
func (KPascalStackBased) String ¶ added in v0.5.1
func (e KPascalStackBased) String() string
type KPassSelector ¶ added in v0.5.1
type KPassSelector uint
const ( // Deprecated. KDontPassSelector KPassSelector = 8 // Deprecated. KPassSelectorValue KPassSelector = 0 )
func (KPassSelector) String ¶ added in v0.5.1
func (e KPassSelector) String() string
type KPolicyKCStopOn ¶ added in v0.5.1
type KPolicyKCStopOn uint
const ( KFirstFailKCStopOn KPolicyKCStopOn = 3 KFirstPassKCStopOn KPolicyKCStopOn = 2 KNoneKCStopOn KPolicyKCStopOn = 1 KPolicyKCStopOnValue KPolicyKCStopOn = 0 )
func (KPolicyKCStopOn) String ¶ added in v0.5.1
func (e KPolicyKCStopOn) String() string
type KPowerHandlerExistsForDeviceErr ¶
type KPowerHandlerExistsForDeviceErr int
const ( KBridgeSoftwareRunningCantSleep KPowerHandlerExistsForDeviceErr = -13038 KCantReportProcessorTemperatureErr KPowerHandlerExistsForDeviceErr = -13013 KNoSuchPowerSource KPowerHandlerExistsForDeviceErr = -13020 KPowerHandlerExistsForDeviceErrValue KPowerHandlerExistsForDeviceErr = -13006 KPowerHandlerNotFoundForDeviceErr KPowerHandlerExistsForDeviceErr = -13007 KPowerHandlerNotFoundForProcErr KPowerHandlerExistsForDeviceErr = -13008 KPowerMgtMessageNotHandled KPowerHandlerExistsForDeviceErr = -13009 KPowerMgtRequestDenied KPowerHandlerExistsForDeviceErr = -13010 KProcessorTempRoutineRequiresMPLib2 KPowerHandlerExistsForDeviceErr = -13014 )
func (KPowerHandlerExistsForDeviceErr) String ¶
func (e KPowerHandlerExistsForDeviceErr) String() string
type KProcDescriptorIs ¶ added in v0.5.1
type KProcDescriptorIs uint
const ( // Deprecated. KProcDescriptorIsAbsolute KProcDescriptorIs = 0 // Deprecated. KProcDescriptorIsIndex KProcDescriptorIs = 32 // Deprecated. KProcDescriptorIsProcPtr KProcDescriptorIs = 0 // Deprecated. KProcDescriptorIsRelative KProcDescriptorIs = 1 )
func (KProcDescriptorIs) String ¶ added in v0.5.1
func (e KProcDescriptorIs) String() string
type KQTSSUnknown ¶ added in v0.5.1
type KQTSSUnknown int
const (
KQTSSUnknownErr KQTSSUnknown = -6150
)
func (KQTSSUnknown) String ¶ added in v0.5.1
func (e KQTSSUnknown) String() string
type KQuickLookFolder ¶ added in v0.5.1
type KQuickLookFolder uint
const ( // Deprecated. KQuickLookFolderType KQuickLookFolder = 'q'<<24 | 'l'<<16 | 'c'<<8 | 'k' // 'qlck' )
func (KQuickLookFolder) String ¶ added in v0.5.1
func (e KQuickLookFolder) String() string
type KRA ¶
type KRA int
const ( KRAATalkInactive KRA = -7134 KRACallBackFailed KRA = -7138 KRAConfigurationDBInitErr KRA = -7127 KRAConnectionCanceled KRA = -7109 KRADuplicateIPAddr KRA = -7137 KRAExtAuthenticationFailed KRA = -7135 KRAIncompatiblePrefs KRA = -7107 KRAInitOpenTransportFailed KRA = -7122 KRAInstallationDamaged KRA = -7113 KRAInternalError KRA = -7112 KRAInvalidParameter KRA = -7100 KRAInvalidPassword KRA = -7111 KRAInvalidPort KRA = -7101 KRAInvalidPortState KRA = -7116 KRAInvalidSerialProtocol KRA = -7117 KRAMissingResources KRA = -7106 KRANCPRejectedbyPeer KRA = -7136 KRANotConnected KRA = -7108 KRANotEnabled KRA = -7139 KRANotPrimaryInterface KRA = -7126 KRANotSupported KRA = -7105 KRAOutOfMemory KRA = -7104 KRAPPPAuthenticationFailed KRA = -7129 KRAPPPNegotiationFailed KRA = -7130 KRAPPPPeerDisconnected KRA = -7132 KRAPPPProtocolRejected KRA = -7128 KRAPPPUserDisconnected KRA = -7131 KRAPeerNotResponding KRA = -7133 KRAPortBusy KRA = -7114 KRAPortSetupFailed KRA = -7103 KRARemoteAccessNotReady KRA = -7123 KRAStartupFailed KRA = -7102 KRATCPIPInactive KRA = -7124 KRATCPIPNotConfigured KRA = -7125 KRAUnknownPortState KRA = -7115 KRAUnknownUser KRA = -7110 KRAUserInteractionRequired KRA = -7121 KRAUserLoginDisabled KRA = -7118 KRAUserPwdChangeRequired KRA = -7119 KRAUserPwdEntryRequired KRA = -7120 )
type KReadExtensionTerms ¶ added in v0.5.1
type KReadExtensionTerms uint
const (
KReadExtensionTermsMask KReadExtensionTerms = 32768
)
func (KReadExtensionTerms) String ¶ added in v0.5.1
func (e KReadExtensionTerms) String() string
type KReadyThreadState ¶ added in v0.5.1
type KReadyThreadState uint
const ( // Deprecated. KReadyThreadStateValue KReadyThreadState = 0 // Deprecated. KRunningThreadState KReadyThreadState = 2 // Deprecated. KStoppedThreadState KReadyThreadState = 1 )
func (KReadyThreadState) String ¶ added in v0.5.1
func (e KReadyThreadState) String() string
type KRegisterD0 ¶ added in v0.5.1
type KRegisterD0 uint
const ( // Deprecated. KCCRegisterCBit KRegisterD0 = 16 // Deprecated. KCCRegisterNBit KRegisterD0 = 19 // Deprecated. KCCRegisterVBit KRegisterD0 = 17 // Deprecated. KCCRegisterXBit KRegisterD0 = 20 // Deprecated. KCCRegisterZBit KRegisterD0 = 18 // Deprecated. KRegisterA0 KRegisterD0 = 4 // Deprecated. KRegisterA1 KRegisterD0 = 5 // Deprecated. KRegisterA2 KRegisterD0 = 6 // Deprecated. KRegisterA3 KRegisterD0 = 7 // Deprecated. KRegisterA4 KRegisterD0 = 12 // Deprecated. KRegisterA5 KRegisterD0 = 13 // Deprecated. KRegisterA6 KRegisterD0 = 14 // Deprecated. KRegisterD0Value KRegisterD0 = 0 // Deprecated. KRegisterD1 KRegisterD0 = 1 // Deprecated. KRegisterD2 KRegisterD0 = 2 // Deprecated. KRegisterD3 KRegisterD0 = 3 // Deprecated. KRegisterD4 KRegisterD0 = 8 // Deprecated. KRegisterD5 KRegisterD0 = 9 // Deprecated. KRegisterD6 KRegisterD0 = 10 // Deprecated. KRegisterD7 KRegisterD0 = 11 )
func (KRegisterD0) String ¶ added in v0.5.1
func (e KRegisterD0) String() string
type KRelativeFolder ¶ added in v0.5.1
type KRelativeFolder uint
const ( KRedirectedRelativeFolder KRelativeFolder = 'r'<<24 | 'r'<<16 | 'e'<<8 | 'l' // 'rrel' KRelativeFolderValue KRelativeFolder = 'r'<<24 | 'e'<<16 | 'l'<<8 | 'f' // 'relf' KSpecialFolder KRelativeFolder = 's'<<24 | 'p'<<16 | 'c'<<8 | 'f' // 'spcf' )
func (KRelativeFolder) String ¶ added in v0.5.1
func (e KRelativeFolder) String() string
type KResFileNotOpened ¶ added in v0.5.1
type KResFileNotOpened int
const ( // Deprecated. KResFileNotOpenedValue KResFileNotOpened = -1 // Deprecated. KSystemResFile KResFileNotOpened = 0 )
func (KResFileNotOpened) String ¶ added in v0.5.1
func (e KResFileNotOpened) String() string
type KResolveAlias ¶ added in v0.5.1
type KResolveAlias uint
const ( // Deprecated. KResolveAliasFileNoUI KResolveAlias = 1 // Deprecated. KResolveAliasTryFileIDFirst KResolveAlias = 2 )
func (KResolveAlias) String ¶ added in v0.5.1
func (e KResolveAlias) String() string
type KRoutineDescriptor ¶ added in v0.5.1
type KRoutineDescriptor uint
const ( // Deprecated. KRoutineDescriptorVersion KRoutineDescriptor = 7 )
func (KRoutineDescriptor) String ¶ added in v0.5.1
func (e KRoutineDescriptor) String() string
type KRoutineIs ¶ added in v0.5.1
type KRoutineIs uint
const ( // Deprecated. KRoutineIsDispatchedDefaultRoutine KRoutineIs = 16 // Deprecated. KRoutineIsNotDispatchedDefaultRoutine KRoutineIs = 0 )
func (KRoutineIs) String ¶ added in v0.5.1
func (e KRoutineIs) String() string
type KRoutingResource ¶ added in v0.5.1
type KRoutingResource uint
const ( KRoutingResourceID KRoutingResource = 0 KRoutingResourceType KRoutingResource = 'r'<<24 | 'o'<<16 | 'u'<<8 | 't' // 'rout' )
func (KRoutingResource) String ¶ added in v0.5.1
func (e KRoutingResource) String() string
type KRsrcChain ¶ added in v0.5.1
type KRsrcChain uint
const ( // Deprecated. KRsrcChainAboveAllMaps KRsrcChain = 4 // Deprecated. KRsrcChainAboveApplicationMap KRsrcChain = 2 // Deprecated. KRsrcChainBelowApplicationMap KRsrcChain = 1 // Deprecated. KRsrcChainBelowSystemMap KRsrcChain = 0 )
func (KRsrcChain) String ¶ added in v0.5.1
func (e KRsrcChain) String() string
type KSKSearchOption ¶
type KSKSearchOption uint
const ( // KSKSearchOptionDefault: # Discussion KSKSearchOptionDefault KSKSearchOption = 0 // KSKSearchOptionFindSimilar: This option alters query behavior so that Search Kit returns references to documents that are similar to an example text string. KSKSearchOptionFindSimilar KSKSearchOption = 4 // KSKSearchOptionNoRelevanceScores: This option saves time during a search by suppressing the computation of relevance scores. KSKSearchOptionNoRelevanceScores KSKSearchOption = 1 // KSKSearchOptionSpaceMeansOR: This option alters query behavior so that spaces are interpreted as Boolean [OR] operators. KSKSearchOptionSpaceMeansOR KSKSearchOption = 2 )
func (KSKSearchOption) String ¶
func (e KSKSearchOption) String() string
type KSecOptionReserved ¶ added in v0.5.1
type KSecOptionReserved uint
const ( KCertUsageAllAdd KSecOptionReserved = 2147483392 KCertUsageDecryptAdd KSecOptionReserved = 1 KCertUsageDecryptAskAndAdd KSecOptionReserved = 1 KCertUsageEncryptAdd KSecOptionReserved = 1 KCertUsageEncryptAskAndAdd KSecOptionReserved = 1 KCertUsageKeyExchAdd KSecOptionReserved = 1 KCertUsageKeyExchAskAndAdd KSecOptionReserved = 1 KCertUsageRootAdd KSecOptionReserved = 1 KCertUsageRootAskAndAdd KSecOptionReserved = 1 KCertUsageSSLAdd KSecOptionReserved = 1 KCertUsageSSLAskAndAdd KSecOptionReserved = 1 KCertUsageShift KSecOptionReserved = 8 KCertUsageSigningAdd KSecOptionReserved = 1 KCertUsageSigningAskAndAdd KSecOptionReserved = 1 KCertUsageVerifyAdd KSecOptionReserved = 1 KCertUsageVerifyAskAndAdd KSecOptionReserved = 1 KSecOptionReservedValue KSecOptionReserved = 255 )
func (KSecOptionReserved) String ¶ added in v0.5.1
func (e KSecOptionReserved) String() string
type KSelectorsAre ¶ added in v0.5.1
type KSelectorsAre uint
const ( // Deprecated. KSelectorsAreIndexable KSelectorsAre = 1 // Deprecated. KSelectorsAreNotIndexable KSelectorsAre = 0 )
func (KSelectorsAre) String ¶ added in v0.5.1
func (e KSelectorsAre) String() string
type KServicesFolder ¶ added in v0.5.1
type KServicesFolder uint
const ( // Deprecated. KServicesFolderType KServicesFolder = 's'<<24 | 'v'<<16 | 'c'<<8 | 's' // 'svcs' )
func (KServicesFolder) String ¶ added in v0.5.1
func (e KServicesFolder) String() string
type KSharedLibrariesFolderType ¶ added in v0.5.1
type KSharedLibrariesFolderType uint
const ( // Deprecated. KFavoritesFolderType KSharedLibrariesFolderType = 'f'<<24 | 'a'<<16 | 'v'<<8 | 's' // 'favs' // Deprecated. KFolderActionsFolderType KSharedLibrariesFolderType = 'f'<<24 | 'a'<<16 | 's'<<8 | 'f' // 'fasf' // Deprecated. KInstallerLogsFolderType KSharedLibrariesFolderType = 'i'<<24 | 'l'<<16 | 'g'<<8 | 'f' // 'ilgf' // Deprecated. KInternetSearchSitesFolderType KSharedLibrariesFolderType = 'i'<<24 | 's'<<16 | 's'<<8 | 'f' // 'issf' // Deprecated. KKeychainFolderType KSharedLibrariesFolderType = 'k'<<24 | 'c'<<16 | 'h'<<8 | 'n' // 'kchn' // Deprecated. KScriptsFolderType KSharedLibrariesFolderType = 1935897284 KSharedLibrariesFolderTypeValue KSharedLibrariesFolderType = 3295439202 // Deprecated. KSpeakableItemsFolderType KSharedLibrariesFolderType = 's'<<24 | 'p'<<16 | 'k'<<8 | 'i' // 'spki' // Deprecated. KThemesFolderType KSharedLibrariesFolderType = 't'<<24 | 'h'<<16 | 'm'<<8 | 'e' // 'thme' // Deprecated. KUtilitiesFolderType KSharedLibrariesFolderType = 1970563524 // Deprecated. KVoicesFolderType KSharedLibrariesFolderType = 'f'<<24 | 'v'<<16 | 'o'<<8 | 'c' // 'fvoc' )
func (KSharedLibrariesFolderType) String ¶ added in v0.5.1
func (e KSharedLibrariesFolderType) String() string
type KSharingPrivs ¶
type KSharingPrivs uint
const ( KSharingPrivsNotApplicableIcon KSharingPrivs = 's'<<24 | 'h'<<16 | 'n'<<8 | 'a' // 'shna' KSharingPrivsReadOnlyIcon KSharingPrivs = 's'<<24 | 'h'<<16 | 'r'<<8 | 'o' // 'shro' KSharingPrivsReadWriteIcon KSharingPrivs = 's'<<24 | 'h'<<16 | 'r'<<8 | 'w' // 'shrw' KSharingPrivsUnknownIcon KSharingPrivs = 's'<<24 | 'h'<<16 | 'u'<<8 | 'k' // 'shuk' KSharingPrivsWritableIcon KSharingPrivs = 'w'<<24 | 'r'<<16 | 'i'<<8 | 't' // 'writ' )
func (KSharingPrivs) String ¶
func (e KSharingPrivs) String() string
type KSleepRequest ¶ added in v0.5.1
type KSleepRequest uint
const ( KDeviceInitiatedWake KSleepRequest = 18 KDozeDemand KSleepRequest = 7 KDozeRequest KSleepRequest = 9 KDozeToFullWakeUp KSleepRequest = 20 KDozeWakeUp KSleepRequest = 8 KEnterIdle KSleepRequest = 24 KEnterRun KSleepRequest = 11 KEnterStandby KSleepRequest = 10 KExitIdle KSleepRequest = 26 KGetPowerInfo KSleepRequest = 21 KGetPowerLevel KSleepRequest = 16 KGetWakeOnNetInfo KSleepRequest = 22 KSetPowerLevel KSleepRequest = 17 KSleepDemand KSleepRequest = 2 KSleepDeny KSleepRequest = 5 KSleepNow KSleepRequest = 6 KSleepRequestValue KSleepRequest = 1 KSleepRevoke KSleepRequest = 4 KSleepUnlock KSleepRequest = 4 KSleepWakeUp KSleepRequest = 3 KStillIdle KSleepRequest = 25 KSuspendDemand KSleepRequest = 13 KSuspendRequest KSleepRequest = 12 KSuspendRevoke KSleepRequest = 14 KSuspendWakeToDoze KSleepRequest = 23 KSuspendWakeUp KSleepRequest = 15 KWakeToDoze KSleepRequest = 19 )
func (KSleepRequest) String ¶ added in v0.5.1
func (e KSleepRequest) String() string
type KSpecial ¶ added in v0.5.1
type KSpecial uint
const ( // Deprecated. KSpecialCaseValue KSpecial = 15 )
type KSpecialCase ¶ added in v0.5.1
type KSpecialCase uint
const ( // Deprecated. KSpecialCaseCaretHook KSpecialCase = 0 // Deprecated. KSpecialCaseDrawHook KSpecialCase = 4 // Deprecated. KSpecialCaseEOLHook KSpecialCase = 1 // Deprecated. KSpecialCaseGNEFilterProc KSpecialCase = 11 // Deprecated. KSpecialCaseHighHook KSpecialCase = 0 // Deprecated. KSpecialCaseHitTestHook KSpecialCase = 5 // Deprecated. KSpecialCaseMBarHook KSpecialCase = 12 // Deprecated. KSpecialCaseNWidthHook KSpecialCase = 3 // Deprecated. KSpecialCaseProtocolHandler KSpecialCase = 7 // Deprecated. KSpecialCaseSocketListener KSpecialCase = 8 // Deprecated. KSpecialCaseTEDoText KSpecialCase = 10 // Deprecated. KSpecialCaseTEFindWord KSpecialCase = 6 // Deprecated. KSpecialCaseTERecalc KSpecialCase = 9 // Deprecated. KSpecialCaseTextWidthHook KSpecialCase = 2 // Deprecated. KSpecialCaseWidthHook KSpecialCase = 2 )
func (KSpecialCase) String ¶ added in v0.5.1
func (e KSpecialCase) String() string
type KStartupFolderIconResource ¶
type KStartupFolderIconResource int
const ( KControlPanelFolderIconResource KStartupFolderIconResource = -3976 KDropFolderIconResource KStartupFolderIconResource = -3979 KExtensionsFolderIconResource KStartupFolderIconResource = -3973 KFontsFolderIconResource KStartupFolderIconResource = -3968 KFullTrashIconResource KStartupFolderIconResource = -3984 KMountedFolderIconResource KStartupFolderIconResource = -3977 KOwnedFolderIconResource KStartupFolderIconResource = -3980 KPreferencesFolderIconResource KStartupFolderIconResource = -3974 KPrintMonitorFolderIconResource KStartupFolderIconResource = -3975 KStartupFolderIconResourceValue KStartupFolderIconResource = -3981 )
func (KStartupFolderIconResource) String ¶
func (e KStartupFolderIconResource) String() string
type KSystemFolderAliasType ¶ added in v0.5.1
type KSystemFolderAliasType uint
const ( KAppleMenuFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 'a'<<8 | 'm' // 'faam' KControlPanelFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'fact' KExtensionFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 'e'<<8 | 'x' // 'faex' KPreferencesFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 'p'<<8 | 'f' // 'fapf' KPrintMonitorDocsFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 'p'<<8 | 'n' // 'fapn' KStartupFolderAliasType KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 's'<<8 | 't' // 'fast' KSystemFolderAliasTypeValue KSystemFolderAliasType = 'f'<<24 | 'a'<<16 | 's'<<8 | 'y' // 'fasy' )
func (KSystemFolderAliasType) String ¶ added in v0.5.1
func (e KSystemFolderAliasType) String() string
type KSystemFolderType ¶ added in v0.5.1
type KSystemFolderType uint
const ( // Deprecated. KALMLocationsFolderType KSystemFolderType = 'f'<<24 | 'a'<<16 | 'l'<<8 | 'l' // 'fall' // Deprecated. KALMModulesFolderType KSystemFolderType = 'w'<<24 | 'a'<<16 | 'l'<<8 | 'k' // 'walk' // Deprecated. KALMPreferencesFolderType KSystemFolderType = 't'<<24 | 'r'<<16 | 'i'<<8 | 'p' // 'trip' // Deprecated. KAppearanceFolderType KSystemFolderType = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'r' // 'appr' // Deprecated. KAppleExtrasFolderType KSystemFolderType = 1634040004 // Deprecated. KAppleMenuFolderType KSystemFolderType = 'a'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'amnu' KAppleshareAutomountServerAliasesFolderType KSystemFolderType = 1936881348 // Deprecated. KAssistantsFolderType KSystemFolderType = 1634956484 // Deprecated. KContextualMenuItemsFolderType KSystemFolderType = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'cmnu' // Deprecated. KControlPanelDisabledFolderType KSystemFolderType = 'c'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'ctrD' // Deprecated. KControlPanelFolderType KSystemFolderType = 'c'<<24 | 't'<<16 | 'r'<<8 | 'l' // 'ctrl' // Deprecated. KControlStripModulesFolderType KSystemFolderType = 's'<<24 | 'd'<<16 | 'e'<<8 | 'v' // 'sdev' // Deprecated. KDesktopPicturesFolderType KSystemFolderType = 1685352644 // Deprecated. KDisplayExtensionsFolderType KSystemFolderType = 'd'<<24 | 's'<<16 | 'p'<<8 | 'l' // 'dspl' // Deprecated. KEditorsFolderType KSystemFolderType = 'o'<<24 | 'd'<<16 | 'e'<<8 | 'd' // 'oded' // Deprecated. KExtensionDisabledFolderType KSystemFolderType = 'e'<<24 | 'x'<<16 | 't'<<8 | 'D' // 'extD' // Deprecated. KExtensionFolderType KSystemFolderType = 'e'<<24 | 'x'<<16 | 't'<<8 | 'n' // 'extn' // Deprecated. KFindByContentFolderType KSystemFolderType = 'f'<<24 | 'b'<<16 | 'c'<<8 | 'f' // 'fbcf' // Deprecated. KFindByContentPluginsFolderType KSystemFolderType = 'f'<<24 | 'b'<<16 | 'c'<<8 | 'p' // 'fbcp' // Deprecated. KFindSupportFolderType KSystemFolderType = 'f'<<24 | 'n'<<16 | 'd'<<8 | 's' // 'fnds' // Deprecated. KGenEditorsFolderType KSystemFolderType = 3294979177 // Deprecated. KHelpFolderType KSystemFolderType = 3295177840 // Deprecated. KInternetFolderType KSystemFolderType = 1768846532 // Deprecated. KInternetPlugInFolderType KSystemFolderType = 3295569268 // Deprecated. KLauncherItemsFolderType KSystemFolderType = 'l'<<24 | 'a'<<16 | 'u'<<8 | 'n' // 'laun' // Deprecated. KLocalesFolderType KSystemFolderType = 3295440739 // Deprecated. KMacOSReadMesFolderType KSystemFolderType = 1836020420 // Deprecated. KModemScriptsFolderType KSystemFolderType = 3295506276 // Deprecated. KMultiprocessingFolderType KSystemFolderType = 'm'<<24 | 'p'<<16 | 'x'<<8 | 'f' // 'mpxf' // Deprecated. KOpenDocEditorsFolderType KSystemFolderType = 3295634534 // Deprecated. KOpenDocFolderType KSystemFolderType = 'o'<<24 | 'd'<<16 | 'o'<<8 | 'd' // 'odod' // Deprecated. KOpenDocLibrariesFolderType KSystemFolderType = 'o'<<24 | 'd'<<16 | 'l'<<8 | 'b' // 'odlb' // Deprecated. KOpenDocShellPlugInsFolderType KSystemFolderType = 'o'<<24 | 'd'<<16 | 's'<<8 | 'p' // 'odsp' // Deprecated. KPreMacOS91AppleExtrasFolderType KSystemFolderType = 2355460292 // Deprecated. KPreMacOS91ApplicationsFolderType KSystemFolderType = 2356179059 // Deprecated. KPreMacOS91AssistantsFolderType KSystemFolderType = 2356376772 // Deprecated. KPreMacOS91AutomountedServersFolderType KSystemFolderType = 2809296580 // Deprecated. KPreMacOS91InstallerLogsFolderType KSystemFolderType = 2490132326 // Deprecated. KPreMacOS91InternetFolderType KSystemFolderType = 2490266820 // Deprecated. KPreMacOS91MacOSReadMesFolderType KSystemFolderType = 3043979972 // Deprecated. KPreMacOS91StationeryFolderType KSystemFolderType = 3211031412 // Deprecated. KPreMacOS91UtilitiesFolderType KSystemFolderType = 2675206596 // Deprecated. KPrintMonitorDocsFolderType KSystemFolderType = 'p'<<24 | 'r'<<16 | 'n'<<8 | 't' // 'prnt' // Deprecated. KPrintingPlugInsFolderType KSystemFolderType = 'p'<<24 | 'p'<<16 | 'l'<<8 | 'g' // 'pplg' // Deprecated. KQuickTimeExtensionsFolderType KSystemFolderType = 'q'<<24 | 't'<<16 | 'e'<<8 | 'x' // 'qtex' // Deprecated. KRecentApplicationsFolderType KSystemFolderType = 'r'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'rapp' // Deprecated. KRecentDocumentsFolderType KSystemFolderType = 'r'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'rdoc' // Deprecated. KRecentServersFolderType KSystemFolderType = 'r'<<24 | 's'<<16 | 'v'<<8 | 'r' // 'rsvr' // Deprecated. KShutdownFolderType KSystemFolderType = 's'<<24 | 'h'<<16 | 'd'<<8 | 'f' // 'shdf' // Deprecated. KShutdownItemsDisabledFolderType KSystemFolderType = 's'<<24 | 'h'<<16 | 'd'<<8 | 'D' // 'shdD' // Deprecated. KSoundSetsFolderType KSystemFolderType = 's'<<24 | 'n'<<16 | 'd'<<8 | 's' // 'snds' // Deprecated. KStartupFolderType KSystemFolderType = 's'<<24 | 't'<<16 | 'r'<<8 | 't' // 'strt' // Deprecated. KStartupItemsDisabledFolderType KSystemFolderType = 's'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'strD' // Deprecated. KStationeryFolderType KSystemFolderType = 'o'<<24 | 'd'<<16 | 's'<<8 | 't' // 'odst' // Deprecated. KSystemControlPanelFolderType KSystemFolderType = 's'<<24 | 'c'<<16 | 't'<<8 | 'l' // 'sctl' // Deprecated. KSystemDesktopFolderType KSystemFolderType = 's'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'sdsk' // Deprecated. KSystemExtensionDisabledFolderType KSystemFolderType = 'm'<<24 | 'a'<<16 | 'c'<<8 | 'D' // 'macD' // Deprecated. KSystemFolderTypeValue KSystemFolderType = 'm'<<24 | 'a'<<16 | 'c'<<8 | 's' // 'macs' // Deprecated. KSystemTrashFolderType KSystemFolderType = 's'<<24 | 't'<<16 | 'r'<<8 | 's' // 'strs' // Deprecated. KVolumeSettingsFolderType KSystemFolderType = 'v'<<24 | 's'<<16 | 'f'<<8 | 'd' // 'vsfd' )
func (KSystemFolderType) String ¶ added in v0.5.1
func (e KSystemFolderType) String() string
type KSystemIcons ¶ added in v0.5.1
type KSystemIcons uint
const (
KSystemIconsCreator KSystemIcons = 'm'<<24 | 'a'<<16 | 'c'<<8 | 's' // 'macs'
)
func (KSystemIcons) String ¶ added in v0.5.1
func (e KSystemIcons) String() string
type KTEC ¶ added in v0.5.1
type KTEC int
const ( KTECAddFallbackInterruptBit KTEC = 7 KTECAddFallbackInterruptMask KTEC = 128 // KTECAddForceASCIIChangesBit: This is set if the new control flag bits `kUnicodeForceASCIIRangeBit` and `kUnicodeNoHalfwidthCharsBit` are supported for use with the functions [ConvertFromTextToUnicode], [ConvertFromUnicodeToText], and so forth. KTECAddForceASCIIChangesBit KTEC = 4 KTECAddForceASCIIChangesMask KTEC = 16 KTECAddTextRunHeuristicsBit KTEC = 6 KTECAddTextRunHeuristicsMask KTEC = 64 KTECAvailableEncodingsResType KTEC = 'c'<<24 | 'v'<<16 | 'e'<<8 | 'n' // 'cven' KTECAvailableSniffersResType KTEC = 'c'<<24 | 'v'<<16 | 's'<<8 | 'f' // 'cvsf' KTECChinesePluginSignature KTEC = 'p'<<24 | 'z'<<16 | 'h'<<8 | 'o' // 'pzho' KTECConversionInfoResType KTEC = 'c'<<24 | 'v'<<16 | 'i'<<8 | 'f' // 'cvif' // KTECFallbackTextLengthFixBit: # Discussion KTECFallbackTextLengthFixBit KTEC = 1 KTECFallbackTextLengthFixMask KTEC = 2 KTECInternetNamesResType KTEC = 'c'<<24 | 'v'<<16 | 'm'<<8 | 'm' // 'cvmm' KTECJapanesePluginSignature KTEC = 'p'<<24 | 'j'<<16 | 'p'<<8 | 'n' // 'pjpn' // KTECKeepInfoFixBit: This is set if the Unicode Converter has a bug fix to stop ignoring certain control flags KTECKeepInfoFixBit KTEC = 0 KTECKeepInfoFixMask KTEC = 1 KTECKoreanPluginSignature KTEC = 'p'<<24 | 'k'<<16 | 'o'<<8 | 'r' // 'pkor' KTECMailEncodingsResType KTEC = 'c'<<24 | 'v'<<16 | 'm'<<8 | 'l' // 'cvml' // KTECPreferredEncodingFixBit: This is set to indicate that if a preferred encoding is specified for [CreateUnicodeToTextRunInfo] and related functions, they handle it correctly even if it does not match the system script. KTECPreferredEncodingFixBit KTEC = 5 KTECPreferredEncodingFixMask KTEC = 32 KTECSignature KTEC = 'e'<<24 | 'n'<<16 | 'c'<<8 | 'v' // 'encv' KTECSubTextEncodingsResType KTEC = 'c'<<24 | 'v'<<16 | 's'<<8 | 'b' // 'cvsb' // KTECTextRunBitClearFixBit: This is set if [ConvertFromUnicodeToTextRun] and [ConvertFromUnicodeToScriptCodeRun] function correctly if the `kUnicodeTextRunBit` is clear. KTECTextRunBitClearFixBit KTEC = 2 KTECTextRunBitClearFixMask KTEC = 4 // KTECTextToUnicodeScanFixBit: # Discussion KTECTextToUnicodeScanFixBit KTEC = 3 KTECTextToUnicodeScanFixMask KTEC = 8 KTECUnicodePluginSignature KTEC = 'p'<<24 | 'u'<<16 | 'n'<<8 | 'i' // 'puni' KTECWebEncodingsResType KTEC = 'c'<<24 | 'v'<<16 | 'w'<<8 | 'b' // 'cvwb' KTEC_MIBEnumDontCare KTEC = -1 )
type KTECDisable ¶ added in v0.5.1
type KTECDisable uint
const ( KTECDisableFallbacksBit KTECDisable = 16 KTECDisableFallbacksMask KTECDisable = 65536 KTECDisableLooseMappingsBit KTECDisable = 17 KTECDisableLooseMappingsMask KTECDisable = 131072 )
func (KTECDisable) String ¶ added in v0.5.1
func (e KTECDisable) String() string
type KTECInfoCurrent ¶ added in v0.5.1
type KTECInfoCurrent uint
const (
KTECInfoCurrentFormat KTECInfoCurrent = 2
)
func (KTECInfoCurrent) String ¶ added in v0.5.1
func (e KTECInfoCurrent) String() string
type KTECInternetName ¶ added in v0.5.1
type KTECInternetName uint
const ( KTECInternetNameDefaultUsageMask KTECInternetName = 0 KTECInternetNameStrictUsageMask KTECInternetName = 1 KTECInternetNameTolerantUsageMask KTECInternetName = 2 )
func (KTECInternetName) String ¶ added in v0.5.1
func (e KTECInternetName) String() string
type KTECPlugin ¶ added in v0.5.1
type KTECPlugin uint
const ( KTECPluginCreator KTECPlugin = 'e'<<24 | 'n'<<16 | 'c'<<8 | 'v' // 'encv' KTECPluginManyToOne KTECPlugin = 'm'<<24 | 't'<<16 | 'o'<<8 | 'o' // 'mtoo' KTECPluginOneToMany KTECPlugin = 'o'<<24 | 't'<<16 | 'o'<<8 | 'm' // 'otom' KTECPluginOneToOne KTECPlugin = 'o'<<24 | 't'<<16 | 'o'<<8 | 'o' // 'otoo' KTECPluginSniffObj KTECPlugin = 's'<<24 | 'n'<<16 | 'i'<<8 | 'f' // 'snif' KTECPluginType KTECPlugin = 'e'<<24 | 'c'<<16 | 'p'<<8 | 'g' // 'ecpg' )
func (KTECPlugin) String ¶ added in v0.5.1
func (e KTECPlugin) String() string
type KTECPluginDispatchTable ¶ added in v0.5.1
type KTECPluginDispatchTable uint
const ( // KTECPluginDispatchTableCurrentVersion: A meta value that specifies the current version. KTECPluginDispatchTableCurrentVersion KTECPluginDispatchTable = 65538 // KTECPluginDispatchTableVersion1: Specifies versions 1.0 through 1.0.3. KTECPluginDispatchTableVersion1 KTECPluginDispatchTable = 65536 // KTECPluginDispatchTableVersion1_1: Specifies version 1.1. KTECPluginDispatchTableVersion1_1 KTECPluginDispatchTable = 65537 // KTECPluginDispatchTableVersion1_2: Specifies version 1.2. KTECPluginDispatchTableVersion1_2 KTECPluginDispatchTable = 65538 )
func (KTECPluginDispatchTable) String ¶ added in v0.5.1
func (e KTECPluginDispatchTable) String() string
type KTMTask ¶ added in v0.5.1
type KTMTask uint
const ( // Deprecated. KTMTaskActive KTMTask = 32768 )
type KTSMHilite ¶ added in v0.5.1
type KTSMHilite uint
const ( // KTSMHiliteBlockFillText: Specifies block fill highlight style. KTSMHiliteBlockFillText KTSMHilite = 6 // KTSMHiliteCaretPosition: Specifies caret position. KTSMHiliteCaretPosition KTSMHilite = 1 // KTSMHiliteConvertedText: Specifies range of converted text. KTSMHiliteConvertedText KTSMHilite = 4 // KTSMHiliteNoHilite: Specifies range of non-highlighted text. KTSMHiliteNoHilite KTSMHilite = 9 // KTSMHiliteOutlineText: Specifies outline highlight style. KTSMHiliteOutlineText KTSMHilite = 7 // KTSMHiliteRawText: Specifies range of raw text. KTSMHiliteRawText KTSMHilite = 2 // KTSMHiliteSelectedConvertedText: Specifies range of selected converted text. KTSMHiliteSelectedConvertedText KTSMHilite = 5 // KTSMHiliteSelectedRawText: Specifies range of selected raw text. KTSMHiliteSelectedRawText KTSMHilite = 3 // KTSMHiliteSelectedText: Specifies selected highlight style. KTSMHiliteSelectedText KTSMHilite = 8 )
func (KTSMHilite) String ¶ added in v0.5.1
func (e KTSMHilite) String() string
type KTXN ¶
type KTXN int
const ( KTXNATSUIIsNotInstalledErr KTXN = -22016 KTXNAlreadyInitializedErr KTXN = -22012 KTXNAttributeTagInvalidForRunErr KTXN = -22009 KTXNBadDefaultFileTypeWarning KTXN = -22005 KTXNCannotAddFrameErr KTXN = -22001 KTXNCannotSetAutoIndentErr KTXN = -22006 KTXNCannotTurnTSMOffWhenUsingUnicodeErr KTXN = -22013 KTXNCopyNotAllowedInEchoModeErr KTXN = -22014 KTXNDataTypeNotAllowedErr KTXN = -22015 KTXNEndIterationErr KTXN = -22000 KTXNIllegalToCrossDataBoundariesErr KTXN = -22003 KTXNInvalidFrameIDErr KTXN = -22002 KTXNInvalidRunIndex KTXN = -22011 KTXNNoMatchErr KTXN = -22008 KTXNOutsideOfFrameErr KTXN = -22018 KTXNOutsideOfLineErr KTXN = -22017 KTXNRunIndexOutofBoundsErr KTXN = -22007 KTXNSomeOrAllTagsInvalidForRunErr KTXN = -22010 KTXNUserCanceledOperationErr KTXN = -22004 )
type KText ¶ added in v0.5.1
type KText int
const ( KTextCenter KText = 1 KTextFlushDefault KText = 0 KTextFlushLeft KText = -2 KTextFlushRight KText = -1 // KTextLanguageDontCare: Indicates that language code is not provided for the derivation. KTextLanguageDontCare KText = -128 // KTextRegionDontCare: The region code is not provided for the derivation. KTextRegionDontCare KText = -128 // KTextScriptDontCare: Indicates that the code is not provided for the derivation. KTextScriptDontCare KText = -128 )
type KTextEncoding ¶ added in v0.5.1
type KTextEncoding uint
const ( KTextEncodingANSEL KTextEncoding = 1537 // KTextEncodingBaseName: Requests the name of the base encoding. KTextEncodingBaseName KTextEncoding = 1 // KTextEncodingBig5: Big-5 encoding. KTextEncodingBig5 KTextEncoding = 2563 KTextEncodingBig5_E KTextEncoding = 2569 KTextEncodingBig5_HKSCS_1999 KTextEncoding = 2566 // KTextEncodingCNS_11643_92_P1: CNS 11643-1992 plane 1. KTextEncodingCNS_11643_92_P1 KTextEncoding = 1617 // KTextEncodingCNS_11643_92_P2: CNS 11643-1992 plane 2. KTextEncodingCNS_11643_92_P2 KTextEncoding = 1618 // KTextEncodingCNS_11643_92_P3: CNS 11643-1992 plane 3 (11643-1986 plane 14). KTextEncodingCNS_11643_92_P3 KTextEncoding = 1619 // KTextEncodingDOSArabic: Code page 864. KTextEncodingDOSArabic KTextEncoding = 1049 // KTextEncodingDOSBalticRim: Code page 775. KTextEncodingDOSBalticRim KTextEncoding = 1030 // KTextEncodingDOSCanadianFrench: Code page 863. KTextEncodingDOSCanadianFrench KTextEncoding = 1048 // KTextEncodingDOSChineseSimplif: Code page 936, also for Windows. KTextEncodingDOSChineseSimplif KTextEncoding = 1057 // KTextEncodingDOSChineseTrad: Code page 950, also for Windows. KTextEncodingDOSChineseTrad KTextEncoding = 1059 // KTextEncodingDOSCyrillic: Code page 855, IBM Cyrillic. KTextEncodingDOSCyrillic KTextEncoding = 1043 // KTextEncodingDOSGreek: Code page 737, formerly 437G. KTextEncodingDOSGreek KTextEncoding = 1029 // KTextEncodingDOSGreek1: Code page 851. KTextEncodingDOSGreek1 KTextEncoding = 1041 // KTextEncodingDOSGreek2: Code page 869, IBM Modern Green. KTextEncodingDOSGreek2 KTextEncoding = 1052 // KTextEncodingDOSHebrew: Code page 862. KTextEncodingDOSHebrew KTextEncoding = 1047 // KTextEncodingDOSIcelandic: Code page 861. KTextEncodingDOSIcelandic KTextEncoding = 1046 // KTextEncodingDOSJapanese: Code page 932, also for Windows KTextEncodingDOSJapanese KTextEncoding = 1056 // KTextEncodingDOSKorean: Code page 949, also for Windows; unified Hangul. KTextEncodingDOSKorean KTextEncoding = 1058 // KTextEncodingDOSLatin1: Code page 860. KTextEncodingDOSLatin1 KTextEncoding = 1040 // KTextEncodingDOSLatin2: Code page 852, Slavic. KTextEncodingDOSLatin2 KTextEncoding = 1042 // KTextEncodingDOSLatinUS: Code page 437. KTextEncodingDOSLatinUS KTextEncoding = 1024 // KTextEncodingDOSNordic: Cde page 865. KTextEncodingDOSNordic KTextEncoding = 1050 // KTextEncodingDOSPortuguese: Code page 860. KTextEncodingDOSPortuguese KTextEncoding = 1045 // KTextEncodingDOSRussian: Code page 866. KTextEncodingDOSRussian KTextEncoding = 1051 // KTextEncodingDOSThai: Code page 874, also for Windows. KTextEncodingDOSThai KTextEncoding = 1053 // KTextEncodingDOSTurkish: Code page 857, IBM Turkish. KTextEncodingDOSTurkish KTextEncoding = 1044 // KTextEncodingFormatName: Requests the name of the encoding format, if available. KTextEncodingFormatName KTextEncoding = 3 // KTextEncodingFullName: Requests the full name of the text encoding. KTextEncodingFullName KTextEncoding = 0 // KTextEncodingGBK_95: Annex to GB13000-93, for Windows 95; EUC-CN extended. KTextEncodingGBK_95 KTextEncoding = 1585 KTextEncodingGB_18030_2000 KTextEncoding = 1586 KTextEncodingGB_18030_2005 KTextEncoding = 1586 KTextEncodingGB_2312_80 KTextEncoding = 1584 // KTextEncodingHZ_GB_2312: See RFC 1842; for Chinese mail and news. KTextEncodingHZ_GB_2312 KTextEncoding = 2565 // KTextEncodingISO10646_1993: This ISO UCS encoding has code points identical to Unicode 1.1. KTextEncodingISO10646_1993 KTextEncoding = 257 KTextEncodingJIS_C6226_78 KTextEncoding = 1572 // KTextEncodingJIS_X0201_76: JIS Roman and 1-byte katakana (halfwidth). KTextEncodingJIS_X0201_76 KTextEncoding = 1568 KTextEncodingJIS_X0208_83 KTextEncoding = 1569 KTextEncodingJIS_X0208_90 KTextEncoding = 1570 KTextEncodingJIS_X0212_90 KTextEncoding = 1571 KTextEncodingJIS_X0213_MenKuTen KTextEncoding = 1577 // KTextEncodingKOI8_R: Russian Internet standard. KTextEncodingKOI8_R KTextEncoding = 2562 KTextEncodingKOI8_U KTextEncoding = 2568 // KTextEncodingKSC_5601_87: This is the same as KSC 5601-92 without Johab annex. KTextEncodingKSC_5601_87 KTextEncoding = 1600 // KTextEncodingKSC_5601_92_Johab: KSC 5601-92 Johab annex. KTextEncodingKSC_5601_92_Johab KTextEncoding = 1601 // KTextEncodingMacRomanLatin1: Mac OS Roman permuted to align with 8859-1. KTextEncodingMacRomanLatin1 KTextEncoding = 2564 // KTextEncodingMultiRun: This is a special value for multiple encoded text, external run information. KTextEncodingMultiRun KTextEncoding = 4095 // KTextEncodingShiftJIS: Plain Shift-JIS. KTextEncodingShiftJIS KTextEncoding = 2561 KTextEncodingShiftJIS_X0213 KTextEncoding = 1576 KTextEncodingUS_ASCII KTextEncoding = 1536 // KTextEncodingUnicodeDefault: This is a meta value that takes on one of the following values, depending on the system. KTextEncodingUnicodeDefault KTextEncoding = 256 KTextEncodingUnicodeV10_0 KTextEncoding = 276 KTextEncodingUnicodeV11_0 KTextEncoding = 277 KTextEncodingUnicodeV12_1 KTextEncoding = 278 KTextEncodingUnicodeV13_0 KTextEncoding = 279 KTextEncodingUnicodeV14_0 KTextEncoding = 280 KTextEncodingUnicodeV15_0 KTextEncoding = 281 KTextEncodingUnicodeV15_1 KTextEncoding = 282 // KTextEncodingUnicodeV1_1: This is a Unicode encoding. KTextEncodingUnicodeV1_1 KTextEncoding = 257 // KTextEncodingUnicodeV2_0: This is the new location for Korean Hangul. KTextEncodingUnicodeV2_0 KTextEncoding = 259 // KTextEncodingUnicodeV2_1: For the Text Encoding Converter, Unicode 2.0 is equivalent to Unicode 2.1. KTextEncodingUnicodeV2_1 KTextEncoding = 259 KTextEncodingUnicodeV3_0 KTextEncoding = 260 // KTextEncodingUnicodeV3_1: Adds characters requiring surrogate pairs in UTF-16 KTextEncodingUnicodeV3_1 KTextEncoding = 261 KTextEncodingUnicodeV3_2 KTextEncoding = 262 KTextEncodingUnicodeV4_0 KTextEncoding = 264 KTextEncodingUnicodeV5_0 KTextEncoding = 266 KTextEncodingUnicodeV5_1 KTextEncoding = 267 KTextEncodingUnicodeV6_0 KTextEncoding = 269 KTextEncodingUnicodeV6_1 KTextEncoding = 270 KTextEncodingUnicodeV6_3 KTextEncoding = 272 KTextEncodingUnicodeV7_0 KTextEncoding = 273 KTextEncodingUnicodeV8_0 KTextEncoding = 274 KTextEncodingUnicodeV9_0 KTextEncoding = 275 KTextEncodingUnknown KTextEncoding = 65535 KTextEncodingVISCII KTextEncoding = 2567 // KTextEncodingVariantName: Requests the name of the encoding variant, if available. KTextEncodingVariantName KTextEncoding = 2 // KTextEncodingWindowsANSI: Code page 1252 (alternate name). KTextEncodingWindowsANSI KTextEncoding = 1280 // KTextEncodingWindowsArabic: Code page 1256. KTextEncodingWindowsArabic KTextEncoding = 1286 // KTextEncodingWindowsBalticRim: Code page 1257. KTextEncodingWindowsBalticRim KTextEncoding = 1287 // KTextEncodingWindowsCyrillic: Code page 1251, Slavic Cyrillic. KTextEncodingWindowsCyrillic KTextEncoding = 1282 // KTextEncodingWindowsGreek: Code page 1253. KTextEncodingWindowsGreek KTextEncoding = 1283 // KTextEncodingWindowsHebrew: Code page 1255. KTextEncodingWindowsHebrew KTextEncoding = 1285 // KTextEncodingWindowsKoreanJohab: Code page 1361, for Window NT. KTextEncodingWindowsKoreanJohab KTextEncoding = 1296 // KTextEncodingWindowsLatin1: Code page 1252. KTextEncodingWindowsLatin1 KTextEncoding = 1280 // KTextEncodingWindowsLatin2: Code page 1250, Central Europe. KTextEncodingWindowsLatin2 KTextEncoding = 1281 // KTextEncodingWindowsLatin5: Code page 1254, Turkish. KTextEncodingWindowsLatin5 KTextEncoding = 1284 // KTextEncodingWindowsVietnamese: Code page 1258. KTextEncodingWindowsVietnamese KTextEncoding = 1288 )
func (KTextEncoding) String ¶ added in v0.5.1
func (e KTextEncoding) String() string
type KTextEncodingDefault ¶ added in v0.5.1
type KTextEncodingDefault uint
const ( // KTextEncodingDefaultVariant: The standard default variant for any base encoding. KTextEncodingDefaultVariant KTextEncodingDefault = 0 )
func (KTextEncodingDefault) String ¶ added in v0.5.1
func (e KTextEncodingDefault) String() string
type KTextEncodingDefaultFormat ¶ added in v0.5.1
type KTextEncodingDefaultFormat uint
const ( // KTextEncodingDefaultFormatValue: The standard default format for any base encoding. KTextEncodingDefaultFormatValue KTextEncodingDefaultFormat = 0 // KUnicode16BitFormat: The 16-bit character encoding format specified by the Unicode standard, equivalent to the UCS-2 format for ISO 10646. KUnicode16BitFormat KTextEncodingDefaultFormat = 0 // KUnicode32BitFormat: The UCS-4 32-bit format defined for ISO 10646. KUnicode32BitFormat KTextEncodingDefaultFormat = 3 KUnicodeSCSUFormat KTextEncodingDefaultFormat = 8 KUnicodeUTF16BEFormat KTextEncodingDefaultFormat = 4 KUnicodeUTF16Format KTextEncodingDefaultFormat = 0 KUnicodeUTF16LEFormat KTextEncodingDefaultFormat = 5 KUnicodeUTF32BEFormat KTextEncodingDefaultFormat = 6 KUnicodeUTF32Format KTextEncodingDefaultFormat = 3 KUnicodeUTF32LEFormat KTextEncodingDefaultFormat = 7 // KUnicodeUTF7Format: The Unicode transformation format in which characters encodings are represented by a sequence of 7-bit values. KUnicodeUTF7Format KTextEncodingDefaultFormat = 1 // KUnicodeUTF8Format: The Unicode transformation format in which characters are represented by a sequence of 8-bit values. KUnicodeUTF8Format KTextEncodingDefaultFormat = 2 )
func (KTextEncodingDefaultFormat) String ¶ added in v0.5.1
func (e KTextEncodingDefaultFormat) String() string
type KTextEncodingEBCDIC ¶ added in v0.5.1
type KTextEncodingEBCDIC uint
const ( // KTextEncodingEBCDIC_CP037: Code page 037, extended EBCDIC-US Latin1. KTextEncodingEBCDIC_CP037 KTextEncodingEBCDIC = 3074 KTextEncodingEBCDIC_LatinCore KTextEncodingEBCDIC = 3073 // KTextEncodingEBCDIC_US: Basic EBCDIC-US encoding. KTextEncodingEBCDIC_US KTextEncodingEBCDIC = 3073 )
func (KTextEncodingEBCDIC) String ¶ added in v0.5.1
func (e KTextEncodingEBCDIC) String() string
type KTextEncodingEUC ¶ added in v0.5.1
type KTextEncodingEUC uint
const ( // KTextEncodingEUC_CN: ISO 646, GB 2312-80. KTextEncodingEUC_CN KTextEncodingEUC = 2352 // KTextEncodingEUC_JP: ISO 646,1-byte katakana,JIS 208 ,JIS 212. KTextEncodingEUC_JP KTextEncodingEUC = 2336 // KTextEncodingEUC_KR: ISO 646, KS C 5601-1987. KTextEncodingEUC_KR KTextEncodingEUC = 2368 // KTextEncodingEUC_TW: ISO 646, CNS 11643-1992 Planes 1-16. KTextEncodingEUC_TW KTextEncodingEUC = 2353 )
func (KTextEncodingEUC) String ¶ added in v0.5.1
func (e KTextEncodingEUC) String() string
type KTextEncodingISO ¶ added in v0.5.1
type KTextEncodingISO uint
const ( // KTextEncodingISOLatin1: ISO 8859-1. KTextEncodingISOLatin1 KTextEncodingISO = 513 KTextEncodingISOLatin10 KTextEncodingISO = 528 // KTextEncodingISOLatin2: ISO 8859-2. KTextEncodingISOLatin2 KTextEncodingISO = 514 // KTextEncodingISOLatin3: ISO 8859-3. KTextEncodingISOLatin3 KTextEncodingISO = 515 // KTextEncodingISOLatin4: ISO 8859-4. KTextEncodingISOLatin4 KTextEncodingISO = 516 // KTextEncodingISOLatin5: ISO 8859-9. KTextEncodingISOLatin5 KTextEncodingISO = 521 // KTextEncodingISOLatin6: ISO 8859-10. KTextEncodingISOLatin6 KTextEncodingISO = 522 // KTextEncodingISOLatin7: ISO 8859-13; Baltic Rim KTextEncodingISOLatin7 KTextEncodingISO = 525 // KTextEncodingISOLatin8: ISO 8859-14; Celtic KTextEncodingISOLatin8 KTextEncodingISO = 526 // KTextEncodingISOLatin9: ISO 8859-15, 8859-1; changed for Euro & CP1252 letters KTextEncodingISOLatin9 KTextEncodingISO = 527 // KTextEncodingISOLatinArabic: ISO 8859-6; equivalent to ASMO 708 and DOS CP 708. KTextEncodingISOLatinArabic KTextEncodingISO = 518 // KTextEncodingISOLatinCyrillic: ISO 8859-5. KTextEncodingISOLatinCyrillic KTextEncodingISO = 517 // KTextEncodingISOLatinGreek: ISO 8859-7. KTextEncodingISOLatinGreek KTextEncodingISO = 519 // KTextEncodingISOLatinHebrew: ISO 8859-8. KTextEncodingISOLatinHebrew KTextEncodingISO = 520 )
func (KTextEncodingISO) String ¶ added in v0.5.1
func (e KTextEncodingISO) String() string
type KTextEncodingMac ¶ added in v0.5.1
type KTextEncodingMac uint
const ( // KTextEncodingMacArabic: The encoding for Mac OS Arabic. KTextEncodingMacArabic KTextEncodingMac = 4 // KTextEncodingMacArmenian: The encoding for Mac OS Armenian. KTextEncodingMacArmenian KTextEncodingMac = 24 // KTextEncodingMacBengali: The encoding for Mac OS Bengali. KTextEncodingMacBengali KTextEncodingMac = 13 // KTextEncodingMacBurmese: The encoding for Mac OS Burmese. KTextEncodingMacBurmese KTextEncodingMac = 19 // KTextEncodingMacCeltic: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacCeltic KTextEncodingMac = 39 // KTextEncodingMacCentralEurRoman: The encoding for Mac OS Central European Roman. KTextEncodingMacCentralEurRoman KTextEncodingMac = 29 // KTextEncodingMacChineseSimp: The encoding for Mac OS simple Chinese. KTextEncodingMacChineseSimp KTextEncodingMac = 25 // KTextEncodingMacChineseTrad: The encoding for Mac OS traditional Chinese. KTextEncodingMacChineseTrad KTextEncodingMac = 2 // KTextEncodingMacCroatian: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacCroatian KTextEncodingMac = 36 // KTextEncodingMacCyrillic: The encoding for Mac OS Cyrillic. KTextEncodingMacCyrillic KTextEncodingMac = 7 // KTextEncodingMacDevanagari: The encoding for Mac OS Devanagari. KTextEncodingMacDevanagari KTextEncodingMac = 9 // KTextEncodingMacDingbats: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacDingbats KTextEncodingMac = 34 KTextEncodingMacEastEurRoman KTextEncodingMac = 29 // KTextEncodingMacEthiopic: The encoding for Mac OS Ethiopic. KTextEncodingMacEthiopic KTextEncodingMac = 28 // KTextEncodingMacExtArabic: The encoding for Mac OS ExtArabic. KTextEncodingMacExtArabic KTextEncodingMac = 31 // KTextEncodingMacFarsi: Uses script code 4, `smArabic`. KTextEncodingMacFarsi KTextEncodingMac = 140 // KTextEncodingMacGaelic: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacGaelic KTextEncodingMac = 40 KTextEncodingMacGeez KTextEncodingMac = 28 // KTextEncodingMacGeorgian: The encoding for Mac OS Georgian. KTextEncodingMacGeorgian KTextEncodingMac = 23 // KTextEncodingMacGreek: The encoding for Mac OS Greek. KTextEncodingMacGreek KTextEncodingMac = 6 // KTextEncodingMacGujarati: The encoding for Mac OS Gujurati. KTextEncodingMacGujarati KTextEncodingMac = 11 // KTextEncodingMacGurmukhi: The encoding for Mac OS Gurmukhi. KTextEncodingMacGurmukhi KTextEncodingMac = 10 // KTextEncodingMacHebrew: The encoding for Mac OS Hebrew. KTextEncodingMacHebrew KTextEncodingMac = 5 // KTextEncodingMacIcelandic: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacIcelandic KTextEncodingMac = 37 // KTextEncodingMacInuit: Uses script code 28, `smEthiopic`.] KTextEncodingMacInuit KTextEncodingMac = 236 // KTextEncodingMacJapanese: The encoding for Mac OS Japanese. KTextEncodingMacJapanese KTextEncodingMac = 1 // KTextEncodingMacKannada: The encoding for Mac OS Kannada. KTextEncodingMacKannada KTextEncodingMac = 16 KTextEncodingMacKeyboardGlyphs KTextEncodingMac = 41 // KTextEncodingMacKhmer: The encoding for Mac OS Khmer. KTextEncodingMacKhmer KTextEncodingMac = 20 // KTextEncodingMacKorean: The encoding for Mac OS Korean. KTextEncodingMacKorean KTextEncodingMac = 3 // KTextEncodingMacLaotian: The encoding for Mac OS Laotian. KTextEncodingMacLaotian KTextEncodingMac = 22 // KTextEncodingMacMalayalam: The encoding for Mac OS Malayalam. KTextEncodingMacMalayalam KTextEncodingMac = 17 // KTextEncodingMacMongolian: The encoding for Mac OS Mongolian. KTextEncodingMacMongolian KTextEncodingMac = 27 // KTextEncodingMacOriya: The encoding for Mac OS Oriya. KTextEncodingMacOriya KTextEncodingMac = 12 KTextEncodingMacRSymbol KTextEncodingMac = 8 // KTextEncodingMacRoman: The encoding for Mac OS Roman. KTextEncodingMacRoman KTextEncodingMac = 0 // KTextEncodingMacRomanian: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacRomanian KTextEncodingMac = 38 KTextEncodingMacSimpChinese KTextEncodingMac = 25 // KTextEncodingMacSinhalese: The encoding for Mac OS Sinhalese. KTextEncodingMacSinhalese KTextEncodingMac = 18 // KTextEncodingMacSymbol: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacSymbol KTextEncodingMac = 33 // KTextEncodingMacTamil: The encoding for Mac OS Tamil. KTextEncodingMacTamil KTextEncodingMac = 14 // KTextEncodingMacTelugu: The encoding for Mac OS Telugu. KTextEncodingMacTelugu KTextEncodingMac = 15 // KTextEncodingMacThai: The encoding for Mac OS Thai. KTextEncodingMacThai KTextEncodingMac = 21 // KTextEncodingMacTibetan: The encoding for Mac OS Tibetan. KTextEncodingMacTibetan KTextEncodingMac = 26 KTextEncodingMacTradChinese KTextEncodingMac = 2 // KTextEncodingMacTurkish: This Mac OS encoding uses script code 0, `smRoman`. KTextEncodingMacTurkish KTextEncodingMac = 35 // KTextEncodingMacUkrainian: Uses script code 7, `smCyrillic`.] KTextEncodingMacUkrainian KTextEncodingMac = 152 // KTextEncodingMacUnicode: # Discussion KTextEncodingMacUnicode KTextEncodingMac = 126 KTextEncodingMacUninterp KTextEncodingMac = 32 // KTextEncodingMacVT100: Uses script code 32, `smUninterp`; VT100/102 font from the common toolbox; Latin-1 characters plus box drawing.] KTextEncodingMacVT100 KTextEncodingMac = 252 // KTextEncodingMacVietnamese: The encoding for Mac OS Vietnamese. KTextEncodingMacVietnamese KTextEncodingMac = 30 )
func (KTextEncodingMac) String ¶ added in v0.5.1
func (e KTextEncodingMac) String() string
type KTextEncodingMacHF ¶ added in v0.5.1
type KTextEncodingMacHF uint
const ( // KTextEncodingMacHFS: This is a metavalue for a special Mac OS encoding. KTextEncodingMacHFS KTextEncodingMacHF = 255 )
func (KTextEncodingMacHF) String ¶ added in v0.5.1
func (e KTextEncodingMacHF) String() string
type KTextEncodingNextStep ¶ added in v0.5.1
type KTextEncodingNextStep uint
const ( KTextEncodingNextStepJapanese KTextEncodingNextStep = 2818 KTextEncodingNextStepLatin KTextEncodingNextStep = 2817 )
func (KTextEncodingNextStep) String ¶ added in v0.5.1
func (e KTextEncodingNextStep) String() string
type KTextServiceClass ¶ added in v0.5.1
type KTextServiceClass uint
const ( KGetSelectedText KTextServiceClass = 'g'<<24 | 't'<<16 | 'x'<<8 | 't' // 'gtxt' KOffset2Pos KTextServiceClass = 's'<<24 | 't'<<16 | '2'<<8 | 'p' // 'st2p' KPos2Offset KTextServiceClass = 'p'<<24 | '2'<<16 | 's'<<8 | 't' // 'p2st' KShowHideInputWindow KTextServiceClass = 's'<<24 | 'h'<<16 | 'i'<<8 | 'w' // 'shiw' KTextServiceClassValue KTextServiceClass = 't'<<24 | 's'<<16 | 'v'<<8 | 'c' // 'tsvc' KUnicodeNotFromInputMethod KTextServiceClass = 'u'<<24 | 'n'<<16 | 'i'<<8 | 'm' // 'unim' KUpdateActiveInputArea KTextServiceClass = 'u'<<24 | 'p'<<16 | 'd'<<8 | 't' // 'updt' KeyAEBufferSize KTextServiceClass = 'b'<<24 | 'u'<<16 | 'f'<<8 | 'f' // 'buff' KeyAECurrentPoint KTextServiceClass = 'c'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'cpos' KeyAEFixLength KTextServiceClass = 'f'<<24 | 'i'<<16 | 'x'<<8 | 'l' // 'fixl' KeyAEMoveView KTextServiceClass = 'm'<<24 | 'v'<<16 | 'v'<<8 | 'w' // 'mvvw' KeyAENextBody KTextServiceClass = 'n'<<24 | 'x'<<16 | 'b'<<8 | 'd' // 'nxbd' KeyAEServerInstance KTextServiceClass = 's'<<24 | 'r'<<16 | 'v'<<8 | 'i' // 'srvi' KeyAETSMDocumentRefcon KTextServiceClass = 'r'<<24 | 'e'<<16 | 'f'<<8 | 'c' // 'refc' KeyAETSMEventRecord KTextServiceClass = 't'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'tevt' KeyAETSMEventRef KTextServiceClass = 't'<<24 | 'e'<<16 | 'v'<<8 | 'r' // 'tevr' KeyAETSMGlyphInfoArray KTextServiceClass = 't'<<24 | 'g'<<16 | 'i'<<8 | 'a' // 'tgia' KeyAETSMScriptTag KTextServiceClass = 's'<<24 | 'c'<<16 | 'l'<<8 | 'g' // 'sclg' KeyAETSMTextFMFont KTextServiceClass = 'k'<<24 | 't'<<16 | 'x'<<8 | 'm' // 'ktxm' KeyAETSMTextFont KTextServiceClass = 'k'<<24 | 't'<<16 | 'x'<<8 | 'f' // 'ktxf' KeyAETSMTextPointSize KTextServiceClass = 'k'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ktps' KeyAETextServiceEncoding KTextServiceClass = 't'<<24 | 's'<<16 | 'e'<<8 | 'n' // 'tsen' KeyAETextServiceMacEncoding KTextServiceClass = 't'<<24 | 'm'<<16 | 'e'<<8 | 'n' // 'tmen' KeyAETheData KTextServiceClass = 'k'<<24 | 'd'<<16 | 'a'<<8 | 't' // 'kdat' KeyAEUpdateRange KTextServiceClass = 'u'<<24 | 'd'<<16 | 'n'<<8 | 'g' // 'udng' TypeComponentInstance KTextServiceClass = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'i' // 'cmpi' TypeEventRef KTextServiceClass = 'e'<<24 | 'v'<<16 | 'r'<<8 | 'f' // 'evrf' TypeGlyphInfoArray KTextServiceClass = 'g'<<24 | 'l'<<16 | 'i'<<8 | 'a' // 'glia' TypeLowLevelEventRecord KTextServiceClass = 'e'<<24 | 'v'<<16 | 't'<<8 | 'r' // 'evtr' TypeOffsetArray KTextServiceClass = 'o'<<24 | 'f'<<16 | 'a'<<8 | 'y' // 'ofay' TypeText KTextServiceClass = 'T'<<24 | 'E'<<16 | 'X'<<8 | 'T' // 'TEXT' TypeTextRange KTextServiceClass = 't'<<24 | 'x'<<16 | 'r'<<8 | 'n' // 'txrn' TypeTextRangeArray KTextServiceClass = 't'<<24 | 'r'<<16 | 'a'<<8 | 'y' // 'tray' )
func (KTextServiceClass) String ¶ added in v0.5.1
func (e KTextServiceClass) String() string
type KTextUnsupportedEncodingErr ¶
type KTextUnsupportedEncodingErr int
const ( // KTECArrayFullErr: # Discussion KTECArrayFullErr KTextUnsupportedEncodingErr = -8751 KTECBadTextRunErr KTextUnsupportedEncodingErr = -8752 // KTECBufferBelowMinimumSizeErr: The output text buffer is too small to accommodatethe result of processing of the first input text element. KTECBufferBelowMinimumSizeErr KTextUnsupportedEncodingErr = -8750 // KTECCorruptConverterErr: The converter object is invalid. KTECCorruptConverterErr KTextUnsupportedEncodingErr = -8748 // KTECDirectionErr: An error, such as a direction stack overflow,occurred in directionality processing. KTECDirectionErr KTextUnsupportedEncodingErr = -8756 KTECGlobalsUnavailableErr KTextUnsupportedEncodingErr = -8770 // KTECIncompleteElementErr: The input text ends with a text elementthat might be incomplete, or contains a text element that is too longfor the internal buffers. KTECIncompleteElementErr KTextUnsupportedEncodingErr = -8755 KTECItemUnavailableErr KTextUnsupportedEncodingErr = -8771 // KTECMissingTableErr: The specified encoding is partially supported,but a specific table required for this function is missing. KTECMissingTableErr KTextUnsupportedEncodingErr = -8745 // KTECNeedFlushStatus: The application disposed of a converterobject by calling TECDisposeConverter, but there is still text containedin internal buffers. KTECNeedFlushStatus KTextUnsupportedEncodingErr = -8784 // KTECNoConversionPathErr: The converter supports both the source andtarget encodings, but cannot convert between them either directlyor indirectly. KTECNoConversionPathErr KTextUnsupportedEncodingErr = -8749 // KTECOutputBufferFullStatus: The converter successfully converted partof the input text, but the output buffer was not large enough toaccommodate the entire input text after conversion. KTECOutputBufferFullStatus KTextUnsupportedEncodingErr = -8785 // KTECPartialCharErr: The input text ends in the middle of a multibytecharacter and conversion stopped. KTECPartialCharErr KTextUnsupportedEncodingErr = -8753 // KTECTableChecksumErr: A specific table required for this functionhas a checksum error, indicating that it has become corrupted. KTECTableChecksumErr KTextUnsupportedEncodingErr = -8746 // KTECTableFormatErr: The table format is either invalid or itcannot be handled by the current version of the code. KTECTableFormatErr KTextUnsupportedEncodingErr = -8747 // KTECUnmappableElementErr: An input text element cannot be mapped tothe specified output encoding(s) using the specified options. KTECUnmappableElementErr KTextUnsupportedEncodingErr = -8754 // KTECUsedFallbacksStatus: The function has completely converted theinput string to the specified target using one or more fallbacks.For the Unicode Converter, this status code can only occur if the `kUnicodeUseFallbacksBit`control flag is set. KTECUsedFallbacksStatus KTextUnsupportedEncodingErr = -8783 // KTextMalformedInputErr: The text input contains a sequence thatis not legal in the specified encoding, such as a DBCS high byte followedby an invalid low byte (0x8120 in Shift-JIS). KTextMalformedInputErr KTextUnsupportedEncodingErr = -8739 // KTextUndefinedElementErr: The text input contains a code point thatis undefined in the specified encoding. KTextUndefinedElementErr KTextUnsupportedEncodingErr = -8740 // KTextUnsupportedEncodingErrValue: The encoding or mapping is not supportedfor this function by the current set of tables or plug-ins. KTextUnsupportedEncodingErrValue KTextUnsupportedEncodingErr = -8738 UnicodeBufErr KTextUnsupportedEncodingErr = -8764 UnicodeCharErr KTextUnsupportedEncodingErr = -8763 UnicodeChecksumErr KTextUnsupportedEncodingErr = -8769 UnicodeContextualErr KTextUnsupportedEncodingErr = -8758 UnicodeDirectionErr KTextUnsupportedEncodingErr = -8759 UnicodeElementErr KTextUnsupportedEncodingErr = -8762 UnicodeFallbacksErr KTextUnsupportedEncodingErr = -8766 UnicodeNoTableErr KTextUnsupportedEncodingErr = -8768 UnicodeNotFoundErr KTextUnsupportedEncodingErr = -8761 UnicodePartConvertErr KTextUnsupportedEncodingErr = -8765 UnicodeTableFormatErr KTextUnsupportedEncodingErr = -8760 UnicodeTextEncodingDataErr KTextUnsupportedEncodingErr = -8757 UnicodeVariantErr KTextUnsupportedEncodingErr = -8767 )
func (KTextUnsupportedEncodingErr) String ¶
func (e KTextUnsupportedEncodingErr) String() string
type KTileIconVariant ¶ added in v0.5.1
type KTileIconVariant uint
const ( KDropIconVariant KTileIconVariant = 'd'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'drop' KOpenDropIconVariant KTileIconVariant = 'o'<<24 | 'd'<<16 | 'r'<<8 | 'p' // 'odrp' KOpenIconVariant KTileIconVariant = 'o'<<24 | 'p'<<16 | 'e'<<8 | 'n' // 'open' KRolloverIconVariant KTileIconVariant = 'o'<<24 | 'v'<<16 | 'e'<<8 | 'r' // 'over' KTileIconVariantValue KTileIconVariant = 't'<<24 | 'i'<<16 | 'l'<<8 | 'e' // 'tile' )
func (KTileIconVariant) String ¶ added in v0.5.1
func (e KTileIconVariant) String() string
type KToolbar ¶
type KToolbar uint
const ( KToolbarAdvancedIcon KToolbar = 't'<<24 | 'b'<<16 | 'a'<<8 | 'v' // 'tbav' KToolbarApplicationsFolderIcon KToolbar = 't'<<24 | 'A'<<16 | 'p'<<8 | 's' // 'tAps' KToolbarCustomizeIcon KToolbar = 't'<<24 | 'c'<<16 | 'u'<<8 | 's' // 'tcus' KToolbarDeleteIcon KToolbar = 't'<<24 | 'd'<<16 | 'e'<<8 | 'l' // 'tdel' KToolbarDesktopFolderIcon KToolbar = 't'<<24 | 'D'<<16 | 's'<<8 | 'k' // 'tDsk' KToolbarDocumentsFolderIcon KToolbar = 't'<<24 | 'D'<<16 | 'o'<<8 | 'c' // 'tDoc' KToolbarDownloadsFolderIcon KToolbar = 't'<<24 | 'D'<<16 | 'w'<<8 | 'n' // 'tDwn' KToolbarFavoritesIcon KToolbar = 't'<<24 | 'f'<<16 | 'a'<<8 | 'v' // 'tfav' KToolbarHomeIcon KToolbar = 't'<<24 | 'h'<<16 | 'o'<<8 | 'm' // 'thom' KToolbarInfoIcon KToolbar = 't'<<24 | 'b'<<16 | 'i'<<8 | 'n' // 'tbin' KToolbarLabelsIcon KToolbar = 't'<<24 | 'b'<<16 | 'l'<<8 | 'b' // 'tblb' KToolbarLibraryFolderIcon KToolbar = 't'<<24 | 'L'<<16 | 'i'<<8 | 'b' // 'tLib' KToolbarMovieFolderIcon KToolbar = 't'<<24 | 'M'<<16 | 'o'<<8 | 'v' // 'tMov' KToolbarMusicFolderIcon KToolbar = 't'<<24 | 'M'<<16 | 'u'<<8 | 's' // 'tMus' KToolbarPicturesFolderIcon KToolbar = 't'<<24 | 'P'<<16 | 'i'<<8 | 'c' // 'tPic' KToolbarPublicFolderIcon KToolbar = 't'<<24 | 'P'<<16 | 'u'<<8 | 'b' // 'tPub' KToolbarSitesFolderIcon KToolbar = 't'<<24 | 'S'<<16 | 't'<<8 | 's' // 'tSts' KToolbarUtilitiesFolderIcon KToolbar = 't'<<24 | 'U'<<16 | 't'<<8 | 'l' // 'tUtl' )
type KUC ¶
type KUC int
const ( KUCHighSurrogateRangeEnd KUC = 56319 KUCHighSurrogateRangeStart KUC = 55296 KUCLowSurrogateRangeEnd KUC = 57343 KUCLowSurrogateRangeStart KUC = 56320 KUCOutputBufferTooSmall KUC = -25340 KUCTextBreakLocatorMissingType KUC = -25341 KUCTokenNotFound KUC = -25346 KUCTokenizerIterationFinished KUC = -25344 KUCTokenizerUnknownLang KUC = -25345 )
type KUCBidiCat ¶ added in v0.5.1
type KUCBidiCat uint
const ( // KUCBidiCatArabicNumber: Weak types: AN Arabic number. KUCBidiCatArabicNumber KUCBidiCat = 6 // KUCBidiCatBlockSeparator: Separators: B paragraph separator (was block separator). KUCBidiCatBlockSeparator KUCBidiCat = 8 // KUCBidiCatBoundaryNeutral: Unicode 3.0; BN boundary neutral. KUCBidiCatBoundaryNeutral KUCBidiCat = 19 // KUCBidiCatCommonNumberSeparator: Weak types: CS common number separator. KUCBidiCatCommonNumberSeparator KUCBidiCat = 7 // KUCBidiCatEuroNumber: Weak types: EN European number. KUCBidiCatEuroNumber KUCBidiCat = 3 // KUCBidiCatEuroNumberSeparator: Weak types: ES European number separator. KUCBidiCatEuroNumberSeparator KUCBidiCat = 4 // KUCBidiCatEuroNumberTerminator: Weak types: ET European number terminator. KUCBidiCatEuroNumberTerminator KUCBidiCat = 5 KUCBidiCatFirstStrongIsolate KUCBidiCat = 22 // KUCBidiCatLeftRight: Strong types: L left-to-right. KUCBidiCatLeftRight KUCBidiCat = 1 // KUCBidiCatLeftRightEmbedding: Unicode 3.0; LRE eft-to-right embedding. KUCBidiCatLeftRightEmbedding KUCBidiCat = 13 KUCBidiCatLeftRightIsolate KUCBidiCat = 20 // KUCBidiCatLeftRightOverride: Unicode 3.0; LRO left-to-right override. KUCBidiCatLeftRightOverride KUCBidiCat = 15 // KUCBidiCatNonSpacingMark: Unicode 3.0; NSM non-spacing mark. KUCBidiCatNonSpacingMark KUCBidiCat = 18 // KUCBidiCatNotApplicable: Unassigned. KUCBidiCatNotApplicable KUCBidiCat = 0 // KUCBidiCatOtherNeutral: Neutrals: ON other neutrals (unassigned codes could use this). KUCBidiCatOtherNeutral KUCBidiCat = 11 // KUCBidiCatPopDirectionalFormat: Unicode 3.0; PDF pop directional Format. KUCBidiCatPopDirectionalFormat KUCBidiCat = 17 KUCBidiCatPopDirectionalIsolate KUCBidiCat = 23 // KUCBidiCatRightLeft: Strong types: R right-to-left. KUCBidiCatRightLeft KUCBidiCat = 2 // KUCBidiCatRightLeftArabic: Unicode 3.0; AL right-to-left Arabic (was Arabic letter). KUCBidiCatRightLeftArabic KUCBidiCat = 12 // KUCBidiCatRightLeftEmbedding: Unicode 3.0; RLE right-to-left embedding. KUCBidiCatRightLeftEmbedding KUCBidiCat = 14 KUCBidiCatRightLeftIsolate KUCBidiCat = 21 // KUCBidiCatRightLeftOverride: Unicode 3.0; RLO right-to-left override. KUCBidiCatRightLeftOverride KUCBidiCat = 16 // KUCBidiCatSegmentSeparator: Separators: S segment separator. KUCBidiCatSegmentSeparator KUCBidiCat = 9 // KUCBidiCatWhitespace: Neutrals: WS whitespace. KUCBidiCatWhitespace KUCBidiCat = 10 )
func (KUCBidiCat) String ¶ added in v0.5.1
func (e KUCBidiCat) String() string
type KUCCharPropType ¶ added in v0.5.1
type KUCCharPropType uint
const ( // KUCCharPropTypeBidiCategory: Requests enumeration value. KUCCharPropTypeBidiCategory KUCCharPropType = 3 // KUCCharPropTypeCombiningClass: Requests numeric value 0 to 255. KUCCharPropTypeCombiningClass KUCCharPropType = 2 KUCCharPropTypeDecimalDigitValue KUCCharPropType = 4 // KUCCharPropTypeGenlCategory: Requests enumeration value. KUCCharPropTypeGenlCategory KUCCharPropType = 1 )
func (KUCCharPropType) String ¶ added in v0.5.1
func (e KUCCharPropType) String() string
type KUCCollate ¶
type KUCCollate uint
const ( // KUCCollateCaseInsensitiveMask: If the corresponding bit is set, then uppercase and titlecase characters are treated as equivalent to the corresponding lowercase characters. KUCCollateCaseInsensitiveMask KUCCollate = 8 // KUCCollateComposeInsensitiveMask: # Discussion KUCCollateComposeInsensitiveMask KUCCollate = 2 // KUCCollateDiacritInsensitiveMask: If the corresponding bit is set, then characters with diacritics are treated as equivalent to the corresponding characters without diacritics. KUCCollateDiacritInsensitiveMask KUCCollate = 16 // KUCCollateDigitsAsNumberMask: # Discussion KUCCollateDigitsAsNumberMask KUCCollate = 131072 // KUCCollateDigitsOverrideMask: # Discussion KUCCollateDigitsOverrideMask KUCCollate = 65536 // KUCCollatePunctuationSignificantMask: # Discussion KUCCollatePunctuationSignificantMask KUCCollate = 32768 // KUCCollateWidthInsensitiveMask: # Discussion KUCCollateWidthInsensitiveMask KUCCollate = 4 )
func (KUCCollate) String ¶
func (e KUCCollate) String() string
type KUCCollateStandard ¶ added in v0.5.1
type KUCCollateStandard uint
const ( // KUCCollateStandardOptions: # Discussion KUCCollateStandardOptions KUCCollateStandard = 2 )
func (KUCCollateStandard) String ¶ added in v0.5.1
func (e KUCCollateStandard) String() string
type KUCCollateType ¶
type KUCCollateType uint
const ( // KUCCollateTypeMask: You can use this mask to directly test bits 24-31 of a [UCCollateOptions] value. KUCCollateTypeMask KUCCollateType = 0 // KUCCollateTypeShiftBits: # Discussion KUCCollateTypeShiftBits KUCCollateType = 24 // KUCCollateTypeSourceMask: You can use this mask, in conjunction with the `kUCCollateTypeShiftBits` constant, to obtain a value identifying a fixed ordering scheme. KUCCollateTypeSourceMask KUCCollateType = 255 )
func (KUCCollateType) String ¶
func (e KUCCollateType) String() string
type KUCCollateTypeHFS ¶ added in v0.5.1
type KUCCollateTypeHFS uint
const ( // KUCCollateTypeHFSExtended: # Discussion KUCCollateTypeHFSExtended KUCCollateTypeHFS = 1 )
func (KUCCollateTypeHFS) String ¶ added in v0.5.1
func (e KUCCollateTypeHFS) String() string
type KUCGenlCat ¶ added in v0.5.1
type KUCGenlCat uint
const ( // KUCGenlCatLetterLowercase: Ll Letter; lowercase. KUCGenlCatLetterLowercase KUCGenlCat = 15 // KUCGenlCatLetterModifier: Lm Letter; modifier. KUCGenlCatLetterModifier KUCGenlCat = 17 // KUCGenlCatLetterOther: Lo Letter; other. KUCGenlCatLetterOther KUCGenlCat = 18 // KUCGenlCatLetterTitlecase: Lt Letter; titlecase. KUCGenlCatLetterTitlecase KUCGenlCat = 16 // KUCGenlCatLetterUppercase: Lu Letter; uppercase. KUCGenlCatLetterUppercase KUCGenlCat = 14 // KUCGenlCatMarkEnclosing: Me mark; enclosing. KUCGenlCatMarkEnclosing KUCGenlCat = 7 // KUCGenlCatMarkNonSpacing: Mn mark; non-spacing. KUCGenlCatMarkNonSpacing KUCGenlCat = 5 // KUCGenlCatMarkSpacingCombining: Mc mark; spacing combining. KUCGenlCatMarkSpacingCombining KUCGenlCat = 6 // KUCGenlCatNumberDecimalDigit: Nd number; decimal digit. KUCGenlCatNumberDecimalDigit KUCGenlCat = 8 // KUCGenlCatNumberLetter: Nl number; letter. KUCGenlCatNumberLetter KUCGenlCat = 9 // KUCGenlCatNumberOther: No number; other. KUCGenlCatNumberOther KUCGenlCat = 10 // KUCGenlCatOtherControl: Cc other; control. KUCGenlCatOtherControl KUCGenlCat = 1 // KUCGenlCatOtherFormat: Cf other; format. KUCGenlCatOtherFormat KUCGenlCat = 2 // KUCGenlCatOtherNotAssigned: Cn other; not assigned. KUCGenlCatOtherNotAssigned KUCGenlCat = 0 // KUCGenlCatOtherPrivateUse: Co other; private use. KUCGenlCatOtherPrivateUse KUCGenlCat = 4 // KUCGenlCatOtherSurrogate: Cs other; surrogate. KUCGenlCatOtherSurrogate KUCGenlCat = 3 // KUCGenlCatPunctClose: Pe punctuation; close. KUCGenlCatPunctClose KUCGenlCat = 23 // KUCGenlCatPunctConnector: Pc punctuation; connector. KUCGenlCatPunctConnector KUCGenlCat = 20 // KUCGenlCatPunctDash: Pd punctuation; dash. KUCGenlCatPunctDash KUCGenlCat = 21 // KUCGenlCatPunctFinalQuote: Pf punctuation; final quote. KUCGenlCatPunctFinalQuote KUCGenlCat = 25 // KUCGenlCatPunctInitialQuote: Pi punctuation; initial quote. KUCGenlCatPunctInitialQuote KUCGenlCat = 24 // KUCGenlCatPunctOpen: Ps punctuation; open. KUCGenlCatPunctOpen KUCGenlCat = 22 // KUCGenlCatPunctOther: Po punctuation; other. KUCGenlCatPunctOther KUCGenlCat = 26 // KUCGenlCatSeparatorLine: Zl separator; Line. KUCGenlCatSeparatorLine KUCGenlCat = 12 // KUCGenlCatSeparatorParagraph: Zp separator; paragraph. KUCGenlCatSeparatorParagraph KUCGenlCat = 13 // KUCGenlCatSeparatorSpace: Zs separator; space. KUCGenlCatSeparatorSpace KUCGenlCat = 11 // KUCGenlCatSymbolCurrency: Sc symbol; currency. KUCGenlCatSymbolCurrency KUCGenlCat = 29 // KUCGenlCatSymbolMath: Sm symbol; math. KUCGenlCatSymbolMath KUCGenlCat = 28 // KUCGenlCatSymbolModifier: Sk symbol; modifier. KUCGenlCatSymbolModifier KUCGenlCat = 30 // KUCGenlCatSymbolOther: So symbol; other. KUCGenlCatSymbolOther KUCGenlCat = 31 )
func (KUCGenlCat) String ¶ added in v0.5.1
func (e KUCGenlCat) String() string
type KUCKey ¶
type KUCKey uint
const ( // KUCKeyLayoutFeatureInfoFormat: The format of a structure of type UCKeyLayoutFeatureInfo. KUCKeyLayoutFeatureInfoFormat KUCKey = 8193 // KUCKeyLayoutHeaderFormat: The format of a structure of type UCKeyboardLayout. KUCKeyLayoutHeaderFormat KUCKey = 4098 // KUCKeyModifiersToTableNumFormat: The format of a structure of type UCKeyModifiersToTableNum. KUCKeyModifiersToTableNumFormat KUCKey = 12289 // KUCKeySequenceDataIndexFormat: The format of a structure of type UCKeySequenceDataIndex. KUCKeySequenceDataIndexFormat KUCKey = 28673 // KUCKeyStateRecordsIndexFormat: The format of a structure of type UCKeyStateRecordsIndex. KUCKeyStateRecordsIndexFormat KUCKey = 20481 // KUCKeyStateTerminatorsFormat: The format of a structure of type UCKeyStateTerminators. KUCKeyStateTerminatorsFormat KUCKey = 24577 // KUCKeyToCharTableIndexFormat: The format of a structure of type UCKeyToCharTableIndex. KUCKeyToCharTableIndexFormat KUCKey = 16385 )
type KUCKeyAction ¶
type KUCKeyAction uint
const ( // KUCKeyActionAutoKey: The user has the key in an “auto-key” pressed state that is, the user is holding down the key for an extended period of time and is thereby generating multiple key strokes from the single key. KUCKeyActionAutoKey KUCKeyAction = 2 // KUCKeyActionDisplay: The user is requesting information for key display, as in the Key Caps application. KUCKeyActionDisplay KUCKeyAction = 3 // KUCKeyActionDown: The user is pressing the key. KUCKeyActionDown KUCKeyAction = 0 // KUCKeyActionUp: The user is releasing the key. KUCKeyActionUp KUCKeyAction = 1 )
func (KUCKeyAction) String ¶
func (e KUCKeyAction) String() string
type KUCKeyOutput ¶
type KUCKeyOutput uint
const ( // KUCKeyOutputGetIndexMask: You can use this mask to test the bits (0–13) in a [UCKeyOutput] value that provide the actual index to another structure. KUCKeyOutputGetIndexMask KUCKeyOutput = 16383 // KUCKeyOutputSequenceIndexMask: If the bit specified by this mask is set, the [UCKeyOutput] value contains an index into a structure of type UCKeySequenceDataIndex. KUCKeyOutputSequenceIndexMask KUCKeyOutput = 32768 // KUCKeyOutputStateIndexMask: If the bit specified by this mask is set, the UCKeyStateRecordsIndex [UCKeyOutput] value contains an index into a structure of type UCKeyStateRecordsIndex. KUCKeyOutputStateIndexMask KUCKeyOutput = 16384 // KUCKeyOutputTestForIndexMask: # Discussion KUCKeyOutputTestForIndexMask KUCKeyOutput = 49152 )
func (KUCKeyOutput) String ¶
func (e KUCKeyOutput) String() string
type KUCKeyStateEntry ¶
type KUCKeyStateEntry uint
const ( // KUCKeyStateEntryRangeFormat: Specifies that the entry format is that of a structure of type UCKeyStateEntryRange. KUCKeyStateEntryRangeFormat KUCKeyStateEntry = 2 // KUCKeyStateEntryTerminalFormat: Specifies that the entry format is that of a structure of type UCKeyStateEntryTerminal. KUCKeyStateEntryTerminalFormat KUCKeyStateEntry = 1 )
func (KUCKeyStateEntry) String ¶
func (e KUCKeyStateEntry) String() string
type KUCKeyTranslateNoDeadKeys ¶ added in v0.5.1
type KUCKeyTranslateNoDeadKeys uint
const ( // KUCKeyTranslateNoDeadKeysBit: The bit number of the bit that turns off dead-key processing. KUCKeyTranslateNoDeadKeysBit KUCKeyTranslateNoDeadKeys = 0 // KUCKeyTranslateNoDeadKeysMask: The mask for the bit that turns off dead-key processing. KUCKeyTranslateNoDeadKeysMask KUCKeyTranslateNoDeadKeys = 1 )
func (KUCKeyTranslateNoDeadKeys) String ¶ added in v0.5.1
func (e KUCKeyTranslateNoDeadKeys) String() string
type KUCTSDirection ¶
type KUCTSDirection uint
const ( KUCTSDirectionNext KUCTSDirection = 0 KUCTSDirectionPrevious KUCTSDirection = 1 )
func (KUCTSDirection) String ¶
func (e KUCTSDirection) String() string
type KUCTSOptions ¶
type KUCTSOptions uint
const ( KUCTSOptionsDataIsOrderedMask KUCTSOptions = 2 KUCTSOptionsNoneMask KUCTSOptions = 0 KUCTSOptionsReleaseStringMask KUCTSOptions = 1 )
func (KUCTSOptions) String ¶
func (e KUCTSOptions) String() string
type KUCTextBreak ¶
type KUCTextBreak uint
const ( // KUCTextBreakCharMask: If the bit specified by this mask is set, boundaries of characters may be located (with surrogate pairs treated as a single character). KUCTextBreakCharMask KUCTextBreak = 1 // KUCTextBreakClusterMask: # Discussion KUCTextBreakClusterMask KUCTextBreak = 4 // KUCTextBreakGoBackwardsMask: # Discussion KUCTextBreakGoBackwardsMask KUCTextBreak = 2 // KUCTextBreakIterateMask: # Discussion KUCTextBreakIterateMask KUCTextBreak = 4 // KUCTextBreakLeadingEdgeMask: # Discussion KUCTextBreakLeadingEdgeMask KUCTextBreak = 1 // KUCTextBreakLineMask: If the bit specified by this mask is set, potential line breaks may be located. KUCTextBreakLineMask KUCTextBreak = 64 KUCTextBreakParagraphMask KUCTextBreak = 256 // KUCTextBreakWordMask: If the bit specified by this mask is set, boundaries of words may be located. KUCTextBreakWordMask KUCTextBreak = 16 )
func (KUCTextBreak) String ¶
func (e KUCTextBreak) String() string
type KUCTypeSelectMaxList ¶ added in v0.5.1
type KUCTypeSelectMaxList uint
const (
KUCTypeSelectMaxListSize KUCTypeSelectMaxList = 0
)
func (KUCTypeSelectMaxList) String ¶ added in v0.5.1
func (e KUCTypeSelectMaxList) String() string
type KUR ¶
type KUR int
const ( KURL68kNotSupportedError KUR = -30788 KURLAccessNotAvailableError KUR = -30787 KURLAuthenticationError KUR = -30776 KURLDestinationExistsError KUR = -30772 KURLExtensionFailureError KUR = -30785 KURLFileEmptyError KUR = -30783 KURLInvalidCallError KUR = -30781 KURLInvalidConfigurationError KUR = -30786 KURLInvalidURLError KUR = -30773 KURLInvalidURLReferenceError KUR = -30770 KURLProgressAlreadyDisplayedError KUR = -30771 KURLPropertyBufferTooSmallError KUR = -30779 KURLPropertyNotYetKnownError KUR = -30777 KURLServerBusyError KUR = -30775 KURLUnknownPropertyError KUR = -30778 KURLUnsettablePropertyError KUR = -30780 KURLUnsupportedSchemeError KUR = -30774 )
type KUSB ¶
type KUSB int
const ( KUSBAbortedError KUSB = -6982 KUSBAlreadyOpenErr KUSB = -6991 KUSBBadDispatchTable KUSB = -6950 KUSBBitstufErr KUSB = -6914 KUSBBufOvrRunErr KUSB = -6904 KUSBBufUnderRunErr KUSB = -6903 KUSBCRCErr KUSB = -6915 KUSBCompletionError KUSB = -6984 KUSBDataToggleErr KUSB = -6913 KUSBDeviceBusy KUSB = -6977 KUSBDeviceDisconnected KUSB = -6972 KUSBDeviceErr KUSB = -6989 KUSBDeviceNotSuspended KUSB = -6973 KUSBDevicePowerProblem KUSB = -6976 KUSBDeviceSuspended KUSB = -6974 KUSBEndpointStallErr KUSB = -6912 KUSBFlagsError KUSB = -6983 KUSBIncorrectTypeErr KUSB = -6995 KUSBInternalErr KUSB = -6999 KUSBInvalidBuffer KUSB = -6975 KUSBLinkErr KUSB = -6916 KUSBNoBandwidthError KUSB = -6981 KUSBNoDelay KUSB = 0 KUSBNoDeviceErr KUSB = -6990 KUSBNoErr KUSB = 0 KUSBNoTran KUSB = 0 KUSBNotFound KUSB = -6987 KUSBNotHandled KUSB = -6987 KUSBNotRespondingErr KUSB = -6911 KUSBNotSent1Err KUSB = -6902 KUSBNotSent2Err KUSB = -6901 KUSBOutOfMemoryErr KUSB = -6988 KUSBOverRunErr KUSB = -6908 KUSBPBLengthError KUSB = -6985 KUSBPBVersionError KUSB = -6986 KUSBPIDCheckErr KUSB = -6910 KUSBPending KUSB = 1 KUSBPipeIdleError KUSB = -6980 KUSBPipeStalledError KUSB = -6979 KUSBPortDisabled KUSB = -6969 KUSBQueueAborted KUSB = -6970 KUSBQueueFull KUSB = -6948 KUSBRes1Err KUSB = -6906 KUSBRes2Err KUSB = -6905 KUSBRqErr KUSB = -6994 KUSBTimedOut KUSB = -6971 KUSBTooManyPipesErr KUSB = -6996 KUSBTooManyTransactionsErr KUSB = -6992 KUSBUnderRunErr KUSB = -6907 KUSBUnknownDeviceErr KUSB = -6998 KUSBUnknownInterfaceErr KUSB = -6978 KUSBUnknownNotification KUSB = -6949 KUSBUnknownPipeErr KUSB = -6997 KUSBUnknownRequestErr KUSB = -6993 KUSBWrongPIDErr KUSB = -6909 )
type KUSBInternal ¶
type KUSBInternal int
const ( KUSBInternalReserved1 KUSBInternal = -6960 KUSBInternalReserved10 KUSBInternal = -6951 KUSBInternalReserved2 KUSBInternal = -6959 KUSBInternalReserved3 KUSBInternal = -6958 KUSBInternalReserved4 KUSBInternal = -6957 KUSBInternalReserved5 KUSBInternal = -6956 KUSBInternalReserved6 KUSBInternal = -6955 KUSBInternalReserved7 KUSBInternal = -6954 KUSBInternalReserved8 KUSBInternal = -6953 KUSBInternalReserved9 KUSBInternal = -6952 )
func (KUSBInternal) String ¶
func (e KUSBInternal) String() string
type KUTCDefault ¶ added in v0.5.1
type KUTCDefault uint
const ( // Deprecated. KUTCDefaultOptions KUTCDefault = 0 )
func (KUTCDefault) String ¶ added in v0.5.1
func (e KUTCDefault) String() string
type KUTCUnderflowErr ¶
type KUTCUnderflowErr int
const ( KIllegalClockValueErr KUTCUnderflowErr = -8852 KUTCOverflowErr KUTCUnderflowErr = -8851 KUTCUnderflowErrValue KUTCUnderflowErr = -8850 )
func (KUTCUnderflowErr) String ¶
func (e KUTCUnderflowErr) String() string
type KUnicode ¶ added in v0.5.1
type KUnicode uint
const ( KUnicodeByteOrderMark KUnicode = 65279 // KUnicodeDefaultDirection: Use the default direction. KUnicodeDefaultDirection KUnicode = 0 // KUnicodeDefaultDirectionMask: # Discussion KUnicodeDefaultDirectionMask KUnicode = 0 // KUnicodeDirectionalityBits: Sets directionality. KUnicodeDirectionalityBits KUnicode = 2 // KUnicodeDirectionalityMask: A mask for setting the directionality control flag KUnicodeDirectionalityMask KUnicode = 12 // KUnicodeForceASCIIRangeBit: Sets the force ASCII range control flag. KUnicodeForceASCIIRangeBit KUnicode = 9 // KUnicodeForceASCIIRangeMask: # Discussion KUnicodeForceASCIIRangeMask KUnicode = 512 // KUnicodeHFSPlusCompVariant: # Discussion KUnicodeHFSPlusCompVariant KUnicode = 9 // KUnicodeHFSPlusDecompVariant: Specifies canonical decomposition according to Unicode 3.2 rules, with HFS+ exclusions ("HFS+ decomposition 3.2"). KUnicodeHFSPlusDecompVariant KUnicode = 8 // KUnicodeKeepInfoBit: Sets the keep-information control flag. KUnicodeKeepInfoBit KUnicode = 1 // KUnicodeKeepInfoMask: # Discussion KUnicodeKeepInfoMask KUnicode = 2 // KUnicodeKeepSameEncodingBit: Sets the keep-same-encoding control flag. KUnicodeKeepSameEncodingBit KUnicode = 8 // KUnicodeKeepSameEncodingMask: # Discussion KUnicodeKeepSameEncodingMask KUnicode = 256 // KUnicodeLeftToRight: Indicates left to right direction. KUnicodeLeftToRight KUnicode = 1 // KUnicodeLeftToRightMask: # Discussion KUnicodeLeftToRightMask KUnicode = 1 // KUnicodeLooseMappingsBit: Enables use of the loose-mapping portion of a character mapping table. KUnicodeLooseMappingsBit KUnicode = 5 // KUnicodeLooseMappingsMask: # Discussion KUnicodeLooseMappingsMask KUnicode = 32 KUnicodeMapLineFeedToReturnBit KUnicode = 12 // KUnicodeMapLineFeedToReturnMask: # Discussion KUnicodeMapLineFeedToReturnMask KUnicode = 4096 KUnicodeNoHalfwidthCharsBit KUnicode = 10 // KUnicodeNoHalfwidthCharsMask: Sets the no halfwidth characters control flag. KUnicodeNoHalfwidthCharsMask KUnicode = 1024 // KUnicodeNoSubset: The standard Unicode encoded character set in which the full set of Unicode characters are supported. KUnicodeNoSubset KUnicode = 0 KUnicodeNormalizationFormC KUnicode = 3 KUnicodeNormalizationFormD KUnicode = 5 // KUnicodeNotAChar: Not a Unicode character; may be used as a terminator. KUnicodeNotAChar KUnicode = 65535 // KUnicodeObjectReplacement: A placeholder for a non-text object. KUnicodeObjectReplacement KUnicode = 65532 // KUnicodeReplacementChar: Unicode replacement for an input character that cannot be converted. KUnicodeReplacementChar KUnicode = 65533 // KUnicodeRightToLeft: Indicates right to left direction. KUnicodeRightToLeft KUnicode = 2 // KUnicodeRightToLeftMask: # Discussion KUnicodeRightToLeftMask KUnicode = 2 // KUnicodeStringUnterminatedBit: Sets the string-unterminated control flag. KUnicodeStringUnterminatedBit KUnicode = 6 // KUnicodeStringUnterminatedMask: # Discussion KUnicodeStringUnterminatedMask KUnicode = 64 // KUnicodeSwappedByteOrderMark: Not a Unicode character; byte-swapped version of FEFF. KUnicodeSwappedByteOrderMark KUnicode = 65534 // KUnicodeTextRunBit: Sets the text-run control flag. KUnicodeTextRunBit KUnicode = 7 KUnicodeTextRunHeuristicsBit KUnicode = 11 KUnicodeTextRunHeuristicsMask KUnicode = 2048 // KUnicodeTextRunMask: # Discussion KUnicodeTextRunMask KUnicode = 128 KUnicodeUseExternalEncodingFormBit KUnicode = 13 KUnicodeUseExternalEncodingFormMask KUnicode = 8192 // KUnicodeUseFallbacksBit: Enables use of fallback mappings. KUnicodeUseFallbacksBit KUnicode = 0 // KUnicodeUseFallbacksMask: # Discussion KUnicodeUseFallbacksMask KUnicode = 1 // KUnicodeVerticalFormBit: Sets the vertical form control flag. KUnicodeVerticalFormBit KUnicode = 4 // KUnicodeVerticalFormMask: # Discussion KUnicodeVerticalFormMask KUnicode = 16 )
type KUnicodeCollation ¶ added in v0.5.1
type KUnicodeCollation uint
const ( // KUnicodeCollationClass: Identifies collation as a class of operations. KUnicodeCollationClass KUnicodeCollation = 'u'<<24 | 'c'<<16 | 'o'<<8 | 'l' // 'ucol' )
func (KUnicodeCollation) String ¶ added in v0.5.1
func (e KUnicodeCollation) String() string
type KUnicodeFallback ¶ added in v0.5.1
type KUnicodeFallback uint
const ( // KUnicodeFallbackCustomFirst: Use the custom fallback handler first, then the default one. KUnicodeFallbackCustomFirst KUnicodeFallback = 3 // KUnicodeFallbackCustomOnly: Use the custom fallback handler only. KUnicodeFallbackCustomOnly KUnicodeFallback = 1 // KUnicodeFallbackDefaultFirst: Use the default fallback handler first, then the custom one. KUnicodeFallbackDefaultFirst KUnicodeFallback = 2 // KUnicodeFallbackDefaultOnly: Use the default fallback handler only. KUnicodeFallbackDefaultOnly KUnicodeFallback = 0 // KUnicodeFallbackInterruptSafeMask: Indicate that the caller’s fallback routine doesn’t move memory. KUnicodeFallbackInterruptSafeMask KUnicodeFallback = 4 KUnicodeFallbackSequencingMask KUnicodeFallback = 3 )
func (KUnicodeFallback) String ¶ added in v0.5.1
func (e KUnicodeFallback) String() string
type KUnicodeFallbackSequencing ¶ added in v0.5.1
type KUnicodeFallbackSequencing uint
const (
KUnicodeFallbackSequencingBits KUnicodeFallbackSequencing = 0
)
func (KUnicodeFallbackSequencing) String ¶ added in v0.5.1
func (e KUnicodeFallbackSequencing) String() string
type KUnicodeMatch ¶ added in v0.5.1
type KUnicodeMatch uint
const ( // KUnicodeMatchOtherBaseBit: Excludes mappings that do not match the text encoding base of the `otherEncoding` field of the structure UnicodeMapping. KUnicodeMatchOtherBaseBit KUnicodeMatch = 3 // KUnicodeMatchOtherBaseMask: If set, excludes mappings that do not match the text encoding base of the `otherEncoding` field of the structure UnicodeMapping. KUnicodeMatchOtherBaseMask KUnicodeMatch = 8 // KUnicodeMatchOtherFormatBit: Excludes mappings that do not match the text encoding format of the `otherEncoding` field of the specified Unicode mapping structure. KUnicodeMatchOtherFormatBit KUnicodeMatch = 5 // KUnicodeMatchOtherFormatMask: If set, excludes mappings that do not match the text encoding format of the `otherEncoding` field of the specified Unicode mapping structure. KUnicodeMatchOtherFormatMask KUnicodeMatch = 32 // KUnicodeMatchOtherVariantBit: Excludes mappings that do not match the text encoding variant of the `otherEncoding` field of the specified Unicode mapping structure. KUnicodeMatchOtherVariantBit KUnicodeMatch = 4 // KUnicodeMatchOtherVariantMask: If set, excludes mappings that do not match the text encoding variant of the `otherEncoding` field of the specified Unicode mapping structure. KUnicodeMatchOtherVariantMask KUnicodeMatch = 16 // KUnicodeMatchUnicodeBaseBit: Excludes mappings that do not match the text encoding base of the `unicodeEncoding` field of the structure UnicodeMapping. KUnicodeMatchUnicodeBaseBit KUnicodeMatch = 0 // KUnicodeMatchUnicodeBaseMask: If set, excludes mappings that do not match the text encoding base of the `unicodeEncoding` field of the structure UnicodeMapping. KUnicodeMatchUnicodeBaseMask KUnicodeMatch = 1 // KUnicodeMatchUnicodeFormatBit: Excludes mappings that do not match the text encoding format of the `unicodeEncoding` field of the specified Unicode mapping structure. KUnicodeMatchUnicodeFormatBit KUnicodeMatch = 2 // KUnicodeMatchUnicodeFormatMask: If set, excludes mappings that do not match the text encoding format of the `unicodeEncoding` field of the specified Unicode mapping structure. KUnicodeMatchUnicodeFormatMask KUnicodeMatch = 4 // KUnicodeMatchUnicodeVariantBit: Excludes mappings that do not match the text encoding variant of the `unicodeEncoding` field of the specified Unicode mapping structure. KUnicodeMatchUnicodeVariantBit KUnicodeMatch = 1 // KUnicodeMatchUnicodeVariantMask: If set, excludes mappings that do not match the text encoding variant of the `unicodeEncoding` field of the specified Unicode mapping structure. KUnicodeMatchUnicodeVariantMask KUnicodeMatch = 2 )
func (KUnicodeMatch) String ¶ added in v0.5.1
func (e KUnicodeMatch) String() string
type KUnicodeNo ¶ added in v0.5.1
type KUnicodeNo uint
const ( KUnicodeNoCompatibilityVariant KUnicodeNo = 1 KUnicodeNoCorporateVariant KUnicodeNo = 4 )
func (KUnicodeNo) String ¶ added in v0.5.1
func (e KUnicodeNo) String() string
type KUnicodeTextBreak ¶ added in v0.5.1
type KUnicodeTextBreak uint
const ( // KUnicodeTextBreakClass: Identifies the class of Unicode utility operations that find text boundaries. KUnicodeTextBreakClass KUnicodeTextBreak = 'u'<<24 | 'b'<<16 | 'r'<<8 | 'k' // 'ubrk' )
func (KUnicodeTextBreak) String ¶ added in v0.5.1
func (e KUnicodeTextBreak) String() string
type KUnicodeUse ¶ added in v0.5.1
type KUnicodeUse int
const ( // KUnicodeUseHFSPlusMapping: Indicates the mapping version used by HFS Plus to convert filenames between Mac OS encodings and Unicode. KUnicodeUseHFSPlusMapping KUnicodeUse = 4 // KUnicodeUseLatestMapping: Instead of explicitly specifying the mapping version of the Unicode mapping table to be used for conversion of a text string, you can use this constant to specify that the latest version be used. KUnicodeUseLatestMapping KUnicodeUse = -1 )
func (KUnicodeUse) String ¶ added in v0.5.1
func (e KUnicodeUse) String() string
type KUnknownException ¶ added in v0.5.1
type KUnknownException uint
const ( // Deprecated. KAccessException KUnknownException = 3 // Deprecated. KDataAlignmentException KUnknownException = 17 // Deprecated. KDataBreakpointException KUnknownException = 11 // Deprecated. KExcludedMemoryException KUnknownException = 5 // Deprecated. KFloatingPointException KUnknownException = 13 // Deprecated. KIllegalInstructionException KUnknownException = 1 // Deprecated. KInstructionBreakpointException KUnknownException = 10 // Deprecated. KIntegerException KUnknownException = 12 // Deprecated. KPrivilegeViolationException KUnknownException = 8 // Deprecated. KReadOnlyMemoryException KUnknownException = 6 // Deprecated. KStackOverflowException KUnknownException = 14 // Deprecated. KTaskCreationException KUnknownException = 16 // Deprecated. KTaskTerminationException KUnknownException = 15 // Deprecated. KTraceException KUnknownException = 9 // Deprecated. KTrapException KUnknownException = 2 // Deprecated. KUnknownExceptionValue KUnknownException = 0 // Deprecated. KUnmappedMemoryException KUnknownException = 4 // Deprecated. KUnresolvablePageFaultException KUnknownException = 7 )
func (KUnknownException) String ¶ added in v0.5.1
func (e KUnknownException) String() string
type KUnlockStateKCStatus ¶ added in v0.5.1
type KUnlockStateKCStatus int
const ( KRdPermKCStatus KUnlockStateKCStatus = 2 KUnlockStateKCStatusValue KUnlockStateKCStatus = 1 KWrPermKCStatus KUnlockStateKCStatus = 4 )
func (KUnlockStateKCStatus) String ¶ added in v0.5.1
func (e KUnlockStateKCStatus) String() string
type KUserFolderIcon ¶
type KUserFolderIcon uint
const ( KGroupIcon KUserFolderIcon = 'g'<<24 | 'r'<<16 | 'u'<<8 | 'p' // 'grup' KGuestUserIcon KUserFolderIcon = 'g'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'gusr' KOwnerIcon KUserFolderIcon = 's'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'susr' KUserFolderIconValue KUserFolderIcon = 'u'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'ufld' KUserIcon KUserFolderIcon = 'u'<<24 | 's'<<16 | 'e'<<8 | 'r' // 'user' KWorkgroupFolderIcon KUserFolderIcon = 'w'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'wfld' )
func (KUserFolderIcon) String ¶
func (e KUserFolderIcon) String() string
type KVCBFlags ¶ added in v0.5.1
type KVCBFlags uint
const ( KVCBFlagsHFSPlusAPIsBit KVCBFlags = 4 KVCBFlagsHFSPlusAPIsMask KVCBFlags = 16 KVCBFlagsHardwareGoneBit KVCBFlags = 5 KVCBFlagsHardwareGoneMask KVCBFlags = 32 KVCBFlagsIdleFlushBit KVCBFlags = 3 KVCBFlagsIdleFlushMask KVCBFlags = 8 KVCBFlagsVolumeDirtyBit KVCBFlags = 15 KVCBFlagsVolumeDirtyMask KVCBFlags = 32768 )
type KWidePosOffsetBit ¶ added in v0.5.1
type KWidePosOffsetBit uint
const ( KMaximumBlocksIn4GB KWidePosOffsetBit = 8388607 KUseWidePositioning KWidePosOffsetBit = 256 KWidePosOffsetBitValue KWidePosOffsetBit = 8 )
func (KWidePosOffsetBit) String ¶ added in v0.5.1
func (e KWidePosOffsetBit) String() string
type KWidgetsFolderType ¶ added in v0.5.1
type KWidgetsFolderType uint
const ( KScreenSaversFolderType KWidgetsFolderType = 's'<<24 | 'c'<<16 | 'r'<<8 | 'n' // 'scrn' KWidgetsFolderTypeValue KWidgetsFolderType = 'w'<<24 | 'd'<<16 | 'g'<<8 | 't' // 'wdgt' )
func (KWidgetsFolderType) String ¶ added in v0.5.1
func (e KWidgetsFolderType) String() string
type KWindowsLatin1 ¶ added in v0.5.1
type KWindowsLatin1 uint
const ( KWindowsLatin1PalmVariant KWindowsLatin1 = 1 KWindowsLatin1StandardVariant KWindowsLatin1 = 0 )
func (KWindowsLatin1) String ¶ added in v0.5.1
func (e KWindowsLatin1) String() string
type KWriteReference ¶ added in v0.5.1
type KWriteReference uint
const ( // Deprecated. FetchReference KWriteReference = 2 // Deprecated. KFetchReference KWriteReference = 2 // Deprecated. KReadReference KWriteReference = 1 // Deprecated. KWriteReferenceValue KWriteReference = 0 // Deprecated. ReadReference KWriteReference = 1 // Deprecated. WriteReference KWriteReference = 0 )
func (KWriteReference) String ¶ added in v0.5.1
func (e KWriteReference) String() string
type Kernel ¶
type Kernel int
const ( KernelAlreadyFreeErr Kernel = -2421 KernelAsyncReceiveLimitErr Kernel = -2414 KernelAsyncSendLimitErr Kernel = -2413 KernelAttributeErr Kernel = -2412 KernelCanceledErr Kernel = -2402 KernelDeletePermissionErr Kernel = -2410 KernelExceptionErr Kernel = -2418 KernelExecutePermissionErr Kernel = -2409 KernelExecutionLevelErr Kernel = -2411 KernelIDErr Kernel = -2419 KernelInUseErr Kernel = -2416 KernelIncompleteErr Kernel = -2401 KernelObjectExistsErr Kernel = -2406 KernelOptionsErr Kernel = -2403 KernelPrivilegeErr Kernel = -2404 KernelReadPermissionErr Kernel = -2408 KernelReturnValueErr Kernel = -2422 KernelTerminatedErr Kernel = -2417 KernelTimeoutErr Kernel = -2415 KernelUnrecoverableErr Kernel = -2499 KernelUnsupportedErr Kernel = -2405 KernelWritePermissionErr Kernel = -2407 )
type Key ¶
type Key uint
const ( // KeyAEAdjustMarksProc: Mark-adjusting function. KeyAEAdjustMarksProc Key = 'a'<<24 | 'd'<<16 | 'j'<<8 | 'm' // 'adjm' // KeyAECompareProc: Object-comparison function. KeyAECompareProc Key = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'r' // 'cmpr' // KeyAECountProc: Object-counting function. KeyAECountProc Key = 'c'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'cont' // KeyAEGetErrDescProc: Get error descriptor callback function. KeyAEGetErrDescProc Key = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'c' // 'indc' // KeyAEMarkProc: Object-marking function. KeyAEMarkProc Key = 'm'<<24 | 'a'<<16 | 'r'<<8 | 'k' // 'mark' // KeyAEMarkTokenProc: Mark token function. KeyAEMarkTokenProc Key = 'm'<<24 | 'k'<<16 | 'i'<<8 | 'd' // 'mkid' // KeyAERangeStart: Specifies the first Apple event object in a desired range. KeyAERangeStart Key = 's'<<24 | 't'<<16 | 'a'<<8 | 'r' // 'star' // KeyAERangeStop: Specifies the last Apple event object in the desired range. KeyAERangeStop Key = 's'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'stop' // KeyAERecorderCount: Used with the `keyword` parameter of the AEManagerInfo function. KeyAERecorderCount Key = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'r' // 'recr' // KeyAEVersion: Used with the `keyword` parameter of the AEManagerInfo function. KeyAEVersion Key = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers' KeyAcceptTimeoutAttr Key = 'a'<<24 | 'c'<<16 | 't'<<8 | 'm' // 'actm' KeyActualSenderAuditToken Key = 'a'<<24 | 'c'<<16 | 'a'<<8 | 't' // 'acat' // KeyAddressAttr: Address of a target or client application. KeyAddressAttr Key = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr' KeyAppleEventAttributesAttr Key = 'a'<<24 | 't'<<16 | 't'<<8 | 'r' // 'attr' KeyCloseAllWindows Key = 'c'<<24 | 'a'<<16 | 'w'<<8 | ' ' // 'caw ' // KeyDirectObject: Direct parameter. KeyDirectObject Key = '-'<<24 | '-'<<16 | '-'<<8 | '-' // '----' // KeyDisposeTokenProc: Token disposal function. KeyDisposeTokenProc Key = 'x'<<24 | 't'<<16 | 'o'<<8 | 'k' // 'xtok' KeyDriveNumber Key = 'd'<<24 | 'r'<<16 | 'v'<<8 | '#' // 'drv#' KeyErrorCode Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | '#' // 'err#' // KeyErrorNumber: Error number. KeyErrorNumber Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | 'n' // 'errn' // KeyErrorString: Error string. KeyErrorString Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | 's' // 'errs' // KeyEventClassAttr: Event class of an Apple event. KeyEventClassAttr Key = 'e'<<24 | 'v'<<16 | 'c'<<8 | 'l' // 'evcl' // KeyEventIDAttr: Event ID of an Apple event. KeyEventIDAttr Key = 'e'<<24 | 'v'<<16 | 'i'<<8 | 'd' // 'evid' // KeyEventSourceAttr: Nature of the source application. KeyEventSourceAttr Key = 'e'<<24 | 's'<<16 | 'r'<<8 | 'c' // 'esrc' KeyHighLevelClass Key = 'h'<<24 | 'c'<<16 | 'l'<<8 | 's' // 'hcls' KeyHighLevelID Key = 'h'<<24 | 'i'<<16 | 'd'<<8 | ' ' // 'hid ' // KeyInteractLevelAttr: Settings for when to allow the Apple Event Manager to bring a server application to the foreground, if necessary, to interact with the user. KeyInteractLevelAttr Key = 'i'<<24 | 'n'<<16 | 't'<<8 | 'e' // 'inte' KeyKey Key = 'k'<<24 | 'e'<<16 | 'y'<<8 | ' ' // 'key ' KeyKeyCode Key = 'c'<<24 | 'o'<<16 | 'd'<<8 | 'e' // 'code' KeyKeyboard Key = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'b' // 'keyb' KeyLocalWhere Key = 'l'<<24 | 'w'<<16 | 'h'<<8 | 'r' // 'lwhr' KeyMenuID Key = 'm'<<24 | 'i'<<16 | 'd'<<8 | ' ' // 'mid ' KeyMenuItem Key = 'm'<<24 | 'i'<<16 | 't'<<8 | 'm' // 'mitm' KeyMiscellaneous Key = 'f'<<24 | 'm'<<16 | 's'<<8 | 'c' // 'fmsc' // KeyMissedKeywordAttr: # Discussion KeyMissedKeywordAttr Key = 'm'<<24 | 'i'<<16 | 's'<<8 | 's' // 'miss' KeyModifiers Key = 'm'<<24 | 'o'<<16 | 'd'<<8 | 's' // 'mods' KeyNewBounds Key = 'n'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'nbnd' // KeyOptionalKeywordAttr: List of keywords for parameters of an Apple event that should be treated as optional by the target application. KeyOptionalKeywordAttr Key = 'o'<<24 | 'p'<<16 | 't'<<8 | 'k' // 'optk' // KeyOriginalAddressAttr: Address of original source of Apple event if the event has been forwarded (available only in version 1.01 or later versions of the Apple Event Manager). KeyOriginalAddressAttr Key = 'f'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'from' KeyOriginalBounds Key = 'o'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'obnd' // KeyPreDispatch: A predispatch handler (an Apple event handler that the Apple Event Manager calls immediately before it dispatches an Apple event). KeyPreDispatch Key = 'p'<<24 | 'h'<<16 | 'a'<<8 | 'c' // 'phac' // KeyProcessSerialNumber: Process serial number. KeyProcessSerialNumber Key = 'p'<<24 | 's'<<16 | 'n'<<8 | ' ' // 'psn ' // KeyReplyRequestedAttr: A Boolean value indicating whether the Apple event expects to be replied to. KeyReplyRequestedAttr Key = 'r'<<24 | 'e'<<16 | 'p'<<8 | 'q' // 'repq' // KeyReturnIDAttr: Return ID for a reply Apple event. KeyReturnIDAttr Key = 'r'<<24 | 't'<<16 | 'i'<<8 | 'd' // 'rtid' // KeySelectProc: You pass this value in the `functionClass` parameter of the AEManagerInfo function to disable the Object Support Library. KeySelectProc Key = 's'<<24 | 'e'<<16 | 'l'<<8 | 'h' // 'selh' KeySelection Key = 'f'<<24 | 's'<<16 | 'e'<<8 | 'l' // 'fsel' KeySenderApplescriptEntitlementsAttr Key = 'e'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'entl' KeySenderApplicationIdentifierEntitlementAttr Key = 'a'<<24 | 'i'<<16 | 'e'<<8 | 'a' // 'aiea' KeySenderApplicationSandboxed Key = 's'<<24 | 's'<<16 | 's'<<8 | 'b' // 'sssb' KeySenderAuditTokenAttr Key = 't'<<24 | 'o'<<16 | 'k'<<8 | 'n' // 'tokn' KeySenderEGIDAttr Key = 's'<<24 | 'g'<<16 | 'i'<<8 | 'd' // 'sgid' KeySenderEUIDAttr Key = 's'<<24 | 'e'<<16 | 'i'<<8 | 'd' // 'seid' KeySenderGIDAttr Key = 'g'<<24 | 'i'<<16 | 'd'<<8 | 's' // 'gids' KeySenderPIDAttr Key = 's'<<24 | 'p'<<16 | 'i'<<8 | 'd' // 'spid' KeySenderUIDAttr Key = 'u'<<24 | 'i'<<16 | 'd'<<8 | 's' // 'uids' // KeyTimeoutAttr: Length of time, in ticks, that the client will wait for a reply or a result from the server. KeyTimeoutAttr Key = 't'<<24 | 'i'<<16 | 'm'<<8 | 'o' // 'timo' // KeyTransactionIDAttr: Transaction ID identifying a series of Apple events that are part of one transaction. KeyTransactionIDAttr Key = 't'<<24 | 'r'<<16 | 'a'<<8 | 'n' // 'tran' KeyWhen Key = 'w'<<24 | 'h'<<16 | 'e'<<8 | 'n' // 'when' KeyWhere Key = 'w'<<24 | 'h'<<16 | 'e'<<8 | 'r' // 'wher' KeyWindow Key = 'k'<<24 | 'w'<<16 | 'n'<<8 | 'd' // 'kwnd' )
type KeyAE ¶
type KeyAE uint
const ( KeyAEAngle KeyAE = 'k'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'kang' KeyAEArcAngle KeyAE = 'p'<<24 | 'a'<<16 | 'r'<<8 | 'c' // 'parc' KeyAEBaseAddr KeyAE = 'b'<<24 | 'a'<<16 | 'd'<<8 | 'd' // 'badd' KeyAEBestType KeyAE = 'p'<<24 | 'b'<<16 | 's'<<8 | 't' // 'pbst' KeyAEBgndColor KeyAE = 'k'<<24 | 'b'<<16 | 'c'<<8 | 'l' // 'kbcl' KeyAEBgndPattern KeyAE = 'k'<<24 | 'b'<<16 | 'p'<<8 | 't' // 'kbpt' KeyAEBounds KeyAE = 'p'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'pbnd' KeyAECellList KeyAE = 'k'<<24 | 'c'<<16 | 'l'<<8 | 't' // 'kclt' KeyAEClassID KeyAE = 'c'<<24 | 'l'<<16 | 'I'<<8 | 'D' // 'clID' KeyAEClauseOffsets KeyAE = 'c'<<24 | 'l'<<16 | 'a'<<8 | 'u' // 'clau' KeyAEColor KeyAE = 'c'<<24 | 'o'<<16 | 'l'<<8 | 'r' // 'colr' KeyAEColorTable KeyAE = 'c'<<24 | 'l'<<16 | 't'<<8 | 'b' // 'cltb' KeyAECurveHeight KeyAE = 'k'<<24 | 'c'<<16 | 'h'<<8 | 'd' // 'kchd' KeyAECurveWidth KeyAE = 'k'<<24 | 'c'<<16 | 'w'<<8 | 'd' // 'kcwd' KeyAEDashStyle KeyAE = 'p'<<24 | 'd'<<16 | 's'<<8 | 't' // 'pdst' KeyAEData KeyAE = 'd'<<24 | 'a'<<16 | 't'<<8 | 'a' // 'data' KeyAEDefaultType KeyAE = 'd'<<24 | 'e'<<16 | 'f'<<8 | 't' // 'deft' KeyAEDefinitionRect KeyAE = 'p'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'pdrt' KeyAEDescType KeyAE = 'd'<<24 | 's'<<16 | 't'<<8 | 'p' // 'dstp' KeyAEDestination KeyAE = 'd'<<24 | 'e'<<16 | 's'<<8 | 't' // 'dest' KeyAEDoAntiAlias KeyAE = 'a'<<24 | 'n'<<16 | 't'<<8 | 'a' // 'anta' KeyAEDoDithered KeyAE = 'g'<<24 | 'd'<<16 | 'i'<<8 | 't' // 'gdit' KeyAEDoRotate KeyAE = 'k'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'kdrt' KeyAEDoScale KeyAE = 'k'<<24 | 's'<<16 | 'c'<<8 | 'a' // 'ksca' KeyAEDoTranslate KeyAE = 'k'<<24 | 't'<<16 | 'r'<<8 | 'a' // 'ktra' KeyAEDragging KeyAE = 'b'<<24 | 'o'<<16 | 'o'<<8 | 'l' // 'bool' KeyAEEditionFileLoc KeyAE = 'e'<<24 | 'l'<<16 | 'o'<<8 | 'c' // 'eloc' KeyAEElements KeyAE = 'e'<<24 | 'l'<<16 | 'm'<<8 | 's' // 'elms' KeyAEEndPoint KeyAE = 'p'<<24 | 'e'<<16 | 'n'<<8 | 'd' // 'pend' KeyAEEventClass KeyAE = 'e'<<24 | 'v'<<16 | 'c'<<8 | 'l' // 'evcl' KeyAEEventID KeyAE = 'e'<<24 | 'v'<<16 | 't'<<8 | 'i' // 'evti' KeyAEFile KeyAE = 'k'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'kfil' KeyAEFileType KeyAE = 'f'<<24 | 'l'<<16 | 't'<<8 | 'p' // 'fltp' KeyAEFillColor KeyAE = 'f'<<24 | 'l'<<16 | 'c'<<8 | 'l' // 'flcl' KeyAEFillPattern KeyAE = 'f'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'flpt' KeyAEFlipHorizontal KeyAE = 'k'<<24 | 'f'<<16 | 'h'<<8 | 'o' // 'kfho' KeyAEFlipVertical KeyAE = 'k'<<24 | 'f'<<16 | 'v'<<8 | 't' // 'kfvt' KeyAEFont KeyAE = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font' KeyAEFormula KeyAE = 'p'<<24 | 'f'<<16 | 'o'<<8 | 'r' // 'pfor' KeyAEGraphicObjects KeyAE = 'g'<<24 | 'o'<<16 | 'b'<<8 | 's' // 'gobs' KeyAEHiliteRange KeyAE = 'h'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'hrng' KeyAEID KeyAE = 'I'<<24 | 'D'<<16 | ' '<<8 | ' ' // 'ID ' KeyAEImageQuality KeyAE = 'g'<<24 | 'q'<<16 | 'u'<<8 | 'a' // 'gqua' KeyAEInsertHere KeyAE = 'i'<<24 | 'n'<<16 | 's'<<8 | 'h' // 'insh' KeyAEKeyForms KeyAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'f' // 'keyf' KeyAEKeyword KeyAE = 'k'<<24 | 'y'<<16 | 'w'<<8 | 'd' // 'kywd' KeyAELeftSide KeyAE = 'k'<<24 | 'l'<<16 | 'e'<<8 | 'f' // 'klef' KeyAELevel KeyAE = 'l'<<24 | 'e'<<16 | 'v'<<8 | 'l' // 'levl' KeyAELineArrow KeyAE = 'a'<<24 | 'r'<<16 | 'r'<<8 | 'o' // 'arro' KeyAEName KeyAE = 'p'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'pnam' KeyAENewElementLoc KeyAE = 'p'<<24 | 'n'<<16 | 'e'<<8 | 'l' // 'pnel' KeyAEObject KeyAE = 'k'<<24 | 'o'<<16 | 'b'<<8 | 'j' // 'kobj' KeyAEObjectClass KeyAE = 'k'<<24 | 'o'<<16 | 'c'<<8 | 'l' // 'kocl' KeyAEOffStyles KeyAE = 'o'<<24 | 'f'<<16 | 's'<<8 | 't' // 'ofst' KeyAEOffset KeyAE = 'o'<<24 | 'f'<<16 | 's'<<8 | 't' // 'ofst' KeyAEOnStyles KeyAE = 'o'<<24 | 'n'<<16 | 's'<<8 | 't' // 'onst' KeyAEPMTable KeyAE = 'k'<<24 | 'p'<<16 | 'm'<<8 | 't' // 'kpmt' KeyAEParamFlags KeyAE = 'p'<<24 | 'm'<<16 | 'f'<<8 | 'g' // 'pmfg' KeyAEParameters KeyAE = 'p'<<24 | 'r'<<16 | 'm'<<8 | 's' // 'prms' KeyAEPenColor KeyAE = 'p'<<24 | 'p'<<16 | 'c'<<8 | 'l' // 'ppcl' KeyAEPenPattern KeyAE = 'p'<<24 | 'p'<<16 | 'p'<<8 | 'a' // 'pppa' KeyAEPenWidth KeyAE = 'p'<<24 | 'p'<<16 | 'w'<<8 | 'd' // 'ppwd' KeyAEPinRange KeyAE = 'p'<<24 | 'n'<<16 | 'r'<<8 | 'g' // 'pnrg' KeyAEPixMapMinus KeyAE = 'k'<<24 | 'p'<<16 | 'm'<<8 | 'm' // 'kpmm' KeyAEPixelDepth KeyAE = 'p'<<24 | 'd'<<16 | 'p'<<8 | 't' // 'pdpt' KeyAEPoint KeyAE = 'g'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'gpos' KeyAEPointList KeyAE = 'p'<<24 | 't'<<16 | 'l'<<8 | 't' // 'ptlt' KeyAEPointSize KeyAE = 'p'<<24 | 't'<<16 | 's'<<8 | 'z' // 'ptsz' KeyAEPosition KeyAE = 'k'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'kpos' KeyAEPropData KeyAE = 'p'<<24 | 'r'<<16 | 'd'<<8 | 't' // 'prdt' KeyAEPropFlags KeyAE = 'p'<<24 | 'r'<<16 | 'f'<<8 | 'g' // 'prfg' KeyAEPropID KeyAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop' KeyAEProperties KeyAE = 'q'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'qpro' KeyAEProperty KeyAE = 'k'<<24 | 'p'<<16 | 'r'<<8 | 'p' // 'kprp' KeyAEProtection KeyAE = 'p'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'ppro' KeyAERegionClass KeyAE = 'r'<<24 | 'g'<<16 | 'n'<<8 | 'c' // 'rgnc' KeyAERenderAs KeyAE = 'k'<<24 | 'r'<<16 | 'e'<<8 | 'n' // 'kren' KeyAERequestedType KeyAE = 'r'<<24 | 't'<<16 | 'y'<<8 | 'p' // 'rtyp' KeyAEResult KeyAE = '-'<<24 | '-'<<16 | '-'<<8 | '-' // '----' KeyAEResultInfo KeyAE = 'r'<<24 | 's'<<16 | 'i'<<8 | 'n' // 'rsin' KeyAERotPoint KeyAE = 'k'<<24 | 'r'<<16 | 't'<<8 | 'p' // 'krtp' KeyAERotation KeyAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'prot' KeyAERowList KeyAE = 'k'<<24 | 'r'<<16 | 'l'<<8 | 's' // 'krls' KeyAESaveOptions KeyAE = 's'<<24 | 'a'<<16 | 'v'<<8 | 'o' // 'savo' KeyAEScale KeyAE = 'p'<<24 | 's'<<16 | 'c'<<8 | 'l' // 'pscl' KeyAEScriptTag KeyAE = 'p'<<24 | 's'<<16 | 'c'<<8 | 't' // 'psct' // KeyAESearchText: # Discussion KeyAESearchText KeyAE = 's'<<24 | 't'<<16 | 'x'<<8 | 't' // 'stxt' KeyAEShowWhere KeyAE = 's'<<24 | 'h'<<16 | 'o'<<8 | 'w' // 'show' KeyAEStartAngle KeyAE = 'p'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'pang' KeyAEStartPoint KeyAE = 'p'<<24 | 's'<<16 | 't'<<8 | 'p' // 'pstp' KeyAEStyles KeyAE = 'k'<<24 | 's'<<16 | 't'<<8 | 'y' // 'ksty' KeyAESuiteID KeyAE = 's'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'suit' KeyAEText KeyAE = 'k'<<24 | 't'<<16 | 'x'<<8 | 't' // 'ktxt' KeyAETextColor KeyAE = 'p'<<24 | 't'<<16 | 'x'<<8 | 'c' // 'ptxc' KeyAETextFont KeyAE = 'p'<<24 | 't'<<16 | 'x'<<8 | 'f' // 'ptxf' KeyAETextLineAscent KeyAE = 'k'<<24 | 't'<<16 | 'a'<<8 | 's' // 'ktas' KeyAETextLineHeight KeyAE = 'k'<<24 | 't'<<16 | 'l'<<8 | 'h' // 'ktlh' KeyAETextPointSize KeyAE = 'p'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ptps' KeyAETextStyles KeyAE = 't'<<24 | 'x'<<16 | 's'<<8 | 't' // 'txst' KeyAETheText KeyAE = 't'<<24 | 'h'<<16 | 't'<<8 | 'x' // 'thtx' KeyAETransferMode KeyAE = 'p'<<24 | 'p'<<16 | 't'<<8 | 'm' // 'pptm' KeyAETranslation KeyAE = 'p'<<24 | 't'<<16 | 'r'<<8 | 's' // 'ptrs' KeyAETryAsStructGraf KeyAE = 't'<<24 | 'o'<<16 | 'o'<<8 | 'g' // 'toog' KeyAEUniformStyles KeyAE = 'u'<<24 | 's'<<16 | 't'<<8 | 'l' // 'ustl' KeyAEUpdateOn KeyAE = 'p'<<24 | 'u'<<16 | 'p'<<8 | 'd' // 'pupd' KeyAEUserTerm KeyAE = 'u'<<24 | 't'<<16 | 'r'<<8 | 'm' // 'utrm' KeyAEWindow KeyAE = 'w'<<24 | 'n'<<16 | 'd'<<8 | 'w' // 'wndw' KeyAEWritingCode KeyAE = 'w'<<24 | 'r'<<16 | 'c'<<8 | 'd' // 'wrcd' )
type KeyAELaunchedAs ¶
type KeyAELaunchedAs uint
const ( // KeyAELaunchedAsLogInItem: If present in a `kAEOpenApplication` event, the receiving application was launched as a login item and should only perform actions suitable to that environment—for example, it probably shouldn't open an untitled document. KeyAELaunchedAsLogInItem KeyAELaunchedAs = 'l'<<24 | 'g'<<16 | 'i'<<8 | 't' // 'lgit' // KeyAELaunchedAsServiceItem: # Discussion KeyAELaunchedAsServiceItem KeyAELaunchedAs = 's'<<24 | 'v'<<16 | 'i'<<8 | 't' // 'svit' )
func (KeyAELaunchedAs) String ¶
func (e KeyAELaunchedAs) String() string
type KeyAERestoreApp ¶ added in v0.5.1
type KeyAERestoreApp uint
const (
KeyAERestoreAppState KeyAERestoreApp = 'r'<<24 | 's'<<16 | 't'<<8 | 'o' // 'rsto'
)
func (KeyAERestoreApp) String ¶ added in v0.5.1
func (e KeyAERestoreApp) String() string
type KeyReplyPort ¶ added in v0.5.1
type KeyReplyPort uint
const (
KeyReplyPortAttr KeyReplyPort = 'r'<<24 | 'e'<<16 | 'p'<<8 | 'p' // 'repp'
)
func (KeyReplyPort) String ¶ added in v0.5.1
func (e KeyReplyPort) String() string
type KeySOAP ¶
type KeySOAP uint
const ( KeySOAPSMDNamespace KeySOAP = 's'<<24 | 's'<<16 | 'n'<<8 | 's' // 'ssns' KeySOAPSMDNamespaceURI KeySOAP = 's'<<24 | 's'<<16 | 'n'<<8 | 'u' // 'ssnu' KeySOAPSMDType KeySOAP = 's'<<24 | 's'<<16 | 't'<<8 | 'p' // 'sstp' KeySOAPStructureMetaData KeySOAP = '/'<<24 | 's'<<16 | 'm'<<8 | 'd' // '/smd' )
type KeyUserNameAttr ¶
type KeyUserNameAttr uint
const ( KAERPCClass KeyUserNameAttr = 'r'<<24 | 'p'<<16 | 'c'<<8 | ' ' // 'rpc ' KAESOAPScheme KeyUserNameAttr = 'S'<<24 | 'O'<<16 | 'A'<<8 | 'P' // 'SOAP' KAEXMLRPCScheme KeyUserNameAttr = 'R'<<24 | 'P'<<16 | 'C'<<8 | '2' // 'RPC2' KeyAEPOSTHeaderData KeyUserNameAttr = 'p'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'phed' KeyAEReplyHeaderData KeyUserNameAttr = 'r'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'rhed' KeyAEXMLReplyData KeyUserNameAttr = 'x'<<24 | 'r'<<16 | 'e'<<8 | 'p' // 'xrep' KeyAEXMLRequestData KeyUserNameAttr = 'x'<<24 | 'r'<<16 | 'e'<<8 | 'q' // 'xreq' KeyAdditionalHTTPHeaders KeyUserNameAttr = 'a'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'ahed' KeyDisableAuthenticationAttr KeyUserNameAttr = 'a'<<24 | 'u'<<16 | 't'<<8 | 'h' // 'auth' KeyRPCMethodName KeyUserNameAttr = 'm'<<24 | 'e'<<16 | 't'<<8 | 'h' // 'meth' KeyRPCMethodParam KeyUserNameAttr = 'p'<<24 | 'a'<<16 | 'r'<<8 | 'm' // 'parm' KeyRPCMethodParamOrder KeyUserNameAttr = '/'<<24 | 'o'<<16 | 'r'<<8 | 'd' // '/ord' KeySOAPAction KeyUserNameAttr = 's'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'sact' KeySOAPMethodNameSpace KeyUserNameAttr = 'm'<<24 | 's'<<16 | 'p'<<8 | 'c' // 'mspc' KeySOAPMethodNameSpaceURI KeyUserNameAttr = 'm'<<24 | 's'<<16 | 'p'<<8 | 'u' // 'mspu' KeySOAPSchemaVersion KeyUserNameAttr = 's'<<24 | 's'<<16 | 'c'<<8 | 'h' // 'ssch' KeyUserNameAttrValue KeyUserNameAttr = 'u'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'unam' KeyUserPasswordAttr KeyUserNameAttr = 'p'<<24 | 'a'<<16 | 's'<<8 | 's' // 'pass' KeyXMLDebuggingAttr KeyUserNameAttr = 'x'<<24 | 'd'<<16 | 'b'<<8 | 'g' // 'xdbg' )
func (KeyUserNameAttr) String ¶
func (e KeyUserNameAttr) String() string
type KioACAccessOwnerBit ¶ added in v0.5.1
type KioACAccessOwnerBit uint
const ( KfullPrivileges KioACAccessOwnerBit = 458759 KioACAccessBlankAccessBit KioACAccessOwnerBit = 28 KioACAccessBlankAccessMask KioACAccessOwnerBit = 268435456 KioACAccessEveryoneReadBit KioACAccessOwnerBit = 17 KioACAccessEveryoneReadMask KioACAccessOwnerBit = 131072 KioACAccessEveryoneSearchBit KioACAccessOwnerBit = 16 KioACAccessEveryoneSearchMask KioACAccessOwnerBit = 65536 KioACAccessEveryoneWriteBit KioACAccessOwnerBit = 18 KioACAccessEveryoneWriteMask KioACAccessOwnerBit = 262144 KioACAccessGroupReadBit KioACAccessOwnerBit = 9 KioACAccessGroupReadMask KioACAccessOwnerBit = 512 KioACAccessGroupSearchBit KioACAccessOwnerBit = 8 KioACAccessGroupSearchMask KioACAccessOwnerBit = 256 KioACAccessGroupWriteBit KioACAccessOwnerBit = 10 KioACAccessGroupWriteMask KioACAccessOwnerBit = 1024 KioACAccessOwnerBitValue KioACAccessOwnerBit = 31 KioACAccessOwnerMask KioACAccessOwnerBit = 0 KioACAccessOwnerReadBit KioACAccessOwnerBit = 1 KioACAccessOwnerReadMask KioACAccessOwnerBit = 2 KioACAccessOwnerSearchBit KioACAccessOwnerBit = 0 KioACAccessOwnerSearchMask KioACAccessOwnerBit = 1 KioACAccessOwnerWriteBit KioACAccessOwnerBit = 2 KioACAccessOwnerWriteMask KioACAccessOwnerBit = 4 KioACAccessUserReadBit KioACAccessOwnerBit = 25 KioACAccessUserReadMask KioACAccessOwnerBit = 33554432 KioACAccessUserSearchBit KioACAccessOwnerBit = 24 KioACAccessUserSearchMask KioACAccessOwnerBit = 16777216 KioACAccessUserWriteBit KioACAccessOwnerBit = 26 KioACAccessUserWriteMask KioACAccessOwnerBit = 67108864 KownerPrivileges KioACAccessOwnerBit = 7 )
func (KioACAccessOwnerBit) String ¶ added in v0.5.1
func (e KioACAccessOwnerBit) String() string
type KioACUser ¶ added in v0.5.1
type KioACUser uint
const ( KioACUserNoMakeChangesBit KioACUser = 2 KioACUserNoMakeChangesMask KioACUser = 4 KioACUserNoSeeFilesBit KioACUser = 1 KioACUserNoSeeFilesMask KioACUser = 2 KioACUserNoSeeFolderBit KioACUser = 0 KioACUserNoSeeFolderMask KioACUser = 1 KioACUserNotOwnerBit KioACUser = 7 KioACUserNotOwnerMask KioACUser = 128 )
type KioFCB ¶ added in v0.5.1
type KioFCB uint
const ( KioFCBFileLockedBit KioFCB = 13 KioFCBFileLockedMask KioFCB = 8192 KioFCBLargeFileBit KioFCB = 11 KioFCBLargeFileMask KioFCB = 2048 KioFCBModifiedBit KioFCB = 15 KioFCBModifiedMask KioFCB = 32768 KioFCBOwnClumpBit KioFCB = 14 KioFCBOwnClumpMask KioFCB = 16384 KioFCBResourceBit KioFCB = 9 KioFCBResourceMask KioFCB = 512 KioFCBWriteBit KioFCB = 8 KioFCBWriteLockedBit KioFCB = 10 KioFCBWriteLockedMask KioFCB = 1024 KioFCBWriteMask KioFCB = 256 )
type KioFlAttribLockedBit ¶ added in v0.5.1
type KioFlAttribLockedBit uint
const ( IoDirFlg KioFlAttribLockedBit = 4 IoDirMask KioFlAttribLockedBit = 16 KioFlAttribCopyProtBit KioFlAttribLockedBit = 6 KioFlAttribCopyProtMask KioFlAttribLockedBit = 64 KioFlAttribDataOpenBit KioFlAttribLockedBit = 3 KioFlAttribDataOpenMask KioFlAttribLockedBit = 8 KioFlAttribDirBit KioFlAttribLockedBit = 4 KioFlAttribDirMask KioFlAttribLockedBit = 16 KioFlAttribFileOpenBit KioFlAttribLockedBit = 7 KioFlAttribFileOpenMask KioFlAttribLockedBit = 128 KioFlAttribLockedBitValue KioFlAttribLockedBit = 0 KioFlAttribLockedMask KioFlAttribLockedBit = 1 KioFlAttribMountedBit KioFlAttribLockedBit = 3 KioFlAttribMountedMask KioFlAttribLockedBit = 8 KioFlAttribResOpenBit KioFlAttribLockedBit = 2 KioFlAttribResOpenMask KioFlAttribLockedBit = 4 )
func (KioFlAttribLockedBit) String ¶ added in v0.5.1
func (e KioFlAttribLockedBit) String() string
type KioVAtrb ¶ added in v0.5.1
type KioVAtrb uint
const ( KioVAtrbDefaultVolumeBit KioVAtrb = 5 KioVAtrbDefaultVolumeMask KioVAtrb = 32 KioVAtrbFilesOpenBit KioVAtrb = 6 KioVAtrbFilesOpenMask KioVAtrb = 64 KioVAtrbHardwareLockedBit KioVAtrb = 7 KioVAtrbHardwareLockedMask KioVAtrb = 128 KioVAtrbSoftwareLockedBit KioVAtrb = 15 KioVAtrbSoftwareLockedMask KioVAtrb = 32768 )
type Ktextencodingiso2022 ¶ added in v0.5.1
type Ktextencodingiso2022 uint
const ( KTextEncodingISO_2022_CN Ktextencodingiso2022 = 2096 KTextEncodingISO_2022_CN_EXT Ktextencodingiso2022 = 2097 // KTextEncodingISO_2022_JP: See RFC 1468. KTextEncodingISO_2022_JP Ktextencodingiso2022 = 2080 // KTextEncodingISO_2022_JP_1: See RFC 2237. KTextEncodingISO_2022_JP_1 Ktextencodingiso2022 = 2082 // KTextEncodingISO_2022_JP_2: See RFC 1554. KTextEncodingISO_2022_JP_2 Ktextencodingiso2022 = 2081 // KTextEncodingISO_2022_JP_3: JIS X0213 KTextEncodingISO_2022_JP_3 Ktextencodingiso2022 = 2083 KTextEncodingISO_2022_KR Ktextencodingiso2022 = 2112 )
func (Ktextencodingiso2022) String ¶ added in v0.5.1
func (e Ktextencodingiso2022) String() string
type LSAcceptanceFlags ¶
type LSAcceptanceFlags uint32
See: https://developer.apple.com/documentation/coreservices/lsacceptanceflags
const ( // AcceptAllowLoginUI: Requests that the user interface to log in be presented. AcceptAllowLoginUI LSAcceptanceFlags = 0 // AcceptDefault: Requests the default behavior that does not require the user interface to log in be presented. AcceptDefault LSAcceptanceFlags = 0 )
func (LSAcceptanceFlags) String ¶
func (e LSAcceptanceFlags) String() string
type LSApplicationParameters ¶
type LSApplicationParameters struct {
Version int // The version of the structure. The value of thisfield must be `0`.
Flags LSLaunchFlags // Launch flags. For possible values, see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>).
Application objectivec.IObject // The [FSRef] ofthe application to open.
AsyncLaunchRefCon unsafe.Pointer // The client `refCon` thatis to appear in subsequent launch notifications.
Environment corefoundation.CFDictionaryRef // A dictionary of [CFStringRef] keysand values for environment variables to set in the launched process.The value of this field can be [NULL].
Argv corefoundation.CFArrayRef // An array of values of type [CFString](<doc://com.apple.corefoundation/documentation/CoreFoundation/CFString>) that specify the arguments that are to be passed to `main()` in the launched process. The value of this field can be [NULL]. This field is ignored in macOS 10.4.
InitialEvent AEDesc // The first Apple Event to send to the launchedprocess. The value of this field can be [NULL].
}
LSApplicationParameters - The specification that defines the app, launch flags, and additional parameters that control how an app launches.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lsapplicationparameters
type LSHandlerOptions ¶
type LSHandlerOptions uint32
See: https://developer.apple.com/documentation/coreservices/lshandleroptions
const ( // Deprecated. IgnoreCreator LSHandlerOptions = 0 )
func LSGetHandlerOptionsForContentType
deprecated
func LSGetHandlerOptionsForContentType(inContentType corefoundation.CFStringRef) LSHandlerOptions
LSGetHandlerOptionsForContentType gets the handler options for the specified content type.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1445296-lsgethandleroptionsforcontenttyp
func (LSHandlerOptions) String ¶
func (e LSHandlerOptions) String() string
type LSItemInfoFlags ¶
type LSItemInfoFlags uint32
See: https://developer.apple.com/documentation/coreservices/lsiteminfoflags
const ( // Deprecated. AppIsScriptable LSItemInfoFlags = 0 // Deprecated. AppPrefersClassic LSItemInfoFlags = 0 // Deprecated. AppPrefersNative LSItemInfoFlags = 0 // Deprecated. ExtensionIsHidden LSItemInfoFlags = 0 // Deprecated. IsAliasFile LSItemInfoFlags = 0 // Deprecated. IsApplication LSItemInfoFlags = 0 // Deprecated. IsClassicApp LSItemInfoFlags = 0 // Deprecated. IsContainer LSItemInfoFlags = 0 // Deprecated. IsInvisible LSItemInfoFlags = 0 // Deprecated. IsNativeApp LSItemInfoFlags = 0 // Deprecated. IsPackage LSItemInfoFlags = 0 // Deprecated. IsPlainFile LSItemInfoFlags = 0 // Deprecated. IsSymlink LSItemInfoFlags = 0 // Deprecated. IsVolume LSItemInfoFlags = 0 )
func (LSItemInfoFlags) String ¶
func (e LSItemInfoFlags) String() string
type LSItemInfoRecord ¶
type LSItemInfoRecord struct {
Flags LSItemInfoFlags // Item-information flags specifying informationabout the item; see [LSItemInfoFlags](<doc://com.apple.documentation/documentation/coreservices/lsiteminfoflags>) for a description of these flags.
Filetype uint32 // The item’s file type.
Creator uint32 // The item’s creator signature.
Extension corefoundation.CFStringRef // A Core Foundation string object specifying theitem’s filename extension; see the inthe Core Foundation Reference Documentation for a description ofthe [CFStringRef] datatype.
}
LSItemInfoRecord - The specification that contains requested information about an item.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lsiteminforecord
type LSLaunchFSRefSpec ¶
type LSLaunchFSRefSpec struct {
AppRef objectivec.IObject // A pointer to a file-system reference designatingthe application to launch; see the inthe Carbon File Management Documentation for a description of the [FSRef] datatype. Set this field to [NULL] torequest that each item in the `itemRefs` arraybe opened in its own preferred application.
NumDocs int // The number of elements in the array specifiedby the `itemRefs` field.The value of this field can be `0`,in which case the application designated by `appRef` islaunched without opening any items.
ItemRefs objectivec.IObject // An array of file-system references designatingthe item or items to open. If the value of `numDocs` is `0`,this field is ignored and can be set to [NULL].
PassThruParams AEDesc // A pointer to an Apple event descriptor that ispassed untouched as an optional parameter, with keyword `keyAEPropData` (`'prdt'`),in the Apple event sent to each application launched or activated(whether individual preferred applications or the application designatedby `appRef`). See the in the Carbon Interapplication CommunicationDocumentation for a description of the [AEDesc] datatype. The value of this field can be [NULL].
LaunchFlags LSLaunchFlags // Launch flags specifying how to launch each application(including whether to print or merely open documents); see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>) fora description of these flags.
AsyncRefCon unsafe.Pointer // A pointer to an arbitrary application-definedvalue, passed in the Carbon event notifying you of an application’slaunch or termination (if you have registered for such notification).The value of this field can be [NULL].
}
LSLaunchFSRefSpec - The specification that defines, by file-system reference, an app to launch, items to open, or both, along with related information.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lslaunchfsrefspec
type LSLaunchFlags ¶
type LSLaunchFlags uint32
See: https://developer.apple.com/documentation/coreservices/lslaunchflags
const ( // AndDisplayErrors: Requests that launch and open failures be displayed in the UI. AndDisplayErrors LSLaunchFlags = 0 // AndHide: Requests that the application be hidden as soon as it completes its launch sequence. AndHide LSLaunchFlags = 0 // AndHideOthers: Requests that other applications be hidden as soon as the opened application completes its launch sequence. AndHideOthers LSLaunchFlags = 0 // AndPrint: Requests that documents opened in the application be printed. AndPrint LSLaunchFlags = 0 // Async: Requests that the application be launched asynchronously. Async LSLaunchFlags = 0 // Defaults: Requests launching in the default manner (as if the only flags set were `kLSLaunchNoParams`, `kLSLaunchAsync`, and `kLSLaunchStartClassic`). Defaults LSLaunchFlags = 0 // DontAddToRecents: Requests that the application or documents not be added to the Finder’s Recent Items menu. DontAddToRecents LSLaunchFlags = 0 // DontSwitch: Requests that the application be launched without being brought to the foreground. DontSwitch LSLaunchFlags = 0 // NewInstance: Requests that a new instance of the application be started, even if one is already running. NewInstance LSLaunchFlags = 0 )
func (LSLaunchFlags) String ¶
func (e LSLaunchFlags) String() string
type LSLaunchURLSpec ¶
type LSLaunchURLSpec struct {
AppURL corefoundation.CFURLRef // A Core Foundation URL reference designating the application to launch; see the in the Core Foundation Reference Documentation for a description of the [CFURLRef] data type.The URL must have scheme `file` and contain a valid path to an application file or application bundle. Set this field to [NULL] to request that each item in the `itemURLs` array be opened in its own preferred application.
ItemURLs corefoundation.CFArrayRef // A reference to an array of Core Foundation URL references designating the item or items to open; see the in the Core Foundation Reference Documentation for a description of the [CFArrayRef] data type. The value of this field can be [NULL], in which case the application designated by `appURL` will be launched without opening any items.
PassThruParams AEDesc // A pointer to an Apple event descriptor that is passed untouched as an optional parameter, with keyword `keyAEPropData` (`'prdt'`), in the Apple event sent to each application launched or activated (whether individual preferred applications or the application designated by `appURL`). See the in the Carbon Interapplication Communication Documentation for a description of the [AEDesc] data type. The value of this field can be [NULL].
LaunchFlags LSLaunchFlags // Launch flags specifying how to launch each application (including whether to print or merely open documents); see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>) for a description of these flags.
AsyncRefCon unsafe.Pointer // A pointer to an arbitrary application-defined value, passed in the Carbon event notifying you of an application’s launch or termination (if you have registered for such notification). The value of this field can be [NULL].
}
LSLaunchURLSpec - The specification for launching an app, opening items, or both, along with related information.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lslaunchurlspec
type LSRequestedInfo ¶
type LSRequestedInfo uint32
See: https://developer.apple.com/documentation/coreservices/lsrequestedinfo
const ( // Deprecated. RequestAllFlags LSRequestedInfo = 0 // Deprecated. RequestAllInfo LSRequestedInfo = 0 // Deprecated. RequestAppTypeFlags LSRequestedInfo = 0 // Deprecated. RequestBasicFlagsOnly LSRequestedInfo = 0 // Deprecated. RequestExtension LSRequestedInfo = 0 // Deprecated. RequestExtensionFlagsOnly LSRequestedInfo = 0 // Deprecated. RequestIconAndKind LSRequestedInfo = 0 // Deprecated. RequestTypeCreator LSRequestedInfo = 0 )
func (LSRequestedInfo) String ¶
func (e LSRequestedInfo) String() string
type LSRolesMask ¶
type LSRolesMask uint32
See: https://developer.apple.com/documentation/coreservices/lsrolesmask
const ( // All: Accepts any role with respect to the item. All LSRolesMask = 0 // Editor: Requests the role [Editor] (theapplication can read, present, manipulate, and save the item). Editor LSRolesMask = 0 // None: Requests the role [None] (theapplication cannot open the item, but provides an icon and a kindstring for it). None LSRolesMask = 0 // Shell: Requests the role [Shell] (theapplication can execute the item). Shell LSRolesMask = 0 // Viewer: Requests the role [Viewer] (theapplication can read and present the item, but cannot manipulateor save it). Viewer LSRolesMask = 0 )
func (LSRolesMask) String ¶
func (e LSRolesMask) String() string
type LSSharedFileListChangedProcPtr ¶
type LSSharedFileListChangedProcPtr = func(LSSharedFileListRef, unsafe.Pointer)
See: https://developer.apple.com/documentation/coreservices/lssharedfilelistchangedprocptr
type LSSharedFileListItemRef ¶
type LSSharedFileListItemRef uintptr
LSSharedFileListItemRef is a file-system object in the shared file list.
See: https://developer.apple.com/documentation/coreservices/lssharedfilelistitemref
func LSSharedFileListInsertItemFSRef
deprecated
func LSSharedFileListInsertItemFSRef(inList LSSharedFileListRef, insertAfterThisItem LSSharedFileListItemRef, inDisplayName corefoundation.CFStringRef, inIconRef uintptr, inFSRef unsafe.Pointer, inPropertiesToSet corefoundation.CFDictionaryRef, inPropertiesToClear corefoundation.CFArrayRef) LSSharedFileListItemRef
LSSharedFileListInsertItemFSRef.
Deprecated: Deprecated since macOS 10.10.
See: https://developer.apple.com/documentation/coreservices/1449884-lssharedfilelistinsertitemfsref
func LSSharedFileListInsertItemURL
deprecated
func LSSharedFileListInsertItemURL(inList LSSharedFileListRef, insertAfterThisItem LSSharedFileListItemRef, inDisplayName corefoundation.CFStringRef, inIconRef uintptr, inURL corefoundation.CFURLRef, inPropertiesToSet corefoundation.CFDictionaryRef, inPropertiesToClear corefoundation.CFArrayRef) LSSharedFileListItemRef
LSSharedFileListInsertItemURL.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1444471-lssharedfilelistinsertitemurl
type LSSharedFileListRef ¶
type LSSharedFileListRef uintptr
LSSharedFileListRef is a persistent list of file-system objects.
See: https://developer.apple.com/documentation/coreservices/lssharedfilelistref
func LSSharedFileListCreate
deprecated
func LSSharedFileListCreate(inAllocator corefoundation.CFAllocatorRef, inListType corefoundation.CFStringRef, listOptions corefoundation.CFTypeRef) LSSharedFileListRef
LSSharedFileListCreate.
Deprecated: Deprecated since macOS 10.11.
See: https://developer.apple.com/documentation/coreservices/1443926-lssharedfilelistcreate
type LSSharedFileListResolutionFlags ¶
type LSSharedFileListResolutionFlags = uint32
See: https://developer.apple.com/documentation/coreservices/lssharedfilelistresolutionflags
type La ¶
type La int
const ( LaDictionaryNotOpenedErr La = -6992 LaDictionaryTooManyErr La = -6994 LaDictionaryUnknownErr La = -6993 LaEngineNotFoundErr La = -7000 LaEnvironmentBusyErr La = -6985 LaEnvironmentExistErr La = -6987 LaEnvironmentNotFoundErr La = -6986 LaFailAnalysisErr La = -6990 LaInvalidPathErr La = -6988 LaNoMoreMorphemeErr La = -6989 LaPropertyErr La = -6999 LaPropertyIsReadOnlyErr La = -6997 LaPropertyNotFoundErr La = -6998 LaPropertyUnknownErr La = -6996 LaPropertyValueErr La = -6995 LaTextOverFlowErr La = -6991 LaTooSmallBufferErr La = -6984 )
type Lang ¶ added in v0.5.1
type Lang uint
const ( // Deprecated. LangAfricaans Lang = 141 // Deprecated. LangAfrikaans Lang = 141 // Deprecated. LangAlbanian Lang = 36 // Deprecated. LangAmharic Lang = 85 // Deprecated. LangArabic Lang = 12 // Deprecated. LangArmenian Lang = 51 // Deprecated. LangAssamese Lang = 68 // Deprecated. LangAymara Lang = 134 // Deprecated. LangAzerbaijanAr Lang = 50 // Deprecated. LangAzerbaijanRoman Lang = 150 // Deprecated. LangAzerbaijani Lang = 49 // Deprecated. LangBasque Lang = 129 // Deprecated. LangBelorussian Lang = 46 // Deprecated. LangBengali Lang = 67 // Deprecated. LangBreton Lang = 142 // Deprecated. LangBulgarian Lang = 44 // Deprecated. LangBurmese Lang = 77 // Deprecated. LangByelorussian Lang = 46 // Deprecated. LangCatalan Lang = 130 // Deprecated. LangChewa Lang = 92 // Deprecated. LangChinese Lang = 19 // Deprecated. LangCroatian Lang = 18 // Deprecated. LangCzech Lang = 38 // Deprecated. LangDanish Lang = 7 // Deprecated. LangDutch Lang = 4 // Deprecated. LangDzongkha Lang = 137 // Deprecated. LangEnglish Lang = 0 // Deprecated. LangEsperanto Lang = 94 // Deprecated. LangEstonian Lang = 27 // Deprecated. LangFaeroese Lang = 30 // Deprecated. LangFaroese Lang = 30 // Deprecated. LangFarsi Lang = 31 // Deprecated. LangFinnish Lang = 13 // Deprecated. LangFlemish Lang = 34 // Deprecated. LangFrench Lang = 1 // Deprecated. LangGalician Lang = 140 // Deprecated. LangGalla Lang = 87 // Deprecated. LangGeorgian Lang = 52 // Deprecated. LangGerman Lang = 2 // Deprecated. LangGreek Lang = 14 // Deprecated. LangGreekAncient Lang = 148 // Deprecated. LangGreekPoly Lang = 148 // Deprecated. LangGreenlandic Lang = 149 // Deprecated. LangGuarani Lang = 133 // Deprecated. LangGujarati Lang = 69 // Deprecated. LangHebrew Lang = 10 // Deprecated. LangHindi Lang = 21 // Deprecated. LangHungarian Lang = 26 // Deprecated. LangIcelandic Lang = 15 // Deprecated. LangIndonesian Lang = 81 // Deprecated. LangInuktitut Lang = 143 // Deprecated. LangIrish Lang = 35 // Deprecated. LangIrishGaelic Lang = 35 // Deprecated. LangIrishGaelicScript Lang = 146 // Deprecated. LangItalian Lang = 3 // Deprecated. LangJapanese Lang = 11 // Deprecated. LangJavaneseRom Lang = 138 // Deprecated. LangKannada Lang = 73 // Deprecated. LangKashmiri Lang = 61 // Deprecated. LangKazakh Lang = 48 // Deprecated. LangKhmer Lang = 78 // Deprecated. LangKinyarwanda Lang = 90 // Deprecated. LangKirghiz Lang = 54 // Deprecated. LangKorean Lang = 23 // Deprecated. LangKurdish Lang = 60 // Deprecated. LangLao Lang = 79 // Deprecated. LangLappish Lang = 29 // Deprecated. LangLapponian Lang = 29 // Deprecated. LangLatin Lang = 131 // Deprecated. LangLatvian Lang = 28 // Deprecated. LangLettish Lang = 28 // Deprecated. LangLithuanian Lang = 24 // Deprecated. LangMacedonian Lang = 43 // Deprecated. LangMalagasy Lang = 93 // Deprecated. LangMalayArabic Lang = 84 // Deprecated. LangMalayRoman Lang = 83 // Deprecated. LangMalayalam Lang = 72 // Deprecated. LangMalta Lang = 16 // Deprecated. LangMaltese Lang = 16 // Deprecated. LangManxGaelic Lang = 145 // Deprecated. LangMarathi Lang = 66 // Deprecated. LangMoldavian Lang = 53 // Deprecated. LangMongolian Lang = 57 // Deprecated. LangMongolianCyr Lang = 58 // Deprecated. LangNepali Lang = 64 // Deprecated. LangNorwegian Lang = 9 // Deprecated. LangNyanja Lang = 92 // Deprecated. LangNynorsk Lang = 151 // Deprecated. LangOriya Lang = 71 // Deprecated. LangOromo Lang = 87 // Deprecated. LangPashto Lang = 59 // Deprecated. LangPersian Lang = 31 // Deprecated. LangPolish Lang = 25 // Deprecated. LangPortugese Lang = 8 // Deprecated. LangPortuguese Lang = 8 // Deprecated. LangPunjabi Lang = 70 // Deprecated. LangQuechua Lang = 132 // Deprecated. LangRomanian Lang = 37 // Deprecated. LangRuanda Lang = 90 // Deprecated. LangRundi Lang = 91 // Deprecated. LangRussian Lang = 32 // Deprecated. LangSaamisk Lang = 29 // Deprecated. LangSami Lang = 29 // Deprecated. LangSanskrit Lang = 65 // Deprecated. LangScottishGaelic Lang = 144 // Deprecated. LangSerbian Lang = 42 // Deprecated. LangSimpChinese Lang = 33 // Deprecated. LangSindhi Lang = 62 // Deprecated. LangSinhalese Lang = 76 // Deprecated. LangSlovak Lang = 39 // Deprecated. LangSlovenian Lang = 40 // Deprecated. LangSomali Lang = 88 // Deprecated. LangSpanish Lang = 6 // Deprecated. LangSundaneseRom Lang = 139 // Deprecated. LangSwahili Lang = 89 // Deprecated. LangSwedish Lang = 5 // Deprecated. LangTagalog Lang = 82 // Deprecated. LangTajiki Lang = 55 // Deprecated. LangTamil Lang = 74 // Deprecated. LangTatar Lang = 135 // Deprecated. LangTelugu Lang = 75 // Deprecated. LangThai Lang = 22 // Deprecated. LangTibetan Lang = 63 // Deprecated. LangTigrinya Lang = 86 // Deprecated. LangTongan Lang = 147 // Deprecated. LangTradChinese Lang = 19 // Deprecated. LangTurkish Lang = 17 // Deprecated. LangTurkmen Lang = 56 // Deprecated. LangUighur Lang = 136 // Deprecated. LangUkrainian Lang = 45 // Deprecated. LangUnspecified Lang = 32767 // Deprecated. LangUrdu Lang = 20 // Deprecated. LangUzbek Lang = 47 // Deprecated. LangVietnamese Lang = 80 // Deprecated. LangWelsh Lang = 128 // Deprecated. LangYiddish Lang = 41 // Deprecated. LangYugoslavian Lang = 18 )
type Large1BitMask ¶ added in v0.5.1
type Large1BitMask uint
const ( Large1BitMaskValue Large1BitMask = 'I'<<24 | 'C'<<16 | 'N'<<8 | '#' // 'ICN#' Large4BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 'l'<<8 | '4' // 'icl4' Large8BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 'l'<<8 | '8' // 'icl8' Mini1BitMask Large1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '#' // 'icm#' Mini4BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '4' // 'icm4' Mini8BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 'm'<<8 | '8' // 'icm8' Small1BitMask Large1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '#' // 'ics#' Small4BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '4' // 'ics4' Small8BitData Large1BitMask = 'i'<<24 | 'c'<<16 | 's'<<8 | '8' // 'ics8' )
func (Large1BitMask) String ¶ added in v0.5.1
func (e Large1BitMask) String() string
type LocalDateTimeHandle ¶
See: https://developer.apple.com/documentation/coreservices/localdatetimehandle
type LocalDateTimePtr ¶
See: https://developer.apple.com/documentation/coreservices/localdatetimeptr
type LocaleAndVariant ¶
See: https://developer.apple.com/documentation/coreservices/localeandvariant
type LocaleNameMask ¶
type LocaleNameMask = uint32
See: https://developer.apple.com/documentation/coreservices/localenamemask
type LocaleOperationClass ¶
type LocaleOperationClass = uint32
See: https://developer.apple.com/documentation/coreservices/localeoperationclass
type LocaleOperationVariant ¶
type LocaleOperationVariant = uint32
See: https://developer.apple.com/documentation/coreservices/localeoperationvariant
type LocalePartMask ¶
type LocalePartMask = uint32
See: https://developer.apple.com/documentation/coreservices/localepartmask
type LocaleRef ¶
type LocaleRef uintptr
See: https://developer.apple.com/documentation/coreservices/localeref
type LongDateField ¶
type LongDateField = int8
See: https://developer.apple.com/documentation/coreservices/longdatefield
type LongDateTime ¶
type LongDateTime = int64
See: https://developer.apple.com/documentation/coreservices/longdatetime
type MDExporterInterfaceStruct ¶
type MDExporterInterfaceStruct struct {
ImporterExportData unsafe.Pointer
Release corefoundation.ULONG
AddRef corefoundation.ULONG
QueryInterface corefoundation.HRESULT
}
MDExporterInterfaceStruct
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdexporterinterfacestruct
type MDImporterBundleWrapperURLInterfaceStruct ¶
type MDImporterBundleWrapperURLInterfaceStruct struct {
AddRef corefoundation.ULONG
ImporterImportBundleWrapperURLData unsafe.Pointer
QueryInterface corefoundation.HRESULT
Release corefoundation.ULONG
}
MDImporterBundleWrapperURLInterfaceStruct
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterbundlewrapperurlinterfacestruct
type MDImporterInterfaceStruct ¶
type MDImporterInterfaceStruct struct {
Release corefoundation.ULONG
AddRef corefoundation.ULONG
ImporterImportData unsafe.Pointer
QueryInterface corefoundation.HRESULT
}
MDImporterInterfaceStruct
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterinterfacestruct
type MDImporterURLInterfaceStruct ¶
type MDImporterURLInterfaceStruct struct {
QueryInterface corefoundation.HRESULT
ImporterImportURLData unsafe.Pointer
AddRef corefoundation.ULONG
Release corefoundation.ULONG
}
MDImporterURLInterfaceStruct
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterurlinterfacestruct
type MDItemRef ¶
type MDItemRef uintptr
MDItemRef is a reference to a MDItem object.
See: https://developer.apple.com/documentation/coreservices/mditemref
func MDItemCreate ¶
func MDItemCreate(allocator corefoundation.CFAllocatorRef, path corefoundation.CFStringRef) MDItemRef
MDItemCreate creates an MDItem object for a file at the specified path.
See: https://developer.apple.com/documentation/coreservices/1426917-mditemcreate
func MDItemCreateWithURL ¶
func MDItemCreateWithURL(allocator corefoundation.CFAllocatorRef, url corefoundation.CFURLRef) MDItemRef
MDItemCreateWithURL creates an MDItem object for a file at the specified file URL.
See: https://developer.apple.com/documentation/coreservices/1427034-mditemcreatewithurl
type MDLabelDomain ¶ added in v0.5.1
type MDLabelDomain uint32
See: https://developer.apple.com/documentation/coreservices/mdlabeldomain
const ( KMDLabelLocalDomain MDLabelDomain = 1 KMDLabelUserDomain MDLabelDomain = 0 )
func (MDLabelDomain) String ¶ added in v0.5.1
func (e MDLabelDomain) String() string
type MDLabelRef ¶
type MDLabelRef uintptr
See: https://developer.apple.com/documentation/coreservices/mdlabelref
func MDCopyLabelWithUUID ¶
func MDCopyLabelWithUUID(labelUUID corefoundation.CFUUID) MDLabelRef
MDCopyLabelWithUUID.
See: https://developer.apple.com/documentation/coreservices/1447030-mdcopylabelwithuuid
func MDLabelCreate ¶
func MDLabelCreate(allocator corefoundation.CFAllocatorRef, displayName corefoundation.CFStringRef, kind corefoundation.CFStringRef, domain unsafe.Pointer) MDLabelRef
MDLabelCreate.
See: https://developer.apple.com/documentation/coreservices/1442614-mdlabelcreate
type MDQueryBatchingParams ¶
type MDQueryBatchingParams struct {
First_max_num int // The maximum number of results that can accumulatebefore the first progress notification is sent. This value is usedonly during the initial result-gathering phase of a query.
First_max_ms int // The maximum number of milliseconds that can passbefore the first progress notification is sent. This value is advisory,in that the notification will be triggered at some point after `first_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the initial result-gathering phase of a query.
Progress_max_num int // The maximum number of results that can accumulatebefore additional progress notifications are sent. This value isused only during the initial result-gathering phase of a query.
Progress_max_ms int // The maximum number of milliseconds that can passbefore additional progress notifications are sent. This value isadvisory, in that the notification will be triggered at some pointafter `progress_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the initial result-gathering phase of a query.
Update_max_num int // The maximum number of results that can accumulatebefore an update notification is sent. This value is used only duringthe live-update phase of a query.
Update_max_ms int // The maximum number of milliseconds that can passbefore an update notification is sent. This value is advisory, inthat the notification will be triggered at some point after `update_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the live-update phase of a query.
}
MDQueryBatchingParams - Structure containing the progress notification batchingparameters of a MDQuery.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdquerybatchingparams
func MDQueryGetBatchingParameters ¶
func MDQueryGetBatchingParameters(query MDQueryRef) MDQueryBatchingParams
MDQueryGetBatchingParameters returns the current parameters that control the batching of progress notifications.
See: https://developer.apple.com/documentation/coreservices/1413006-mdquerygetbatchingparameters
type MDQueryCreateResultFunction ¶
MDQueryCreateResultFunction is callback function used to create the result objects stored and returned by a query.
See: https://developer.apple.com/documentation/coreservices/mdquerycreateresultfunction
type MDQueryCreateValueFunction ¶
type MDQueryCreateValueFunction = func(MDQueryRef, corefoundation.CFStringRef, corefoundation.CFTypeRef, unsafe.Pointer) unsafe.Pointer
MDQueryCreateValueFunction is callback function usedto create the value objects stored and returned by a query.
See: https://developer.apple.com/documentation/coreservices/mdquerycreatevaluefunction
type MDQueryOptionFlags ¶ added in v0.5.1
type MDQueryOptionFlags uint32
See: https://developer.apple.com/documentation/coreservices/mdqueryoptionflags
const ( KMDQueryAllowFSTranslation MDQueryOptionFlags = 8 // KMDQuerySynchronous: Specifies that a query should block during the initial gather phase. KMDQuerySynchronous MDQueryOptionFlags = 1 // KMDQueryWantsUpdates: # Discussion KMDQueryWantsUpdates MDQueryOptionFlags = 4 )
func (MDQueryOptionFlags) String ¶ added in v0.5.1
func (e MDQueryOptionFlags) String() string
type MDQueryRef ¶
type MDQueryRef uintptr
MDQueryRef is a reference to a MDQuery object.
See: https://developer.apple.com/documentation/coreservices/mdqueryref
func MDQueryCreate ¶
func MDQueryCreate(allocator corefoundation.CFAllocatorRef, queryString corefoundation.CFStringRef, valueListAttrs corefoundation.CFArrayRef, sortingAttrs corefoundation.CFArrayRef) MDQueryRef
MDQueryCreate creates a new query instance.
See: https://developer.apple.com/documentation/coreservices/1413029-mdquerycreate
func MDQueryCreateForItems ¶
func MDQueryCreateForItems(allocator corefoundation.CFAllocatorRef, queryString corefoundation.CFStringRef, valueListAttrs corefoundation.CFArrayRef, sortingAttrs corefoundation.CFArrayRef, items corefoundation.CFArrayRef) MDQueryRef
MDQueryCreateForItems.
See: https://developer.apple.com/documentation/coreservices/1413031-mdquerycreateforitems
func MDQueryCreateSubset ¶
func MDQueryCreateSubset(allocator corefoundation.CFAllocatorRef, query MDQueryRef, queryString corefoundation.CFStringRef, valueListAttrs corefoundation.CFArrayRef, sortingAttrs corefoundation.CFArrayRef) MDQueryRef
MDQueryCreateSubset creates a new query that is a subset of the specified parentquery.
See: https://developer.apple.com/documentation/coreservices/1413027-mdquerycreatesubset
type MDQuerySortComparatorFunction ¶
type MDQuerySortComparatorFunction = func(objectivec.IObject, objectivec.IObject, unsafe.Pointer) corefoundation.CFComparisonResult
MDQuerySortComparatorFunction is callback function used to sort the results of a query.
See: https://developer.apple.com/documentation/coreservices/mdquerysortcomparatorfunction
type MDQuerySortOptionFlags ¶ added in v0.5.1
type MDQuerySortOptionFlags uint32
See: https://developer.apple.com/documentation/coreservices/mdquerysortoptionflags
const (
KMDQueryReverseSortOrderFlag MDQuerySortOptionFlags = 1
)
func (MDQuerySortOptionFlags) String ¶ added in v0.5.1
func (e MDQuerySortOptionFlags) String() string
type MIDIDataChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/mididatachunkptr
type MPAddressSpaceID ¶
type MPAddressSpaceID = uintptr
See: https://developer.apple.com/documentation/coreservices/mpaddressspaceid
type MPAddressSpaceInfo ¶
See: https://developer.apple.com/documentation/coreservices/mpaddressspaceinfo
type MPCoherenceID ¶
type MPCoherenceID = uintptr
MPCoherenceID is represents a memory coherence group.
See: https://developer.apple.com/documentation/coreservices/mpcoherenceid
type MPConsoleID ¶
type MPConsoleID = uintptr
See: https://developer.apple.com/documentation/coreservices/mpconsoleid
type MPCpuID ¶
type MPCpuID = uintptr
MPCpuID is represents a CPU ID.
See: https://developer.apple.com/documentation/coreservices/mpcpuid
type MPCriticalRegionID ¶
type MPCriticalRegionID = uintptr
MPCriticalRegionID is represents a critical region ID, which Multiprocessing Services uses to manipulate critical regions.
See: https://developer.apple.com/documentation/coreservices/mpcriticalregionid
type MPCriticalRegionInfo ¶
See: https://developer.apple.com/documentation/coreservices/mpcriticalregioninfo
type MPDebuggerLevel ¶
type MPDebuggerLevel = uint32
MPDebuggerLevel is indicates the debugger level.
See: https://developer.apple.com/documentation/coreservices/mpdebuggerlevel
type MPEventFlags ¶
type MPEventFlags = uint32
MPEventFlags is represents event information for an event group.
See: https://developer.apple.com/documentation/coreservices/mpeventflags
type MPEventID ¶
type MPEventID = uintptr
MPEventID is represents an event group ID, which Multiprocessing Services uses to manipulate event groups.
See: https://developer.apple.com/documentation/coreservices/mpeventid
type MPIsFullyInitializedProc ¶
type MPIsFullyInitializedProc = bool
See: https://developer.apple.com/documentation/coreservices/mpisfullyinitializedproc
type MPNotificationID ¶
type MPNotificationID = uintptr
MPNotificationID is represents a notification ID, which Multiprocessing Services uses to manipulate kernel notifications.
See: https://developer.apple.com/documentation/coreservices/mpnotificationid
type MPNotificationInfo ¶
See: https://developer.apple.com/documentation/coreservices/mpnotificationinfo
type MPOpaqueID ¶
type MPOpaqueID = uintptr
MPOpaqueID is represents a generic notification ID (that is, an ID that could be a queue ID, event ID, kernel notification ID, or semaphore ID).
See: https://developer.apple.com/documentation/coreservices/mpopaqueid
type MPOpaqueIDClass ¶
type MPOpaqueIDClass = uint32
See: https://developer.apple.com/documentation/coreservices/mpopaqueidclass
type MPPageSizeClass ¶
type MPPageSizeClass = uint32
See: https://developer.apple.com/documentation/coreservices/mppagesizeclass
type MPProcessID ¶
type MPProcessID = uintptr
MPProcessID is represents a process ID.
See: https://developer.apple.com/documentation/coreservices/mpprocessid
type MPQueueID ¶
type MPQueueID = uintptr
MPQueueID is represents a queue ID, which Multiprocessing Services uses to manipulate message queues.
See: https://developer.apple.com/documentation/coreservices/mpqueueid
type MPRemoteContext ¶
type MPRemoteContext = uint8
MPRemoteContext is specify which contexts are allowed to execute the callback function when using MPRemoteCall.
See: https://developer.apple.com/documentation/coreservices/mpremotecontext
type MPSemaphoreCount ¶
type MPSemaphoreCount = objectivec.IObject
MPSemaphoreCount is represents a semaphore count.
See: https://developer.apple.com/documentation/coreservices/mpsemaphorecount
type MPSemaphoreID ¶
type MPSemaphoreID = uintptr
MPSemaphoreID is represents a semaphore ID, which Multiprocessing Services uses to manipulate semaphores.
See: https://developer.apple.com/documentation/coreservices/mpsemaphoreid
type MPTaskID ¶
type MPTaskID = uintptr
MPTaskID is represents a task ID.
See: https://developer.apple.com/documentation/coreservices/mptaskid
func MPCurrentTaskID
deprecated
func MPCurrentTaskID() MPTaskID
MPCurrentTaskID obtains the task ID of the currently-executing preemptive task
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585673-mpcurrenttaskid
type MPTaskInfo ¶
MPTaskInfo is contains information about a task.
See: https://developer.apple.com/documentation/coreservices/mptaskinfo
type MPTaskInfoVersion2 ¶
See: https://developer.apple.com/documentation/coreservices/mptaskinfoversion2
type MPTaskOptions ¶
type MPTaskOptions = objectivec.IObject
MPTaskOptions is specify optional actions when calling the MPCreateTask function.
See: https://developer.apple.com/documentation/coreservices/mptaskoptions
type MPTaskStateKind ¶
type MPTaskStateKind = uint32
See: https://developer.apple.com/documentation/coreservices/mptaskstatekind
type MPTaskWeight ¶
type MPTaskWeight = uint32
MPTaskWeight is represents the relative processor weighting of a task.
See: https://developer.apple.com/documentation/coreservices/mptaskweight
type MPTimerID ¶
type MPTimerID = uintptr
MPTimerID is represents a timer ID.
See: https://developer.apple.com/documentation/coreservices/mptimerid
type MachineInformation ¶
See: https://developer.apple.com/documentation/coreservices/machineinformation
type MachineInformationIntel64 ¶
See: https://developer.apple.com/documentation/coreservices/machineinformationintel64
type MachineInformationPowerPC ¶
See: https://developer.apple.com/documentation/coreservices/machineinformationpowerpc
type MarkerIdType ¶
type MarkerIdType = int16
See: https://developer.apple.com/documentation/coreservices/markeridtype
type MemROZWarn ¶
type MemROZWarn int
const ( MemAZErr MemROZWarn = -113 MemAdrErr MemROZWarn = -110 MemBCErr MemROZWarn = -115 MemFullErr MemROZWarn = -108 MemLockedErr MemROZWarn = -117 MemPCErr MemROZWarn = -114 MemPurErr MemROZWarn = -112 MemROZErr MemROZWarn = -99 MemROZError MemROZWarn = -99 MemROZWarnValue MemROZWarn = -99 MemSCErr MemROZWarn = -116 MemWZErr MemROZWarn = -111 NilHandleErr MemROZWarn = -109 )
func (MemROZWarn) String ¶
func (e MemROZWarn) String() string
type MemoryExceptionInformation ¶
See: https://developer.apple.com/documentation/coreservices/memoryexceptioninformation
type MemoryReferenceKind ¶
type MemoryReferenceKind = uint
See: https://developer.apple.com/documentation/coreservices/memoryreferencekind
type Midi ¶
type Midi int
const ( MidiDupIDErr Midi = -260 MidiInvalidCmdErr Midi = -261 MidiNameLenErr Midi = -259 MidiNoClientErr Midi = -250 MidiNoConErr Midi = -257 MidiNoPortErr Midi = -251 MidiTooManyConsErr Midi = -253 MidiTooManyPortsErr Midi = -252 MidiVConnectErr Midi = -254 MidiVConnectMade Midi = -255 MidiVConnectRmvd Midi = -256 MidiWriteErr Midi = -258 )
type MinCountry ¶ added in v0.5.1
type MinCountry uint
const ( // Deprecated. MaxCountry MinCountry = 108 // Deprecated. MinCountryValue MinCountry = 0 )
func (MinCountry) String ¶ added in v0.5.1
func (e MinCountry) String() string
type MixedModeStateRecord ¶
See: https://developer.apple.com/documentation/coreservices/mixedmodestaterecord
type MmInternal ¶ added in v0.5.1
type MmInternal int
const (
MmInternalError MmInternal = -2526
)
func (MmInternal) String ¶ added in v0.5.1
func (e MmInternal) String() string
type MpWorkFlag ¶ added in v0.5.1
type MpWorkFlag uint
const ( // Deprecated. MpWorkFlagCopyWorkBlock MpWorkFlag = 4 // Deprecated. MpWorkFlagDoCompletion MpWorkFlag = 2 // Deprecated. MpWorkFlagDoWork MpWorkFlag = 1 // Deprecated. MpWorkFlagDontBlock MpWorkFlag = 8 // Deprecated. MpWorkFlagGetIsRunning MpWorkFlag = 64 // Deprecated. MpWorkFlagGetProcessorCount MpWorkFlag = 16 )
func (MpWorkFlag) String ¶ added in v0.5.1
func (e MpWorkFlag) String() string
type Nanoseconds ¶
type Nanoseconds = uint64
See: https://developer.apple.com/documentation/coreservices/nanoseconds
func AbsoluteDeltaToNanoseconds
deprecated
func AbsoluteDeltaToNanoseconds(arg0 kernel.AbsoluteTime, arg1 kernel.AbsoluteTime) Nanoseconds
AbsoluteDeltaToNanoseconds.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501268-absolutedeltatonanoseconds
func AbsoluteToNanoseconds
deprecated
func AbsoluteToNanoseconds(arg0 kernel.AbsoluteTime) Nanoseconds
AbsoluteToNanoseconds.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501246-absolutetonanoseconds
func DurationToNanoseconds
deprecated
func DurationToNanoseconds(arg0 Duration) Nanoseconds
DurationToNanoseconds.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1501254-durationtonanoseconds
type NoAdrMkErr ¶
type NoAdrMkErr int
const ( BadBtSlpErr NoAdrMkErr = -70 BadCksmErr NoAdrMkErr = -69 BadDBtSlp NoAdrMkErr = -73 BadDCksum NoAdrMkErr = -72 BreakRecd NoAdrMkErr = -90 CantStepErr NoAdrMkErr = -75 ClkRdErr NoAdrMkErr = -85 ClkWrErr NoAdrMkErr = -86 DataVerErr NoAdrMkErr = -68 Fmt1Err NoAdrMkErr = -82 Fmt2Err NoAdrMkErr = -83 InitIWMErr NoAdrMkErr = -77 NoAdrMkErrValue NoAdrMkErr = -67 NoDtaMkErr NoAdrMkErr = -71 PrInitErr NoAdrMkErr = -88 PrWrErr NoAdrMkErr = -87 RcvrErr NoAdrMkErr = -89 SectNFErr NoAdrMkErr = -81 SeekErr NoAdrMkErr = -80 SpdAdjErr NoAdrMkErr = -79 Tk0BadErr NoAdrMkErr = -76 TwoSideErr NoAdrMkErr = -78 VerErr NoAdrMkErr = -84 WrUnderrun NoAdrMkErr = -74 )
func (NoAdrMkErr) String ¶
func (e NoAdrMkErr) String() string
type NoDeviceForChannel ¶
type NoDeviceForChannel int
const ( BadControllerHeight NoDeviceForChannel = -9994 BadSGChannel NoDeviceForChannel = -9406 CannotMoveAttachedController NoDeviceForChannel = -9999 CannotSetWidthOfAttachedController NoDeviceForChannel = -9997 CantDoThatInCurrentMode NoDeviceForChannel = -9402 ControllerBoundsNotExact NoDeviceForChannel = -9996 ControllerHasFixedHeight NoDeviceForChannel = -9998 CouldntGetRequiredComponent NoDeviceForChannel = -9405 DeviceCantMeetRequest NoDeviceForChannel = -9408 EditingNotAllowed NoDeviceForChannel = -9995 GrabTimeComplete NoDeviceForChannel = -9401 NoDeviceForChannelValue NoDeviceForChannel = -9400 NotEnoughDiskSpaceToGrab NoDeviceForChannel = -9404 NotEnoughMemoryToGrab NoDeviceForChannel = -9403 SeqGrabInfoNotAvailable NoDeviceForChannel = -9407 )
func (NoDeviceForChannel) String ¶
func (e NoDeviceForChannel) String() string
type NoHardware ¶
type NoHardware int
const ( BadChannel NoHardware = -205 BadFileFormat NoHardware = -208 BadFormat NoHardware = -206 BuffersTooSmall NoHardware = -210 ChannelBusy NoHardware = -209 ChannelNotBusy NoHardware = -211 NoHardwareValue NoHardware = -200 NoMoreRealTime NoHardware = -212 NotEnoughBufferSpace NoHardware = -207 NotEnoughHardware NoHardware = -201 QueueFull NoHardware = -203 ResProblem NoHardware = -204 SiBadDeviceName NoHardware = -228 SiBadRefNum NoHardware = -229 SiBadSoundInDevice NoHardware = -221 SiDeviceBusyErr NoHardware = -227 SiHardDriveTooSlow NoHardware = -224 SiInputDeviceErr NoHardware = -230 SiInvalidCompression NoHardware = -223 SiInvalidSampleRate NoHardware = -225 SiInvalidSampleSize NoHardware = -226 SiNoBufferSpecified NoHardware = -222 SiNoSoundInHardware NoHardware = -220 SiUnknownInfoType NoHardware = -231 SiUnknownQuality NoHardware = -232 SiVBRCompressionNotSupported NoHardware = -213 )
func (NoHardware) String ¶
func (e NoHardware) String() string
type NoLoopingConstants ¶ added in v0.5.1
type NoLoopingConstants uint
const ( ForwardBackwardLooping NoLoopingConstants = 2 ForwardLooping NoLoopingConstants = 1 NoLooping NoLoopingConstants = 0 )
func (NoLoopingConstants) String ¶ added in v0.5.1
func (e NoLoopingConstants) String() string
type NoMaskFound ¶ added in v0.5.1
type NoMaskFound int
const (
NoMaskFoundErr NoMaskFound = -1000
)
func (NoMaskFound) String ¶ added in v0.5.1
func (e NoMaskFound) String() string
type NoSynthFound ¶
type NoSynthFound int
const ( // BadDictFormat: Pronunciation dictionary format error BadDictFormat NoSynthFound = -246 // BadInputText: Raw phoneme text contains invalid characters BadInputText NoSynthFound = -247 // BufTooSmall: Output buffer is too small to hold result BufTooSmall NoSynthFound = -243 // IncompatibleVoice: Specified voice cannot be used with synthesizer IncompatibleVoice NoSynthFound = -245 // NoSynthFoundValue: Could not find the specified speech synthesizer NoSynthFoundValue NoSynthFound = -240 // SynthNotReady: Speech synthesizer is still busy speaking SynthNotReady NoSynthFound = -242 // SynthOpenFailed: Could not open another speech synthesizerchannel SynthOpenFailed NoSynthFound = -241 // VoiceNotFound: Voice resource not found VoiceNotFound NoSynthFound = -244 )
func (NoSynthFound) String ¶
func (e NoSynthFound) String() string
type NoneTypeConstants ¶ added in v0.5.1
type NoneTypeConstants uint
const ( ACE2Type NoneTypeConstants = 'A'<<24 | 'C'<<16 | 'E'<<8 | '2' // 'ACE2' ACE8Type NoneTypeConstants = 'A'<<24 | 'C'<<16 | 'E'<<8 | '8' // 'ACE8' MACE3Type NoneTypeConstants = 'M'<<24 | 'A'<<16 | 'C'<<8 | '3' // 'MAC3' MACE6Type NoneTypeConstants = 'M'<<24 | 'A'<<16 | 'C'<<8 | '6' // 'MAC6' NoneType NoneTypeConstants = 'N'<<24 | 'O'<<16 | 'N'<<8 | 'E' // 'NONE' )
func (NoneTypeConstants) String ¶ added in v0.5.1
func (e NoneTypeConstants) String() string
type NotAQTVRMovieErr ¶
type NotAQTVRMovieErr int
const ( CallNotSupportedByNodeErr NotAQTVRMovieErr = -30542 ConstraintReachedErr NotAQTVRMovieErr = -30541 InvalidHotSpotIDErr NotAQTVRMovieErr = -30551 InvalidNodeFormatErr NotAQTVRMovieErr = -30550 InvalidNodeIDErr NotAQTVRMovieErr = -30544 InvalidViewStateErr NotAQTVRMovieErr = -30545 LimitReachedErr NotAQTVRMovieErr = -30549 NoMemoryNodeFailedInitialize NotAQTVRMovieErr = -30552 NotAQTVRMovieErrValue NotAQTVRMovieErr = -30540 PropertyNotSupportedByNodeErr NotAQTVRMovieErr = -30547 QtvrLibraryLoadErr NotAQTVRMovieErr = -30554 QtvrUninitialized NotAQTVRMovieErr = -30555 SelectorNotSupportedByNodeErr NotAQTVRMovieErr = -30543 SettingNotSupportedByNodeErr NotAQTVRMovieErr = -30548 StreamingNodeNotReadyErr NotAQTVRMovieErr = -30553 TimeNotInViewErr NotAQTVRMovieErr = -30546 )
func (NotAQTVRMovieErr) String ¶
func (e NotAQTVRMovieErr) String() string
type NotEnoughMemoryErr ¶
type NotEnoughMemoryErr int
const ( CannotDeferErr NotEnoughMemoryErr = -625 CannotMakeContiguousErr NotEnoughMemoryErr = -622 InterruptsMaskedErr NotEnoughMemoryErr = -624 NoMMUErr NotEnoughMemoryErr = -626 NotEnoughMemoryErrValue NotEnoughMemoryErr = -620 NotHeldErr NotEnoughMemoryErr = -621 NotLockedErr NotEnoughMemoryErr = -623 )
func (NotEnoughMemoryErr) String ¶
func (e NotEnoughMemoryErr) String() string
type NotInitErr ¶
type NotInitErr int
const ( AuthFailErr NotInitErr = -927 BadLocNameErr NotInitErr = -931 BadPortNameErr NotInitErr = -919 BadReqErr NotInitErr = -909 BadServiceMethodErr NotInitErr = -930 // DestPortErr: Server hasn’t set `'SIZE'` resource toindicate awareness of high-level events, or else is not present DestPortErr NotInitErr = -906 GuestNotAllowedErr NotInitErr = -932 LocalOnlyErr NotInitErr = -905 NameTypeErr NotInitErr = -902 NetworkErr NotInitErr = -925 NoDefaultUserErr NotInitErr = -922 NoGlobalsErr NotInitErr = -904 NoInformErr NotInitErr = -926 NoMachineNameErr NotInitErr = -913 // NoPortErr: Client hasn’t set `'SIZE'` resource toindicate awareness of high-level events NoPortErr NotInitErr = -903 NoResponseErr NotInitErr = -915 NoSessionErr NotInitErr = -908 NoToolboxNameErr NotInitErr = -914 NoUserNameErr NotInitErr = -911 NoUserRecErr NotInitErr = -928 NoUserRefErr NotInitErr = -924 NotInitErrValue NotInitErr = -900 NotLoggedInErr NotInitErr = -923 PortClosedErr NotInitErr = -916 PortNameExistsErr NotInitErr = -910 // SessClosedErr: The `kAEDontReconnect` flagin the `sendMode` parameterwas set and the server quit, then restarted SessClosedErr NotInitErr = -917 SessTableErr NotInitErr = -907 UserRejectErr NotInitErr = -912 )
func (NotInitErr) String ¶
func (e NotInitErr) String() string
type Nr ¶
type Nr int
const ( NrCallNotSupported Nr = -2557 NrDataTruncatedErr Nr = -2543 NrExitedIteratorScope Nr = -2555 NrInvalidEntryIterationOp Nr = -2552 NrInvalidNodeErr Nr = -2538 NrIterationDone Nr = -2554 NrLockedErr Nr = -2536 NrNameErr Nr = -2541 NrNotCreatedErr Nr = -2540 NrNotEnoughMemoryErr Nr = -2537 NrNotFoundErr Nr = -2539 NrNotModifiedErr Nr = -2547 NrNotSlotDeviceErr Nr = -2542 NrOverrunErr Nr = -2548 NrPathBufferTooSmall Nr = -2551 NrPathNotFound Nr = -2550 NrPowerErr Nr = -2544 NrPowerSwitchAbortErr Nr = -2545 NrPropertyAlreadyExists Nr = -2553 NrResultCodeBase Nr = -2549 NrTransactionAborted Nr = -2556 NrTypeMismatchErr Nr = -2546 )
type NumFormatStringRec ¶
See: https://developer.apple.com/documentation/coreservices/numformatstringrec
type Number ¶
type Number int
const ( NumberFormattingBadCurrencyPositionErr Number = -5211 NumberFormattingBadFormatErr Number = -5207 NumberFormattingBadNumberFormattingObjectErr Number = -5202 NumberFormattingBadOptionsErr Number = -5208 NumberFormattingBadTokenErr Number = -5209 NumberFormattingDelimiterMissingErr Number = -5205 NumberFormattingEmptyFormatErr Number = -5206 NumberFormattingLiteralMissingErr Number = -5204 NumberFormattingNotADigitErr Number = -5212 NumberFormattingNotANumberErr Number = -5200 NumberFormattingOverflowInDestinationErr Number = -5201 NumberFormattingSpuriousCharErr Number = -5203 NumberFormattingUnOrderedCurrencyRangeErr Number = -5210 NumberFormattingUnOrdredCurrencyRangeErr Number = -5210 NumberFortmattingNotADigitErr Number = -5212 )
type OSLAccessorProcPtr ¶
type OSLAccessorProcPtr = func(uint32, objectivec.IObject, uint32, uint32, objectivec.IObject, objectivec.IObject, uintptr) int16
OSLAccessorProcPtr is your object accessor function either finds elements or properties of an Apple event object.
See: https://developer.apple.com/documentation/coreservices/oslaccessorprocptr
type OSLAccessorUPP ¶
OSLAccessorUPP is defines a data type for the universal procedure pointer for the OSLAccessorProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslaccessorupp
func NewOSLAccessorUPP ¶
func NewOSLAccessorUPP(userRoutine OSLAccessorProcPtr) OSLAccessorUPP
NewOSLAccessorUPP creates a new universal procedure pointer to an object accessor function.
See: https://developer.apple.com/documentation/coreservices/1449584-newoslaccessorupp
type OSLAdjustMarksProcPtr ¶
type OSLAdjustMarksProcPtr = func(int, int, objectivec.IObject) int16
OSLAdjustMarksProcPtr is defines a pointer to an adjust marks callback function. Your adjust marks function unmarks objects previously marked by a call to your marking function.
See: https://developer.apple.com/documentation/coreservices/osladjustmarksprocptr
type OSLAdjustMarksUPP ¶
OSLAdjustMarksUPP is defines a data type for the universal procedure pointer for the OSLAdjustMarksProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/osladjustmarksupp
func NewOSLAdjustMarksUPP ¶
func NewOSLAdjustMarksUPP(userRoutine OSLAdjustMarksProcPtr) OSLAdjustMarksUPP
NewOSLAdjustMarksUPP creates a new universal procedure pointer to an object callback adjust marks function.
See: https://developer.apple.com/documentation/coreservices/1443347-newosladjustmarksupp
type OSLCompareProcPtr ¶
type OSLCompareProcPtr = func(uint32, objectivec.IObject, objectivec.IObject, objectivec.IObject) int16
OSLCompareProcPtr is defines a pointer to an object comparison callback function. Your object comparison function compares one Apple event object to another or to the data for a descriptor.
See: https://developer.apple.com/documentation/coreservices/oslcompareprocptr
type OSLCompareUPP ¶
OSLCompareUPP is defines a data type for the universal procedure pointer for the OSLCompareProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslcompareupp
func NewOSLCompareUPP ¶
func NewOSLCompareUPP(userRoutine OSLCompareProcPtr) OSLCompareUPP
NewOSLCompareUPP creates a new universal procedure pointer to an object callback comparison function.
See: https://developer.apple.com/documentation/coreservices/1444603-newoslcompareupp
type OSLCountProcPtr ¶
type OSLCountProcPtr = func(uint32, uint32, objectivec.IObject, objectivec.IObject) int16
OSLCountProcPtr is defines a pointer to an object counting callback function. Your object counting function counts the number of Apple event objects of a specified class in a specified container object.
See: https://developer.apple.com/documentation/coreservices/oslcountprocptr
type OSLCountUPP ¶
OSLCountUPP is defines a data type for the universal procedure pointer for the OSLCountProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslcountupp
func NewOSLCountUPP ¶
func NewOSLCountUPP(userRoutine OSLCountProcPtr) OSLCountUPP
NewOSLCountUPP creates a new universal procedure pointer to an object callback count function.
See: https://developer.apple.com/documentation/coreservices/1448156-newoslcountupp
type OSLDisposeTokenProcPtr ¶
type OSLDisposeTokenProcPtr = func(objectivec.IObject) int16
OSLDisposeTokenProcPtr is defines a pointer to a dispose token callback function. Your dispose token function, required only if you use a complex token format, disposes of the specified token.
See: https://developer.apple.com/documentation/coreservices/osldisposetokenprocptr
type OSLDisposeTokenUPP ¶
OSLDisposeTokenUPP is defines a data type for the universal procedure pointer for the OSLDisposeTokenProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/osldisposetokenupp
func NewOSLDisposeTokenUPP ¶
func NewOSLDisposeTokenUPP(userRoutine OSLDisposeTokenProcPtr) OSLDisposeTokenUPP
NewOSLDisposeTokenUPP creates a new universal procedure pointer to an object callback dispose token function.
See: https://developer.apple.com/documentation/coreservices/1450027-newosldisposetokenupp
type OSLGetErrDescProcPtr ¶
type OSLGetErrDescProcPtr = func(objectivec.IObject) int16
OSLGetErrDescProcPtr is defines a pointer to an error descriptor callback function. Your error descriptor callback function supplies a pointer to an address where the Apple Event Manager can store the current descriptor if an error occurs during a call to the AEResolve function.
See: https://developer.apple.com/documentation/coreservices/oslgeterrdescprocptr
type OSLGetErrDescUPP ¶
OSLGetErrDescUPP is defines a data type for the universal procedure pointer for the OSLGetErrDescProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslgeterrdescupp
func NewOSLGetErrDescUPP ¶
func NewOSLGetErrDescUPP(userRoutine OSLGetErrDescProcPtr) OSLGetErrDescUPP
NewOSLGetErrDescUPP creates a new universal procedure pointer to an object callback get error descriptor function.
See: https://developer.apple.com/documentation/coreservices/1447934-newoslgeterrdescupp
type OSLGetMarkTokenProcPtr ¶
type OSLGetMarkTokenProcPtr = func(objectivec.IObject, uint32, objectivec.IObject) int16
OSLGetMarkTokenProcPtr is defines a pointer to a mark token callback function. Your mark token function returns a mark token.
See: https://developer.apple.com/documentation/coreservices/oslgetmarktokenprocptr
type OSLGetMarkTokenUPP ¶
OSLGetMarkTokenUPP is defines a data type for the universal procedure pointer for the OSLGetMarkTokenProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslgetmarktokenupp
func NewOSLGetMarkTokenUPP ¶
func NewOSLGetMarkTokenUPP(userRoutine OSLGetMarkTokenProcPtr) OSLGetMarkTokenUPP
NewOSLGetMarkTokenUPP creates a new universal procedure pointer to an object callback get mark function.
See: https://developer.apple.com/documentation/coreservices/1445166-newoslgetmarktokenupp
type OSLMarkProcPtr ¶
type OSLMarkProcPtr = func(objectivec.IObject, objectivec.IObject, int) int16
OSLMarkProcPtr is defines a pointer to an object marking callback function. Your object-marking function marks a specific Apple event object.
See: https://developer.apple.com/documentation/coreservices/oslmarkprocptr
type OSLMarkUPP ¶
OSLMarkUPP is defines a data type for the universal procedure pointer for the OSLMarkProcPtr callback function pointer.
See: https://developer.apple.com/documentation/coreservices/oslmarkupp
func NewOSLMarkUPP ¶
func NewOSLMarkUPP(userRoutine OSLMarkProcPtr) OSLMarkUPP
NewOSLMarkUPP creates a new universal procedure pointer to an object callback mark function.
See: https://developer.apple.com/documentation/coreservices/1446942-newoslmarkupp
type OffsetArray ¶
OffsetArray - Specifies offsets of ranges of text. Not typically used by developers.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/offsetarray
type OffsetArrayHandle ¶
type OffsetArrayHandle = *OffsetArrayPtr
OffsetArrayHandle is defines a data type that points to an OffsetArray. Not typically used by developers.
See: https://developer.apple.com/documentation/coreservices/offsetarrayhandle
type OffsetArrayPtr ¶
type OffsetArrayPtr = *OffsetArray
See: https://developer.apple.com/documentation/coreservices/offsetarrayptr
type OverallActConstants ¶ added in v0.5.1
type OverallActConstants uint
const ( HDActivity OverallActConstants = 3 IdleActivity OverallActConstants = 4 NetActivity OverallActConstants = 2 OverallAct OverallActConstants = 0 UsrActivity OverallActConstants = 1 )
func (OverallActConstants) String ¶ added in v0.5.1
func (e OverallActConstants) String() string
type PArcAngle ¶ added in v0.5.1
type PArcAngle uint
const ( PArcAngleValue PArcAngle = 'p'<<24 | 'a'<<16 | 'r'<<8 | 'c' // 'parc' PBackgroundColor PArcAngle = 'p'<<24 | 'b'<<16 | 'c'<<8 | 'l' // 'pbcl' PBackgroundPattern PArcAngle = 'p'<<24 | 'b'<<16 | 'p'<<8 | 't' // 'pbpt' PBestType PArcAngle = 'p'<<24 | 'b'<<16 | 's'<<8 | 't' // 'pbst' PBounds PArcAngle = 'p'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'pbnd' PClass PArcAngle = 'p'<<24 | 'c'<<16 | 'l'<<8 | 's' // 'pcls' PClipboard PArcAngle = 'p'<<24 | 'c'<<16 | 'l'<<8 | 'i' // 'pcli' PColor PArcAngle = 'c'<<24 | 'o'<<16 | 'l'<<8 | 'r' // 'colr' PColorTable PArcAngle = 'c'<<24 | 'l'<<16 | 't'<<8 | 'b' // 'cltb' PContents PArcAngle = 'p'<<24 | 'c'<<16 | 'n'<<8 | 't' // 'pcnt' PCornerCurveHeight PArcAngle = 'p'<<24 | 'c'<<16 | 'h'<<8 | 'd' // 'pchd' PCornerCurveWidth PArcAngle = 'p'<<24 | 'c'<<16 | 'w'<<8 | 'd' // 'pcwd' PDashStyle PArcAngle = 'p'<<24 | 'd'<<16 | 's'<<8 | 't' // 'pdst' PDefaultType PArcAngle = 'd'<<24 | 'e'<<16 | 'f'<<8 | 't' // 'deft' PDefinitionRect PArcAngle = 'p'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'pdrt' PEnabled PArcAngle = 'e'<<24 | 'n'<<16 | 'b'<<8 | 'l' // 'enbl' PEndPoint PArcAngle = 'p'<<24 | 'e'<<16 | 'n'<<8 | 'd' // 'pend' PFillColor PArcAngle = 'f'<<24 | 'l'<<16 | 'c'<<8 | 'l' // 'flcl' PFillPattern PArcAngle = 'f'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'flpt' PFont PArcAngle = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font' )
type PEFContainerHeader ¶
See: https://developer.apple.com/documentation/coreservices/pefcontainerheader
type PEFExportedSymbol ¶
See: https://developer.apple.com/documentation/coreservices/pefexportedsymbol
type PEFExportedSymbolHashSlot ¶
See: https://developer.apple.com/documentation/coreservices/pefexportedsymbolhashslot
type PEFExportedSymbolKey ¶
type PEFExportedSymbolKey = string
See: https://developer.apple.com/documentation/coreservices/pefexportedsymbolkey
type PEFImportedLibrary ¶
See: https://developer.apple.com/documentation/coreservices/pefimportedlibrary
type PEFImportedSymbol ¶
See: https://developer.apple.com/documentation/coreservices/pefimportedsymbol
type PEFLoaderInfoHeader ¶
See: https://developer.apple.com/documentation/coreservices/pefloaderinfoheader
type PEFLoaderRelocationHeader ¶
See: https://developer.apple.com/documentation/coreservices/pefloaderrelocationheader
type PEFRelocChunk ¶
type PEFRelocChunk = uint16
See: https://developer.apple.com/documentation/coreservices/pefrelocchunk
type PEFSectionHeader ¶
See: https://developer.apple.com/documentation/coreservices/pefsectionheader
type PEFSplitHashWord ¶
See: https://developer.apple.com/documentation/coreservices/pefsplithashword
type PFormula ¶ added in v0.5.1
type PFormula uint
const ( PFormulaValue PFormula = 'p'<<24 | 'f'<<16 | 'o'<<8 | 'r' // 'pfor' PGraphicObjects PFormula = 'g'<<24 | 'o'<<16 | 'b'<<8 | 's' // 'gobs' PHasCloseBox PFormula = 'h'<<24 | 'c'<<16 | 'l'<<8 | 'b' // 'hclb' PHasTitleBar PFormula = 'p'<<24 | 't'<<16 | 'i'<<8 | 't' // 'ptit' PID PFormula = 'I'<<24 | 'D'<<16 | ' '<<8 | ' ' // 'ID ' PIndex PFormula = 'p'<<24 | 'i'<<16 | 'd'<<8 | 'x' // 'pidx' PInsertionLoc PFormula = 'p'<<24 | 'i'<<16 | 'n'<<8 | 's' // 'pins' PIsFloating PFormula = 'i'<<24 | 's'<<16 | 'f'<<8 | 'l' // 'isfl' PIsFrontProcess PFormula = 'p'<<24 | 'i'<<16 | 's'<<8 | 'f' // 'pisf' PIsModal PFormula = 'p'<<24 | 'm'<<16 | 'o'<<8 | 'd' // 'pmod' PIsModified PFormula = 'i'<<24 | 'm'<<16 | 'o'<<8 | 'd' // 'imod' PIsResizable PFormula = 'p'<<24 | 'r'<<16 | 's'<<8 | 'z' // 'prsz' PIsStationeryPad PFormula = 'p'<<24 | 's'<<16 | 'p'<<8 | 'd' // 'pspd' PIsZoomable PFormula = 'i'<<24 | 's'<<16 | 'z'<<8 | 'm' // 'iszm' PIsZoomed PFormula = 'p'<<24 | 'z'<<16 | 'u'<<8 | 'm' // 'pzum' PItemNumber PFormula = 'i'<<24 | 't'<<16 | 'm'<<8 | 'n' // 'itmn' PJustification PFormula = 'p'<<24 | 'j'<<16 | 's'<<8 | 't' // 'pjst' PLineArrow PFormula = 'a'<<24 | 'r'<<16 | 'r'<<8 | 'o' // 'arro' PMenuID PFormula = 'm'<<24 | 'n'<<16 | 'i'<<8 | 'd' // 'mnid' PName PFormula = 'p'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'pnam' )
type PNewElementLoc ¶ added in v0.5.1
type PNewElementLoc uint
const ( PNewElementLocValue PNewElementLoc = 'p'<<24 | 'n'<<16 | 'e'<<8 | 'l' // 'pnel' PPenColor PNewElementLoc = 'p'<<24 | 'p'<<16 | 'c'<<8 | 'l' // 'ppcl' PPenPattern PNewElementLoc = 'p'<<24 | 'p'<<16 | 'p'<<8 | 'a' // 'pppa' PPenWidth PNewElementLoc = 'p'<<24 | 'p'<<16 | 'w'<<8 | 'd' // 'ppwd' PPixelDepth PNewElementLoc = 'p'<<24 | 'd'<<16 | 'p'<<8 | 't' // 'pdpt' PPointList PNewElementLoc = 'p'<<24 | 't'<<16 | 'l'<<8 | 't' // 'ptlt' PPointSize PNewElementLoc = 'p'<<24 | 't'<<16 | 's'<<8 | 'z' // 'ptsz' PProtection PNewElementLoc = 'p'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'ppro' PRotation PNewElementLoc = 'p'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'prot' PScale PNewElementLoc = 'p'<<24 | 's'<<16 | 'c'<<8 | 'l' // 'pscl' PScript PNewElementLoc = 's'<<24 | 'c'<<16 | 'p'<<8 | 't' // 'scpt' PScriptTag PNewElementLoc = 'p'<<24 | 's'<<16 | 'c'<<8 | 't' // 'psct' PSelected PNewElementLoc = 's'<<24 | 'e'<<16 | 'l'<<8 | 'c' // 'selc' PSelection PNewElementLoc = 's'<<24 | 'e'<<16 | 'l'<<8 | 'e' // 'sele' PStartAngle PNewElementLoc = 'p'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'pang' PStartPoint PNewElementLoc = 'p'<<24 | 's'<<16 | 't'<<8 | 'p' // 'pstp' PTextColor PNewElementLoc = 'p'<<24 | 't'<<16 | 'x'<<8 | 'c' // 'ptxc' PTextFont PNewElementLoc = 'p'<<24 | 't'<<16 | 'x'<<8 | 'f' // 'ptxf' PTextItemDelimiters PNewElementLoc = 't'<<24 | 'x'<<16 | 'd'<<8 | 'l' // 'txdl' PTextPointSize PNewElementLoc = 'p'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ptps' )
func (PNewElementLoc) String ¶ added in v0.5.1
func (e PNewElementLoc) String() string
type PScheme ¶ added in v0.5.1
type PScheme uint
const ( PDNSForm PScheme = 'p'<<24 | 'D'<<16 | 'N'<<8 | 'S' // 'pDNS' PFTPKind PScheme = 'k'<<24 | 'i'<<16 | 'n'<<8 | 'd' // 'kind' PHost PScheme = 'H'<<24 | 'O'<<16 | 'S'<<8 | 'T' // 'HOST' PPath PScheme = 'F'<<24 | 'T'<<16 | 'P'<<8 | 'c' // 'FTPc' PSchemeValue PScheme = 'p'<<24 | 'u'<<16 | 's'<<8 | 'c' // 'pusc' PTextEncoding PScheme = 'p'<<24 | 't'<<16 | 'x'<<8 | 'e' // 'ptxe' PURL PScheme = 'p'<<24 | 'U'<<16 | 'R'<<8 | 'L' // 'pURL' PUserName PScheme = 'R'<<24 | 'A'<<16 | 'u'<<8 | 'n' // 'RAun' PUserPassword PScheme = 'R'<<24 | 'A'<<16 | 'p'<<8 | 'w' // 'RApw' )
type PTextStyles ¶ added in v0.5.1
type PTextStyles uint
const ( PTextStylesValue PTextStyles = 't'<<24 | 'x'<<16 | 's'<<8 | 't' // 'txst' PTransferMode PTextStyles = 'p'<<24 | 'p'<<16 | 't'<<8 | 'm' // 'pptm' PTranslation PTextStyles = 'p'<<24 | 't'<<16 | 'r'<<8 | 's' // 'ptrs' PUniformStyles PTextStyles = 'u'<<24 | 's'<<16 | 't'<<8 | 'l' // 'ustl' PUpdateOn PTextStyles = 'p'<<24 | 'u'<<16 | 'p'<<8 | 'd' // 'pupd' PUserSelection PTextStyles = 'p'<<24 | 'u'<<16 | 's'<<8 | 'l' // 'pusl' PVersion PTextStyles = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers' PVisible PTextStyles = 'p'<<24 | 'v'<<16 | 'i'<<8 | 's' // 'pvis' )
func (PTextStyles) String ¶ added in v0.5.1
func (e PTextStyles) String() string
type ParamBlockRec ¶
type ParamBlockRec = objectivec.IObject
See: https://developer.apple.com/documentation/coreservices/paramblockrec
type ParamErr ¶
type ParamErr int
const ( BadUnitErr ParamErr = -21 ClosErr ParamErr = -24 ControlErr ParamErr = -17 CorErr ParamErr = -3 DInstErr ParamErr = -26 DRemovErr ParamErr = -25 NoHardwareErr ParamErr = -200 NotEnoughHardwareErr ParamErr = -201 OpenErr ParamErr = -23 ParamErrValue ParamErr = -50 QErr ParamErr = -1 ReadErr ParamErr = -19 SeNoDB ParamErr = -8 SlpTypeErr ParamErr = -5 StatusErr ParamErr = -18 UnimpErr ParamErr = -4 UnitEmptyErr ParamErr = -22 UserCanceledErr ParamErr = -128 VTypErr ParamErr = -2 WritErr ParamErr = -20 )
type Platform ¶ added in v0.5.1
type Platform uint
const ( // Deprecated. Platform68k Platform = 1 // Deprecated. PlatformAIXppc Platform = 1300 // Deprecated. PlatformArm64NativeEntryPoint Platform = 9 // Deprecated. PlatformIA32NativeEntryPoint Platform = 6 // Deprecated. PlatformIRIXmips Platform = 1000 // Deprecated. PlatformInterpreted Platform = 3 // Deprecated. PlatformLinuxintel Platform = 1201 // Deprecated. PlatformLinuxppc Platform = 1200 // Deprecated. PlatformMacOSx86 Platform = 1500 // Deprecated. PlatformNeXT68k Platform = 1403 // Deprecated. PlatformNeXTIntel Platform = 1400 // Deprecated. PlatformNeXTppc Platform = 1401 // Deprecated. PlatformNeXTsparc Platform = 1402 // Deprecated. PlatformPowerPC Platform = 2 // Deprecated. PlatformPowerPC64NativeEntryPoint Platform = 7 // Deprecated. PlatformPowerPCNativeEntryPoint Platform = 5 // Deprecated. PlatformSunOSintel Platform = 1101 // Deprecated. PlatformSunOSsparc Platform = 1100 // Deprecated. PlatformWin32 Platform = 4 // Deprecated. PlatformX86_64NativeEntryPoint Platform = 8 )
type PleaseCacheBit ¶ added in v0.5.1
type PleaseCacheBit uint
const ( ForceReadBit PleaseCacheBit = 6 ForceReadMask PleaseCacheBit = 64 NewLineBit PleaseCacheBit = 7 NewLineCharMask PleaseCacheBit = 65280 NewLineMask PleaseCacheBit = 128 NoCacheBit PleaseCacheBit = 5 NoCacheMask PleaseCacheBit = 32 PleaseCacheBitValue PleaseCacheBit = 4 PleaseCacheMask PleaseCacheBit = 16 RdVerify PleaseCacheBit = 64 RdVerifyBit PleaseCacheBit = 6 RdVerifyMask PleaseCacheBit = 64 )
func (PleaseCacheBit) String ¶ added in v0.5.1
func (e PleaseCacheBit) String() string
type PrinterStatusOpCodeNotSupported ¶ added in v0.5.1
type PrinterStatusOpCodeNotSupported int
const (
PrinterStatusOpCodeNotSupportedErr PrinterStatusOpCodeNotSupported = -25280
)
func (PrinterStatusOpCodeNotSupported) String ¶ added in v0.5.1
func (e PrinterStatusOpCodeNotSupported) String() string
type ProcInfoType ¶
type ProcInfoType = uint
See: https://developer.apple.com/documentation/coreservices/procinfotype
type ProcNotFound ¶
type ProcNotFound int
const ( AppIsDaemon ProcNotFound = -606 AppMemFullErr ProcNotFound = -605 AppModeErr ProcNotFound = -602 BufferIsSmall ProcNotFound = -607 ConnectionInvalid ProcNotFound = -609 HardwareConfigErr ProcNotFound = -604 MemFragErr ProcNotFound = -601 NoOutstandingHLE ProcNotFound = -608 NoUserInteractionAllowed ProcNotFound = -610 ProcNotFoundValue ProcNotFound = -600 ProtocolErr ProcNotFound = -603 )
func (ProcNotFound) String ¶
func (e ProcNotFound) String() string
type QHdrPtr ¶
QHdrPtr is represents a type used by the Compression and Decompression API.
See: https://developer.apple.com/documentation/coreservices/qhdrptr
type QTypes ¶
type QTypes = kernel.SignedByte
See: https://developer.apple.com/documentation/coreservices/qtypes
type Qts ¶
type Qts int
const ( QtsAddressBusyErr Qts = -5421 QtsBadDataErr Qts = -5402 QtsBadSelectorErr Qts = -5400 QtsBadStateErr Qts = -5401 QtsConnectionFailedErr Qts = -5420 QtsTimeoutErr Qts = -5408 QtsTooMuchDataErr Qts = -5406 QtsUnknownValueErr Qts = -5407 QtsUnsupportedDataTypeErr Qts = -5403 QtsUnsupportedFeatureErr Qts = -5405 QtsUnsupportedRateErr Qts = -5404 )
type RAlias ¶ added in v0.5.1
type RAlias uint
const ( // Deprecated. RAliasType RAlias = 'a'<<24 | 'l'<<16 | 'i'<<8 | 's' // 'alis' )
type RDFlagsType ¶
type RDFlagsType = uint8
See: https://developer.apple.com/documentation/coreservices/rdflagstype
type RTAType ¶
type RTAType = int8
See: https://developer.apple.com/documentation/coreservices/rtatype
type RcDB ¶
type RcDB int
const ( RcDBAsyncNotSupp RcDB = -809 RcDBBadAsyncPB RcDB = -810 RcDBBadDDEV RcDB = -808 RcDBBadSessID RcDB = -806 RcDBBadSessNum RcDB = -807 RcDBBadType RcDB = -803 RcDBBreak RcDB = -804 RcDBError RcDB = -802 RcDBExec RcDB = -805 RcDBNoHandler RcDB = -811 RcDBNull RcDB = -800 RcDBPackNotInited RcDB = -813 RcDBValue RcDB = -801 RcDBWrongVersion RcDB = -812 )
type RegisterInformation ¶
See: https://developer.apple.com/documentation/coreservices/registerinformation
type RegisterInformationIntel64 ¶
See: https://developer.apple.com/documentation/coreservices/registerinformationintel64
type RegisterInformationPowerPC ¶
See: https://developer.apple.com/documentation/coreservices/registerinformationpowerpc
type RegisterSelectorType ¶
type RegisterSelectorType = uint16
See: https://developer.apple.com/documentation/coreservices/registerselectortype
type RegisteredComponentInstanceRecord ¶
See: https://developer.apple.com/documentation/coreservices/registeredcomponentinstancerecord
type RegisteredComponentInstanceRecordPtr ¶
See: https://developer.apple.com/documentation/coreservices/registeredcomponentinstancerecordptr
type RegisteredComponentRecord ¶
See: https://developer.apple.com/documentation/coreservices/registeredcomponentrecord
type RegisteredComponentRecordPtr ¶
See: https://developer.apple.com/documentation/coreservices/registeredcomponentrecordptr
type ReqFailed ¶
type ReqFailed int
const ( BadATPSkt ReqFailed = -1099 BadBuffNum ReqFailed = -1100 CbNotFound ReqFailed = -1102 NoDataArea ReqFailed = -1104 NoRelErr ReqFailed = -1101 NoSendResp ReqFailed = -1103 ReqAborted ReqFailed = -1105 ReqFailedValue ReqFailed = -1096 TooManyReqs ReqFailed = -1097 TooManySkts ReqFailed = -1098 )
type Res ¶ added in v0.5.1
type Res uint
const ( // Deprecated. ResChanged Res = 2 // Deprecated. ResChangedBit Res = 1 // Deprecated. ResLocked Res = 16 // Deprecated. ResLockedBit Res = 4 // Deprecated. ResPreload Res = 4 // Deprecated. ResPreloadBit Res = 2 // Deprecated. ResProtected Res = 8 // Deprecated. ResProtectedBit Res = 3 // Deprecated. ResPurgeable Res = 32 // Deprecated. ResPurgeableBit Res = 5 // Deprecated. ResSysHeap Res = 64 // Deprecated. ResSysHeapBit Res = 6 // Deprecated. ResSysRefBit Res = 7 )
type ResAttributes ¶
type ResAttributes = int16
See: https://developer.apple.com/documentation/coreservices/resattributes
func GetResAttrs
deprecated
func GetResAttrs(arg0 uintptr) ResAttributes
GetResAttrs.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529365-getresattrs
type ResErrUPP ¶
See: https://developer.apple.com/documentation/coreservices/reserrupp
func NewResErrUPP
deprecated
NewResErrUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529285-newreserrupp
type ResFileAttributes ¶
type ResFileAttributes = int16
See: https://developer.apple.com/documentation/coreservices/resfileattributes
func GetResFileAttrs
deprecated
func GetResFileAttrs(arg0 ResFileRefNum) ResFileAttributes
GetResFileAttrs.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529231-getresfileattrs
type ResFileRefNum ¶
See: https://developer.apple.com/documentation/coreservices/resfilerefnum
func CurResFile
deprecated
func CurResFile() ResFileRefNum
CurResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529286-curresfile
func FSOpenResFile
deprecated
func FSOpenResFile(arg0 uintptr, arg1 int8) ResFileRefNum
FSOpenResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529232-fsopenresfile
func HomeResFile
deprecated
func HomeResFile(arg0 uintptr) ResFileRefNum
HomeResFile.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529352-homeresfile
func OpenComponentResFile
deprecated
func OpenComponentResFile(arg0 Component) ResFileRefNum
OpenComponentResFile allows your component to gain access to its resource file.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1516550-opencomponentresfile
type ResID ¶
type ResID = int16
See: https://developer.apple.com/documentation/coreservices/resid
func Unique1ID
deprecated
Unique1ID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529314-unique1id
func UniqueID
deprecated
UniqueID.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529255-uniqueid
type ResourceCount ¶
type ResourceCount = int16
See: https://developer.apple.com/documentation/coreservices/resourcecount
func Count1Resources
deprecated
func Count1Resources(arg0 uint32) ResourceCount
Count1Resources.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529312-count1resources
func Count1Types
deprecated
func Count1Types() ResourceCount
Count1Types.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529244-count1types
func CountResources
deprecated
func CountResources(arg0 uint32) ResourceCount
CountResources.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529322-countresources
func CountTypes
deprecated
func CountTypes() ResourceCount
CountTypes.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1529346-counttypes
type ResourceInMemory ¶
type ResourceInMemory int
const ( AddRefFailed ResourceInMemory = -195 AddResFailed ResourceInMemory = -194 BadExtResource ResourceInMemory = -185 CantDecompress ResourceInMemory = -186 InputOutOfBounds ResourceInMemory = -190 InsufficientStackErr ResourceInMemory = -149 MapReadErr ResourceInMemory = -199 NoMemForPictPlaybackErr ResourceInMemory = -145 NsStackErr ResourceInMemory = -149 PixMapTooDeepErr ResourceInMemory = -148 ResAttrErr ResourceInMemory = -198 ResFNotFound ResourceInMemory = -193 ResNotFound ResourceInMemory = -192 ResourceInMemoryValue ResourceInMemory = -188 RgnOverflowErr ResourceInMemory = -147 RgnTooBigError ResourceInMemory = -147 RmvRefFailed ResourceInMemory = -197 RmvResFailed ResourceInMemory = -196 WritingPastEnd ResourceInMemory = -189 )
func (ResourceInMemory) String ¶
func (e ResourceInMemory) String() string
type ResourceIndex ¶
type ResourceIndex = int16
See: https://developer.apple.com/documentation/coreservices/resourceindex
type RomanSysFond ¶ added in v0.5.1
type RomanSysFond uint
const ( // Deprecated. RomanAppFond RomanSysFond = 3 // Deprecated. RomanFlags RomanSysFond = 7 // Deprecated. RomanSysFondValue RomanSysFond = 16383 // Deprecated. SmFondEnd RomanSysFond = 49152 // Deprecated. SmFondStart RomanSysFond = 16384 // Deprecated. SmUprHalfCharSet RomanSysFond = 128 )
func (RomanSysFond) String ¶ added in v0.5.1
func (e RomanSysFond) String() string
type RoutineDescriptor ¶
See: https://developer.apple.com/documentation/coreservices/routinedescriptor
type RoutineDescriptorHandle ¶
See: https://developer.apple.com/documentation/coreservices/routinedescriptorhandle
type RoutineDescriptorPtr ¶
See: https://developer.apple.com/documentation/coreservices/routinedescriptorptr
type RoutineFlagsType ¶
type RoutineFlagsType = uint16
See: https://developer.apple.com/documentation/coreservices/routineflagstype
type RoutineRecordHandle ¶
See: https://developer.apple.com/documentation/coreservices/routinerecordhandle
type RoutineRecordPtr ¶
See: https://developer.apple.com/documentation/coreservices/routinerecordptr
type RoutingFlags ¶
type RoutingFlags = uint32
See: https://developer.apple.com/documentation/coreservices/routingflags
type RoutingResourceEntry ¶
See: https://developer.apple.com/documentation/coreservices/routingresourceentry
type RoutingResourceHandle ¶
See: https://developer.apple.com/documentation/coreservices/routingresourcehandle
type RoutingResourcePtr ¶
See: https://developer.apple.com/documentation/coreservices/routingresourceptr
type RsrcChainLocation ¶
type RsrcChainLocation = int16
See: https://developer.apple.com/documentation/coreservices/rsrcchainlocation
type RuleBasedTrslRecord ¶
See: https://developer.apple.com/documentation/coreservices/rulebasedtrslrecord
type SKDocument ¶
type SKDocument = corefoundation.CFTypeRef
SKDocument is defines an opaque data type representing a document’s URL.
See: https://developer.apple.com/documentation/coreservices/skdocument
type SKDocumentID ¶
type SKDocumentID = int
SKDocumentID is defines an opaque data type representing a lightweight document identifier.
See: https://developer.apple.com/documentation/coreservices/skdocumentid
func SKIndexGetDocumentID ¶
func SKIndexGetDocumentID(inIndex SKIndexRef, inDocument SKDocumentRef) SKDocumentID
SKIndexGetDocumentID gets the ID of a document URL object (of type SKDocument) in an index.
See: https://developer.apple.com/documentation/coreservices/1444437-skindexgetdocumentid
func SKIndexGetMaximumDocumentID ¶
func SKIndexGetMaximumDocumentID(inIndex SKIndexRef) SKDocumentID
SKIndexGetMaximumDocumentID gets the highest-numbered document ID in an index.
See: https://developer.apple.com/documentation/coreservices/1444628-skindexgetmaximumdocumentid
type SKDocumentIndexState ¶
type SKDocumentIndexState uint32
See: https://developer.apple.com/documentation/coreservices/skdocumentindexstate
const ( // KSKDocumentStateAddPending: Specifies that the document is not in the index but will be added after the index is flushed or closed. KSKDocumentStateAddPending SKDocumentIndexState = 2 // KSKDocumentStateDeletePending: Specifies that the document is in the index but will be deleted after the index is flushed or closed. KSKDocumentStateDeletePending SKDocumentIndexState = 3 // KSKDocumentStateIndexed: Specifies that the document is indexed. KSKDocumentStateIndexed SKDocumentIndexState = 1 // KSKDocumentStateNotIndexed: Specifies that the document is not indexed. KSKDocumentStateNotIndexed SKDocumentIndexState = 0 )
func SKIndexGetDocumentState ¶
func SKIndexGetDocumentState(inIndex SKIndexRef, inDocument SKDocumentRef) SKDocumentIndexState
SKIndexGetDocumentState gets the current indexing state of a document URL object (of type SKDocument) in an index.
See: https://developer.apple.com/documentation/coreservices/1443396-skindexgetdocumentstate
func (SKDocumentIndexState) String ¶
func (e SKDocumentIndexState) String() string
type SKDocumentRef ¶
type SKDocumentRef = corefoundation.CFTypeRef
SKDocumentRef is defines an opaque data type representing a document’s URL.
See: https://developer.apple.com/documentation/coreservices/skdocumentref
func SKDocumentCreate ¶
func SKDocumentCreate(inScheme corefoundation.CFStringRef, inParent SKDocumentRef, inName corefoundation.CFStringRef) SKDocumentRef
SKDocumentCreate creates a document URL object (of type SKDocument) based on a scheme, parent, and name.
See: https://developer.apple.com/documentation/coreservices/1443212-skdocumentcreate
func SKDocumentCreateWithURL ¶
func SKDocumentCreateWithURL(inURL corefoundation.CFURLRef) SKDocumentRef
SKDocumentCreateWithURL creates a document URL object (of type SKDocument) from a CFURL object.
See: https://developer.apple.com/documentation/coreservices/1442564-skdocumentcreatewithurl
func SKDocumentGetParent ¶
func SKDocumentGetParent(inDocument SKDocumentRef) SKDocumentRef
SKDocumentGetParent gets the parent of a document URL object (of type SKDocument).
See: https://developer.apple.com/documentation/coreservices/1444449-skdocumentgetparent
func SKIndexCopyDocumentForDocumentID ¶
func SKIndexCopyDocumentForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) SKDocumentRef
SKIndexCopyDocumentForDocumentID obtains a document URL object (of type SKDocument) from an index.
See: https://developer.apple.com/documentation/coreservices/1442760-skindexcopydocumentfordocumentid
func SKIndexDocumentIteratorCopyNext ¶
func SKIndexDocumentIteratorCopyNext(inIterator SKIndexDocumentIteratorRef) SKDocumentRef
SKIndexDocumentIteratorCopyNext obtains the next document URL object (of type SKDocument) from an index using a document iterator.
See: https://developer.apple.com/documentation/coreservices/1442212-skindexdocumentiteratorcopynext
type SKIndexDocumentIteratorRef ¶
type SKIndexDocumentIteratorRef uintptr
SKIndexDocumentIteratorRef is defines an opaque data type representing an index-based document iterator.
See: https://developer.apple.com/documentation/coreservices/skindexdocumentiteratorref
func SKIndexDocumentIteratorCreate ¶
func SKIndexDocumentIteratorCreate(inIndex SKIndexRef, inParentDocument SKDocumentRef) SKIndexDocumentIteratorRef
SKIndexDocumentIteratorCreate creates an index-based iterator for document URL objects (of type SKDocument) owned by a parent document URL object.
See: https://developer.apple.com/documentation/coreservices/1446189-skindexdocumentiteratorcreate
type SKIndexRef ¶
type SKIndexRef uintptr
SKIndexRef is defines an opaque data type representing an index.
See: https://developer.apple.com/documentation/coreservices/skindexref
func SKIndexCreateWithMutableData ¶
func SKIndexCreateWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef, inIndexType SKIndexType, inAnalysisProperties corefoundation.CFDictionaryRef) SKIndexRef
SKIndexCreateWithMutableData creates a named index stored in a [CFMutableDataRef] object.
See: https://developer.apple.com/documentation/coreservices/1447500-skindexcreatewithmutabledata
func SKIndexCreateWithURL ¶
func SKIndexCreateWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, inIndexType SKIndexType, inAnalysisProperties corefoundation.CFDictionaryRef) SKIndexRef
SKIndexCreateWithURL creates a named index in a file whose location is specified with a CFURL object.
See: https://developer.apple.com/documentation/coreservices/1446111-skindexcreatewithurl
func SKIndexOpenWithData ¶
func SKIndexOpenWithData(inData corefoundation.CFDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef
SKIndexOpenWithData opens an existing, named index for searching only.
See: https://developer.apple.com/documentation/coreservices/1446398-skindexopenwithdata
func SKIndexOpenWithMutableData ¶
func SKIndexOpenWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef
SKIndexOpenWithMutableData opens an existing, named index for searching and updating.
See: https://developer.apple.com/documentation/coreservices/1444201-skindexopenwithmutabledata
func SKIndexOpenWithURL ¶
func SKIndexOpenWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, inWriteAccess unsafe.Pointer) SKIndexRef
SKIndexOpenWithURL opens an existing, named index stored in a file whose location is specified with a CFURL object.
See: https://developer.apple.com/documentation/coreservices/1449017-skindexopenwithurl
type SKIndexType ¶
type SKIndexType uint32
See: https://developer.apple.com/documentation/coreservices/skindextype
const ( // KSKIndexInverted: Specifies an inverted index, mapping terms to documents. KSKIndexInverted SKIndexType = 1 // KSKIndexInvertedVector: Specifies an index type with all the capabilities of an inverted and a vector index. KSKIndexInvertedVector SKIndexType = 3 // KSKIndexUnknown: Specifies an unknown index type. KSKIndexUnknown SKIndexType = 0 // KSKIndexVector: Specifies a vector index, mapping documents to terms. KSKIndexVector SKIndexType = 2 )
func SKIndexGetIndexType ¶
func SKIndexGetIndexType(inIndex SKIndexRef) SKIndexType
SKIndexGetIndexType gets the category of an index.
See: https://developer.apple.com/documentation/coreservices/1442236-skindexgetindextype
func (SKIndexType) String ¶
func (e SKIndexType) String() string
type SKSearchGroupRef ¶
type SKSearchGroupRef uintptr
SKSearchGroupRef is deprecated. Use asynchronous searching with SKSearchCreate instead, which does not employ search groups.
See: https://developer.apple.com/documentation/coreservices/sksearchgroupref
type SKSearchOptions ¶
type SKSearchOptions = uint32
SKSearchOptions is specifies the search options available for the [SKSearchCreate(_:_:_:)] function.
See: https://developer.apple.com/documentation/coreservices/sksearchoptions
type SKSearchRef ¶
type SKSearchRef uintptr
SKSearchRef is defines an opaque data type representing an asynchronous search.
See: https://developer.apple.com/documentation/coreservices/sksearchref
func SKSearchCreate ¶
func SKSearchCreate(inIndex SKIndexRef, inQuery corefoundation.CFStringRef, inSearchOptions SKSearchOptions) SKSearchRef
SKSearchCreate creates an asynchronous search object for querying an index, and initiates search.
See: https://developer.apple.com/documentation/coreservices/1443079-sksearchcreate
type SKSearchResultsFilterCallBack ¶
type SKSearchResultsFilterCallBack = func(SKIndexRef, SKDocumentRef, unsafe.Pointer) objectivec.IObject
SKSearchResultsFilterCallBack is deprecated. Use SKSearchCreate and SKSearchFindMatches instead, which do not use a callback.
See: https://developer.apple.com/documentation/coreservices/sksearchresultsfiltercallback
type SKSearchResultsRef ¶
type SKSearchResultsRef uintptr
SKSearchResultsRef is deprecated. Use asynchronous searching with SKSearchCreate instead, which does not employ search groups.
See: https://developer.apple.com/documentation/coreservices/sksearchresultsref
type SKSearchType ¶
type SKSearchType uint32
See: https://developer.apple.com/documentation/coreservices/sksearchtype
const ( // KSKSearchBooleanRanked: Deprecated. KSKSearchBooleanRanked SKSearchType = 1 // KSKSearchPrefixRanked: Deprecated. KSKSearchPrefixRanked SKSearchType = 3 // KSKSearchRanked: Deprecated. KSKSearchRanked SKSearchType = 0 // KSKSearchRequiredRanked: Deprecated. KSKSearchRequiredRanked SKSearchType = 2 )
func (SKSearchType) String ¶
func (e SKSearchType) String() string
type SKSummaryRef ¶
type SKSummaryRef uintptr
SKSummaryRef is defines an opaque data type representing summarization information.
See: https://developer.apple.com/documentation/coreservices/sksummaryref
func SKSummaryCreateWithString ¶
func SKSummaryCreateWithString(inString corefoundation.CFStringRef) SKSummaryRef
SKSummaryCreateWithString creates a summary object based on a text string.
See: https://developer.apple.com/documentation/coreservices/1446229-sksummarycreatewithstring
type SchedulerInfoRec ¶
See: https://developer.apple.com/documentation/coreservices/schedulerinforec
type SchedulerInfoRecPtr ¶
See: https://developer.apple.com/documentation/coreservices/schedulerinforecptr
type ScriptCodeRun ¶
ScriptCodeRun is contains script code information for a text run.
See: https://developer.apple.com/documentation/coreservices/scriptcoderun
type ScriptCodeRunPtr ¶
See: https://developer.apple.com/documentation/coreservices/scriptcoderunptr
type SelectorFunctionUPP ¶
SelectorFunctionUPP is defines a universal procedure pointer to a selector function callback.
See: https://developer.apple.com/documentation/coreservices/selectorfunctionupp
func NewSelectorFunctionUPP
deprecated
func NewSelectorFunctionUPP(arg0 unsafe.Pointer) SelectorFunctionUPP
NewSelectorFunctionUPP creates a universal procedure pointer (UPP) to a selector callback function.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1472304-newselectorfunctionupp
type SiInitSDTblErr ¶
type SiInitSDTblErr int
const ( SdmInitErr SiInitSDTblErr = 11 SdmJTInitErr SiInitSDTblErr = 10 SdmPRAMInitErr SiInitSDTblErr = 13 SdmPriInitErr SiInitSDTblErr = 14 SdmSRTInitErr SiInitSDTblErr = 12 SiInitSDTblErrValue SiInitSDTblErr = 1 SiInitSPTblErr SiInitSDTblErr = 3 SiInitVBLQsErr SiInitSDTblErr = 2 )
func (SiInitSDTblErr) String ¶
func (e SiInitSDTblErr) String() string
type SleepQUPP ¶
See: https://developer.apple.com/documentation/coreservices/sleepqupp
func NewSleepQUPP
deprecated
NewSleepQUPP.
Deprecated: Deprecated since macOS 10.5.
See: https://developer.apple.com/documentation/coreservices/1427411-newsleepqupp
type Sm ¶
type Sm int
const ( SmBadsPtrErr Sm = -346 SmBlkMoveErr Sm = -340 SmByteLanesErr Sm = -347 SmCPUErr Sm = -334 SmCRCFail Sm = -301 SmCkStatusErr Sm = -341 SmDisDrvrNamErr Sm = -343 SmDisabledSlot Sm = -305 SmEmptySlot Sm = -300 SmFormatErr Sm = -302 SmGetDrvrNamErr Sm = -342 SmNewPErr Sm = -339 SmNilsBlockErr Sm = -336 SmNoDir Sm = -304 SmNoGoodOpens Sm = -349 SmNoMoresRsrcs Sm = -344 SmNosInfoArray Sm = -306 SmOffsetErr Sm = -348 SmPRAMInitErr Sm = -292 SmPriInitErr Sm = -293 SmRecNotFnd Sm = -351 SmRevisionErr Sm = -303 SmSDMInitErr Sm = -290 SmSRTInitErr Sm = -291 SmSRTOvrFlErr Sm = -350 SmSelOOBErr Sm = -338 SmSlotOOBErr Sm = -337 SmsGetDrvrErr Sm = -345 SmsPointerNil Sm = -335 // Deprecated. SmAllScripts Sm = -3 // Deprecated. SmAmharic Sm = 28 // Deprecated. SmArabic Sm = 4 // Deprecated. SmArmenian Sm = 24 // Deprecated. SmBadScript Sm = -2 // Deprecated. SmBadVerb Sm = -1 // Deprecated. SmBengali Sm = 13 // Deprecated. SmBurmese Sm = 19 // Deprecated. SmCentralEuroRoman Sm = 29 // Deprecated. SmChar1byte Sm = 0 // Deprecated. SmChar2byte Sm = 32768 // Deprecated. SmCharFISGreek Sm = 5 // Deprecated. SmCharFISRussian Sm = 6 // Deprecated. SmCharHorizontal Sm = 0 // Deprecated. SmCharLeft Sm = 0 // Deprecated. SmCharLower Sm = 0 // Deprecated. SmCharRight Sm = 8192 // Deprecated. SmCharUpper Sm = 16384 // Deprecated. SmCharVertical Sm = 4096 // Deprecated. SmChinese Sm = 2 // Deprecated. SmCurrentScript Sm = -2 // Deprecated. SmCyrillic Sm = 7 // Deprecated. SmDevanagari Sm = 9 // Deprecated. SmEastEurRoman Sm = 29 // Deprecated. SmEthiopic Sm = 28 // Deprecated. SmExtArabic Sm = 31 // Deprecated. SmFISClassLvl1 Sm = 0 // Deprecated. SmFISClassLvl2 Sm = 256 // Deprecated. SmFISClassUser Sm = 512 // Deprecated. SmFirstByte Sm = -1 // Deprecated. SmGeez Sm = 28 // Deprecated. SmGeorgian Sm = 23 // Deprecated. SmGreek Sm = 6 // Deprecated. SmGujarati Sm = 11 // Deprecated. SmGurmukhi Sm = 10 // Deprecated. SmHebrew Sm = 5 // Deprecated. SmIdeographicLevel1 Sm = 0 // Deprecated. SmIdeographicLevel2 Sm = 256 // Deprecated. SmIdeographicUser Sm = 512 // Deprecated. SmJamoBogJaeum Sm = 256 // Deprecated. SmJamoBogMoeum Sm = 768 // Deprecated. SmJamoJaeum Sm = 0 // Deprecated. SmJamoMoeum Sm = 512 // Deprecated. SmJapanese Sm = 1 // Deprecated. SmKCHRCache Sm = 38 // Deprecated. SmKanaHardOK Sm = 512 // Deprecated. SmKanaSmall Sm = 256 // Deprecated. SmKanaSoftOK Sm = 768 // Deprecated. SmKannada Sm = 16 // Deprecated. SmKeyScript Sm = 22 // Deprecated. SmKhmer Sm = 20 // Deprecated. SmKlingon Sm = 32 // Deprecated. SmKorean Sm = 3 // Deprecated. SmLao Sm = 22 // Deprecated. SmLaotian Sm = 22 // Deprecated. SmLastByte Sm = 1 // Deprecated. SmMalayalam Sm = 17 // Deprecated. SmMiddleByte Sm = 2 // Deprecated. SmMongolian Sm = 27 // Deprecated. SmNotInstalled Sm = 0 // Deprecated. SmOriya Sm = 12 // Deprecated. SmPunctBlank Sm = 768 // Deprecated. SmPunctGraphic Sm = 1280 // Deprecated. SmPunctNormal Sm = 0 // Deprecated. SmPunctNumber Sm = 256 // Deprecated. SmPunctRepeat Sm = 1024 // Deprecated. SmPunctSymbol Sm = 512 // Deprecated. SmRSymbol Sm = 8 // Deprecated. SmRegionCode Sm = 40 // Deprecated. SmRoman Sm = 0 // Deprecated. SmRussian Sm = 7 // Deprecated. SmSimpChinese Sm = 25 // Deprecated. SmSindhi Sm = 31 // Deprecated. SmSingleByte Sm = 0 // Deprecated. SmSinhalese Sm = 18 // Deprecated. SmSlavic Sm = 29 // Deprecated. SmSysScript Sm = 18 // Deprecated. SmSystemScript Sm = -1 // Deprecated. SmTamil Sm = 14 // Deprecated. SmTelugu Sm = 15 // Deprecated. SmThai Sm = 21 // Deprecated. SmTibetan Sm = 26 // Deprecated. SmTradChinese Sm = 2 // Deprecated. SmUninterp Sm = 32 // Deprecated. SmVietnamese Sm = 30 )
type SmChar ¶ added in v0.5.1
type SmChar uint
const ( // Deprecated. SmCharAscii SmChar = 1 // Deprecated. SmCharBidirect SmChar = 8 // Deprecated. SmCharBopomofo SmChar = 14 // Deprecated. SmCharContextualLR SmChar = 9 // Deprecated. SmCharEuro SmChar = 7 // Deprecated. SmCharExtAscii SmChar = 7 // Deprecated. SmCharFISGana SmChar = 3 // Deprecated. SmCharFISIdeo SmChar = 4 // Deprecated. SmCharFISKana SmChar = 2 // Deprecated. SmCharGanaKana SmChar = 15 // Deprecated. SmCharHangul SmChar = 12 // Deprecated. SmCharHiragana SmChar = 3 // Deprecated. SmCharIdeographic SmChar = 4 // Deprecated. SmCharJamo SmChar = 13 // Deprecated. SmCharKatakana SmChar = 2 // Deprecated. SmCharNonContextualLR SmChar = 10 // Deprecated. SmCharPunct SmChar = 0 // Deprecated. SmCharTwoByteGreek SmChar = 5 // Deprecated. SmCharTwoByteRussian SmChar = 6 )
type SmKey ¶ added in v0.5.1
type SmKey int
const ( // Deprecated. SmKeyDisableKybdSwitch SmKey = -12 // Deprecated. SmKeyDisableKybds SmKey = -6 // Deprecated. SmKeyEnableKybds SmKey = -7 // Deprecated. SmKeyNextInputMethod SmKey = -10 // Deprecated. SmKeyNextKybd SmKey = -4 // Deprecated. SmKeyNextScript SmKey = -1 // Deprecated. SmKeyRoman SmKey = -17 // Deprecated. SmKeySetDirLeftRight SmKey = -15 // Deprecated. SmKeySetDirRightLeft SmKey = -16 // Deprecated. SmKeySwapInputMethod SmKey = -11 // Deprecated. SmKeySwapKybd SmKey = -5 // Deprecated. SmKeySwapScript SmKey = -3 // Deprecated. SmKeySysScript SmKey = -2 // Deprecated. SmKeyToggleDirection SmKey = -9 // Deprecated. SmKeyToggleInline SmKey = -8 )
type SmKeyForceKeyScript ¶ added in v0.5.1
type SmKeyForceKeyScript uint
const ( // Deprecated. SmKeyForceKeyScriptBit SmKeyForceKeyScript = 7 // Deprecated. SmKeyForceKeyScriptMask SmKeyForceKeyScript = 128 )
func (SmKeyForceKeyScript) String ¶ added in v0.5.1
func (e SmKeyForceKeyScript) String() string
type SmMask ¶ added in v0.5.1
type SmMask uint
const ( // Deprecated. SmMaskAll SmMask = 0 // Deprecated. SmMaskAscii SmMask = 1 // Deprecated. SmMaskAscii1 SmMask = 4 // Deprecated. SmMaskAscii2 SmMask = 8 // Deprecated. SmMaskBopomofo2 SmMask = 1024 // Deprecated. SmMaskGana2 SmMask = 128 // Deprecated. SmMaskHangul2 SmMask = 256 // Deprecated. SmMaskJamo2 SmMask = 512 // Deprecated. SmMaskKana1 SmMask = 16 // Deprecated. SmMaskKana2 SmMask = 32 // Deprecated. SmMaskNative SmMask = 2 )
type SmResrvErr ¶
type SmResrvErr int
const ( SmBLFieldBad SmResrvErr = -309 SmBadBoardId SmResrvErr = -319 SmBadRefId SmResrvErr = -330 SmBadsList SmResrvErr = -331 SmBusErrTO SmResrvErr = -320 SmCodeRevErr SmResrvErr = -333 SmDisposePErr SmResrvErr = -312 SmFHBlkDispErr SmResrvErr = -311 SmFHBlockRdErr SmResrvErr = -310 SmGetPRErr SmResrvErr = -314 SmInitStatVErr SmResrvErr = -316 SmInitTblVErr SmResrvErr = -317 SmNoBoardId SmResrvErr = -315 SmNoBoardSRsrc SmResrvErr = -313 SmNoJmpTbl SmResrvErr = -318 SmReservedErr SmResrvErr = -332 SmReservedSlot SmResrvErr = -318 SmResrvErrValue SmResrvErr = -307 SmUnExBusErr SmResrvErr = -308 SvDisabled SmResrvErr = -32640 SvTempDisable SmResrvErr = -32768 )
func (SmResrvErr) String ¶
func (e SmResrvErr) String() string
type SmTrans ¶ added in v0.5.1
type SmTrans uint
const ( // Deprecated. SmTransAscii SmTrans = 0 // Deprecated. SmTransAscii1 SmTrans = 2 // Deprecated. SmTransAscii2 SmTrans = 3 // Deprecated. SmTransBopomofo2 SmTrans = 10 // Deprecated. SmTransCase SmTrans = 254 // Deprecated. SmTransGana2 SmTrans = 7 // Deprecated. SmTransHangul2 SmTrans = 8 // Deprecated. SmTransHangulFormat SmTrans = 2 // Deprecated. SmTransJamo2 SmTrans = 9 // Deprecated. SmTransKana1 SmTrans = 4 // Deprecated. SmTransKana2 SmTrans = 5 // Deprecated. SmTransLower SmTrans = 16384 // Deprecated. SmTransNative SmTrans = 1 // Deprecated. SmTransPreDoubleByting SmTrans = 1 // Deprecated. SmTransPreLowerCasing SmTrans = 2 // Deprecated. SmTransRuleBaseFormat SmTrans = 1 // Deprecated. SmTransSystem SmTrans = 255 // Deprecated. SmTransUpper SmTrans = 32768 )
type SmWordSelectTable ¶ added in v0.5.1
type SmWordSelectTable uint
const ( // Deprecated. IuNumberPartsTable SmWordSelectTable = 2 // Deprecated. IuUnTokenTable SmWordSelectTable = 3 // Deprecated. IuWhiteSpaceList SmWordSelectTable = 4 // Deprecated. IuWordSelectTable SmWordSelectTable = 0 // Deprecated. IuWordWrapTable SmWordSelectTable = 1 // Deprecated. SmNumberPartsTable SmWordSelectTable = 2 // Deprecated. SmUnTokenTable SmWordSelectTable = 3 // Deprecated. SmWhiteSpaceList SmWordSelectTable = 4 // Deprecated. SmWordSelectTableValue SmWordSelectTable = 0 // Deprecated. SmWordWrapTable SmWordSelectTable = 1 )
func (SmWordSelectTable) String ¶ added in v0.5.1
func (e SmWordSelectTable) String() string
type SmallDateBit ¶ added in v0.5.1
type SmallDateBit int
const ( GenCdevRangeBit SmallDateBit = 27 MaxDateField SmallDateBit = 10 SmallDateBitValue SmallDateBit = 31 TogChar12HourBit SmallDateBit = 30 TogCharZCycleBit SmallDateBit = 29 TogDelta12HourBit SmallDateBit = 28 ValidDateFields SmallDateBit = -1 )
func (SmallDateBit) String ¶ added in v0.5.1
func (e SmallDateBit) String() string
type SmfDisableKeyScriptSync ¶ added in v0.5.1
type SmfDisableKeyScriptSync uint
const ( // Deprecated. SmfDisableKeyScriptSyncMask SmfDisableKeyScriptSync = 134217728 )
func (SmfDisableKeyScriptSync) String ¶ added in v0.5.1
func (e SmfDisableKeyScriptSync) String() string
type Smsf ¶ added in v0.5.1
type Smsf uint
const ( // Deprecated. SmsfAutoInit Smsf = 6 // Deprecated. SmsfB0Digits Smsf = 5 // Deprecated. SmsfContext Smsf = 3 // Deprecated. SmsfForms Smsf = 13 // Deprecated. SmsfIntellCP Smsf = 0 // Deprecated. SmsfLigatures Smsf = 14 // Deprecated. SmsfNatCase Smsf = 2 // Deprecated. SmsfNoForceFont Smsf = 4 // Deprecated. SmsfReverse Smsf = 15 // Deprecated. SmsfSingByte Smsf = 1 // Deprecated. SmsfSynchUnstyledTE Smsf = 8 // Deprecated. SmsfUnivExt Smsf = 7 )
type SoundDataChunkPtr ¶
See: https://developer.apple.com/documentation/coreservices/sounddatachunkptr
type StartupFolderIconResource ¶
type StartupFolderIconResource int
const ( ControlPanelFolderIconResource StartupFolderIconResource = -3976 DropFolderIconResource StartupFolderIconResource = -3979 ExtensionsFolderIconResource StartupFolderIconResource = -3973 FontsFolderIconResource StartupFolderIconResource = -3968 FullTrashIconResource StartupFolderIconResource = -3984 MountedFolderIconResource StartupFolderIconResource = -3977 OwnedFolderIconResource StartupFolderIconResource = -3980 PreferencesFolderIconResource StartupFolderIconResource = -3974 PrintMonitorFolderIconResource StartupFolderIconResource = -3975 StartupFolderIconResourceValue StartupFolderIconResource = -3981 )
func (StartupFolderIconResource) String ¶
func (e StartupFolderIconResource) String() string
type String2DateStatus ¶
See: https://developer.apple.com/documentation/coreservices/string2datestatus
type StringToDateStatus ¶
type StringToDateStatus = int16
See: https://developer.apple.com/documentation/coreservices/stringtodatestatus
type SystemCurLang ¶ added in v0.5.1
type SystemCurLang int
const ( CurrentCurLang SystemCurLang = -4 CurrentDefLang SystemCurLang = -5 ScriptCurLang SystemCurLang = -6 ScriptDefLang SystemCurLang = -7 SystemCurLangValue SystemCurLang = -2 SystemDefLang SystemCurLang = -3 )
func (SystemCurLang) String ¶ added in v0.5.1
func (e SystemCurLang) String() string
type TECBufferContextRec ¶
TECBufferContextRec is contains buffers for text and text encoding runs.
See: https://developer.apple.com/documentation/coreservices/tecbuffercontextrec
type TECConversionInfo ¶
TECConversionInfo is contains text encoding conversion information.
See: https://developer.apple.com/documentation/coreservices/tecconversioninfo
type TECConverterContextRec ¶
TECConverterContextRec is contains converter information used by a Text Encoding Converter plug-in.
See: https://developer.apple.com/documentation/coreservices/tecconvertercontextrec
type TECEncodingPairRec ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingpairrec
type TECEncodingPairs ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingpairs
type TECEncodingPairsHandle ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingpairshandle
type TECEncodingPairsPtr ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingpairsptr
type TECEncodingPairsRec ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingpairsrec
type TECEncodingsListHandle ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingslisthandle
type TECEncodingsListPtr ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingslistptr
type TECEncodingsListRec ¶
See: https://developer.apple.com/documentation/coreservices/tecencodingslistrec
type TECInfo ¶
TECInfo is contains information about the Unicode Converter, the Text Encoding Converter, and Basic Text Types.
See: https://developer.apple.com/documentation/coreservices/tecinfo
type TECInternetNameRec ¶
See: https://developer.apple.com/documentation/coreservices/tecinternetnamerec
type TECInternetNameUsageMask ¶
type TECInternetNameUsageMask = uint32
See: https://developer.apple.com/documentation/coreservices/tecinternetnameusagemask
type TECInternetNamesHandle ¶
See: https://developer.apple.com/documentation/coreservices/tecinternetnameshandle
type TECInternetNamesPtr ¶
See: https://developer.apple.com/documentation/coreservices/tecinternetnamesptr
type TECInternetNamesRec ¶
See: https://developer.apple.com/documentation/coreservices/tecinternetnamesrec
type TECLocaleListToEncodingListPtr ¶
See: https://developer.apple.com/documentation/coreservices/teclocalelisttoencodinglistptr
type TECLocaleListToEncodingListRec ¶
See: https://developer.apple.com/documentation/coreservices/teclocalelisttoencodinglistrec
type TECLocaleToEncodingsListHandle ¶
See: https://developer.apple.com/documentation/coreservices/teclocaletoencodingslisthandle
type TECLocaleToEncodingsListPtr ¶
See: https://developer.apple.com/documentation/coreservices/teclocaletoencodingslistptr
type TECLocaleToEncodingsListRec ¶
See: https://developer.apple.com/documentation/coreservices/teclocaletoencodingslistrec
type TECObjectRef ¶
type TECObjectRef uintptr
TECObjectRef is defines an opaque reference to a converter object.
See: https://developer.apple.com/documentation/coreservices/tecobjectref
type TECPluginDispatchTable ¶
TECPluginDispatchTable is contains version and signature information and pointers to the callback functions used by a text encoding converter plug-in.
See: https://developer.apple.com/documentation/coreservices/tecplugindispatchtable
type TECPluginGetPluginDispatchTablePtr ¶
TECPluginGetPluginDispatchTablePtr is defines a pointer to a function that returnsa pointer to a plug-in dispatch table.
See: https://developer.apple.com/documentation/coreservices/tecplugingetplugindispatchtableptr
type TECPluginSig ¶
type TECPluginSig = uint32
TECPluginSig is defines a data type for a Text Encoding Converter plug-in signature.
See: https://developer.apple.com/documentation/coreservices/tecpluginsig
type TECPluginSignature ¶
type TECPluginSignature = uint32
TECPluginSignature is defines a data type for a Text Encoding Converter plug-in signature.
See: https://developer.apple.com/documentation/coreservices/tecpluginsignature
type TECPluginStateRec ¶
TECPluginStateRec is contains state information for a Text Encoding Converter plug-in.
See: https://developer.apple.com/documentation/coreservices/tecpluginstaterec
type TECPluginVersion ¶
type TECPluginVersion = uint32
TECPluginVersion is defines a data type for Text Encoding Converter plug-in version.
See: https://developer.apple.com/documentation/coreservices/tecpluginversion
type TECSnifferContextRec ¶
TECSnifferContextRec is contains infomation used by a sniffer object.
See: https://developer.apple.com/documentation/coreservices/tecsniffercontextrec
type TECSnifferObjectRef ¶
type TECSnifferObjectRef uintptr
TECSnifferObjectRef is defines a reference to an opaque sniffer object.
See: https://developer.apple.com/documentation/coreservices/tecsnifferobjectref
type TECSubTextEncodingRec ¶
See: https://developer.apple.com/documentation/coreservices/tecsubtextencodingrec
type TECSubTextEncodingsHandle ¶
See: https://developer.apple.com/documentation/coreservices/tecsubtextencodingshandle
type TECSubTextEncodingsPtr ¶
See: https://developer.apple.com/documentation/coreservices/tecsubtextencodingsptr
type TECSubTextEncodingsRec ¶
See: https://developer.apple.com/documentation/coreservices/tecsubtextencodingsrec
type TScriptingSizeResource ¶
type TScriptingSizeResource struct {
ScriptingSizeFlags unsafe.Pointer
MinStackSize uint32
PreferredStackSize uint32
MaxStackSize uint32
MinHeapSize uint32
PreferredHeapSize uint32
MaxHeapSize uint32
}
TScriptingSizeResource - Defines a data type to store stack and heap information. Not typically used by developers.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/tscriptingsizeresource
type TableDirectoryRecord ¶
See: https://developer.apple.com/documentation/coreservices/tabledirectoryrecord
type TaskStorageIndex ¶
type TaskStorageIndex = objectivec.IObject
TaskStorageIndex is represents a task storage index value used by functions described in “Accessing Per-Task Storage Variables.”.
See: https://developer.apple.com/documentation/coreservices/taskstorageindex
type TaskStorageValue ¶
TaskStorageValue is represents a task storage value used by functions described in “Accessing Per-Task Storage Variables.”.
See: https://developer.apple.com/documentation/coreservices/taskstoragevalue
func MPGetTaskStorageValue
deprecated
func MPGetTaskStorageValue(arg0 TaskStorageIndex) TaskStorageValue
MPGetTaskStorageValue gets the storage value stored at a specified index number.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1585589-mpgettaskstoragevalue
type TeScrapSizeErr ¶
type TeScrapSizeErr int
const ( DriverHardwareGoneErr TeScrapSizeErr = -503 HwParamErr TeScrapSizeErr = -502 TeScrapSizeErrValue TeScrapSizeErr = -501 )
func (TeScrapSizeErr) String ¶
func (e TeScrapSizeErr) String() string
type Tel ¶
type Tel int
const ( TelAPattNotSupp Tel = -10016 TelAlreadyOpen Tel = -10070 TelAutoAnsNotOn Tel = -10112 TelBadAPattErr Tel = -10015 TelBadBearerType Tel = -10058 TelBadCAErr Tel = -10003 TelBadCodeResource Tel = -10108 TelBadDNDType Tel = -10023 TelBadDNErr Tel = -10002 TelBadDNType Tel = -10050 TelBadDisplayMode Tel = -10062 TelBadFeatureID Tel = -10053 TelBadFunction Tel = -10091 TelBadFwdType Tel = -10054 TelBadHTypeErr Tel = -10010 TelBadHandErr Tel = -10004 TelBadIndex Tel = -10017 TelBadIntExt Tel = -10021 TelBadIntercomID Tel = -10052 TelBadLevelErr Tel = -10012 TelBadPageID Tel = -10051 TelBadParkID Tel = -10056 TelBadPickupGroupID Tel = -10055 TelBadProcErr Tel = -10005 TelBadProcID Tel = -10110 TelBadRate Tel = -10059 TelBadSWErr Tel = -10114 TelBadSampleRate Tel = -10115 TelBadSelect Tel = -10057 TelBadStateErr Tel = -10019 TelBadTermErr Tel = -10001 TelBadVTypeErr Tel = -10013 TelCANotAcceptable Tel = -10080 TelCANotDeflectable Tel = -10082 TelCANotRejectable Tel = -10081 TelCBErr Tel = -10046 TelConfErr Tel = -10042 TelConfLimitErr Tel = -10040 TelConfLimitExceeded Tel = -10047 TelConfNoLimit Tel = -10041 TelConfRej Tel = -10043 TelDNDTypeNotSupp Tel = -10024 TelDNTypeNotSupp Tel = -10060 TelDetAlreadyOn Tel = -10113 TelDeviceNotFound Tel = -10109 TelDisplayModeNotSupp Tel = -10063 TelFeatActive Tel = -10032 TelFeatNotAvail Tel = -10031 TelFeatNotSub Tel = -10030 TelFeatNotSupp Tel = -10033 TelFwdTypeNotSupp Tel = -10061 TelGenericError Tel = -1 TelHTypeNotSupp Tel = -10011 TelIndexNotSupp Tel = -10018 TelInitFailed Tel = -10107 TelIntExtNotSupp Tel = -10022 TelNoCallbackRef Tel = -10064 TelNoCommFolder Tel = -10106 TelNoErr Tel = 0 TelNoMemErr Tel = -10007 TelNoOpenErr Tel = -10008 TelNoSuchTool Tel = -10102 TelNoTools Tel = 8 TelNotEnoughdspBW Tel = -10116 TelPBErr Tel = -10090 TelStateNotSupp Tel = -10020 TelStillNeeded Tel = -10071 TelTermNotOpen Tel = -10072 TelTransferErr Tel = -10044 TelTransferRej Tel = -10045 TelUnknownErr Tel = -10103 TelVTypeNotSupp Tel = -10014 TelValidateFailed Tel = -10111 )
type TextBreakLocatorRef ¶
type TextBreakLocatorRef uintptr
TextBreakLocatorRef is refers to an opaque object that encapsulates locale and text-break information for the purpose of finding boundaries in Unicode text.
See: https://developer.apple.com/documentation/coreservices/textbreaklocatorref
type TextEncoding ¶
type TextEncoding = uint32
TextEncoding is defines a data type for a text encoding value.
See: https://developer.apple.com/documentation/coreservices/textencoding
func CreateTextEncoding ¶
func CreateTextEncoding(arg0 TextEncodingBase, arg1 TextEncodingVariant, arg2 TextEncodingFormat) TextEncoding
CreateTextEncoding creates and returns a text encoding specification.
See: https://developer.apple.com/documentation/coreservices/1399639-createtextencoding
func ResolveDefaultTextEncoding ¶
func ResolveDefaultTextEncoding(arg0 TextEncoding) TextEncoding
ResolveDefaultTextEncoding returns a text encoding specification in which any meta-valueshave been resolved to real values.
See: https://developer.apple.com/documentation/coreservices/1400111-resolvedefaulttextencoding
type TextEncodingBase ¶
type TextEncodingBase = uint32
TextEncodingBase is specify base text encodings.
See: https://developer.apple.com/documentation/coreservices/textencodingbase
func GetTextEncodingBase ¶
func GetTextEncodingBase(arg0 TextEncoding) TextEncodingBase
GetTextEncodingBase returns the base encoding of the specified text encoding.
See: https://developer.apple.com/documentation/coreservices/1399792-gettextencodingbase
type TextEncodingFormat ¶
type TextEncodingFormat = uint32
TextEncodingFormat is specify a text encoding format.
See: https://developer.apple.com/documentation/coreservices/textencodingformat
func GetTextEncodingFormat ¶
func GetTextEncodingFormat(arg0 TextEncoding) TextEncodingFormat
GetTextEncodingFormat returns the format value of the specified text encoding.
See: https://developer.apple.com/documentation/coreservices/1400318-gettextencodingformat
type TextEncodingNameSelector ¶
type TextEncodingNameSelector = uint32
TextEncodingNameSelector is specify the part of an encoding name you want to obtain.
See: https://developer.apple.com/documentation/coreservices/textencodingnameselector
type TextEncodingRun ¶
TextEncodingRun is contains text encoding information for a text run.
See: https://developer.apple.com/documentation/coreservices/textencodingrun
type TextEncodingRunPtr ¶
See: https://developer.apple.com/documentation/coreservices/textencodingrunptr
type TextEncodingVariant ¶
type TextEncodingVariant = uint32
TextEncodingVariant is defines a data type for a text encoding variant.
See: https://developer.apple.com/documentation/coreservices/textencodingvariant
func GetTextEncodingVariant ¶
func GetTextEncodingVariant(arg0 TextEncoding) TextEncodingVariant
GetTextEncodingVariant returns the variant from the specified text encoding.
See: https://developer.apple.com/documentation/coreservices/1400250-gettextencodingvariant
type TextParser ¶
type TextParser int
const ( TextParserBadParamErr TextParser = -5220 TextParserBadParserObjectErr TextParser = -5223 TextParserBadTextEncodingErr TextParser = -5227 TextParserBadTextLanguageErr TextParser = -5226 TextParserBadTokenValueErr TextParser = -5222 TextParserNoMoreTextErr TextParser = -5225 TextParserNoMoreTokensErr TextParser = -5229 TextParserNoSuchTokenFoundErr TextParser = -5228 TextParserObjectNotFoundErr TextParser = -5221 TextParserParamErr TextParser = -5224 )
func (TextParser) String ¶
func (e TextParser) String() string
type TextPtr ¶
type TextPtr = uint8
See: https://developer.apple.com/documentation/coreservices/textptr
type TextRange ¶
TextRange - Specifies a range of text. Not typically used by developers.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/textrange
type TextRangeArray ¶
TextRangeArray - Specifies an array of text ranges. Not typically used by developers.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/textrangearray
type TextRangeArrayHandle ¶
type TextRangeArrayHandle = *TextRangeArrayPtr
See: https://developer.apple.com/documentation/coreservices/textrangearrayhandle
type TextRangeArrayPtr ¶
type TextRangeArrayPtr = *TextRangeArray
See: https://developer.apple.com/documentation/coreservices/textrangearrayptr
type TextRangeHandle ¶
type TextRangeHandle = *TextRangePtr
See: https://developer.apple.com/documentation/coreservices/textrangehandle
type TextRangePtr ¶
type TextRangePtr = *TextRange
See: https://developer.apple.com/documentation/coreservices/textrangeptr
type TextToUnicodeInfo ¶
type TextToUnicodeInfo = uintptr
TextToUnicodeInfo is defines reference to an opaque Unicode converter object.
See: https://developer.apple.com/documentation/coreservices/texttounicodeinfo
type Theme ¶
type Theme int
const ( ThemeBadCursorIndexErr Theme = -30565 ThemeBadTextColorErr Theme = -30563 ThemeHasNoAccentsErr Theme = -30564 ThemeInvalidBrushErr Theme = -30560 ThemeMonitorDepthNotSupportedErr Theme = -30567 ThemeNoAppropriateBrushErr Theme = -30568 ThemeProcessNotRegisteredErr Theme = -30562 ThemeProcessRegisteredErr Theme = -30561 ThemeScriptFontNotFoundErr Theme = -30566 )
type ThreadBadAppContext ¶ added in v0.5.1
type ThreadBadAppContext int
const (
ThreadBadAppContextErr ThreadBadAppContext = -616
)
func (ThreadBadAppContext) String ¶ added in v0.5.1
func (e ThreadBadAppContext) String() string
type ThreadEntryUPP ¶
See: https://developer.apple.com/documentation/coreservices/threadentryupp
func NewThreadEntryUPP
deprecated
func NewThreadEntryUPP(arg0 unsafe.Pointer) ThreadEntryUPP
NewThreadEntryUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574224-newthreadentryupp
type ThreadID ¶
type ThreadID = uint
See: https://developer.apple.com/documentation/coreservices/threadid
func InvokeDebuggerThreadSchedulerUPP
deprecated
func InvokeDebuggerThreadSchedulerUPP(arg0 SchedulerInfoRecPtr, arg1 DebuggerThreadSchedulerUPP) ThreadID
InvokeDebuggerThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574211-invokedebuggerthreadschedulerupp
func InvokeThreadSchedulerUPP
deprecated
func InvokeThreadSchedulerUPP(arg0 SchedulerInfoRecPtr, arg1 ThreadSchedulerUPP) ThreadID
InvokeThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574302-invokethreadschedulerupp
type ThreadOptions ¶
type ThreadOptions = uint32
See: https://developer.apple.com/documentation/coreservices/threadoptions
type ThreadSchedulerTPP ¶
See: https://developer.apple.com/documentation/coreservices/threadschedulertpp
type ThreadSchedulerUPP ¶
See: https://developer.apple.com/documentation/coreservices/threadschedulerupp
func NewThreadSchedulerUPP
deprecated
func NewThreadSchedulerUPP(arg0 unsafe.Pointer) ThreadSchedulerUPP
NewThreadSchedulerUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574293-newthreadschedulerupp
type ThreadState ¶
type ThreadState = uint16
See: https://developer.apple.com/documentation/coreservices/threadstate
type ThreadStyle ¶
type ThreadStyle = uint32
See: https://developer.apple.com/documentation/coreservices/threadstyle
type ThreadSwitchUPP ¶
See: https://developer.apple.com/documentation/coreservices/threadswitchupp
func NewThreadSwitchUPP
deprecated
func NewThreadSwitchUPP(arg0 unsafe.Pointer) ThreadSwitchUPP
NewThreadSwitchUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574243-newthreadswitchupp
type ThreadTaskRef ¶
type ThreadTaskRef uintptr
See: https://developer.apple.com/documentation/coreservices/threadtaskref
type ThreadTerminationTPP ¶
See: https://developer.apple.com/documentation/coreservices/threadterminationtpp
type ThreadTerminationUPP ¶
See: https://developer.apple.com/documentation/coreservices/threadterminationupp
func NewThreadTerminationUPP
deprecated
func NewThreadTerminationUPP(arg0 unsafe.Pointer) ThreadTerminationUPP
NewThreadTerminationUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574221-newthreadterminationupp
type TimeCycle24 ¶ added in v0.5.1
type TimeCycle24 uint
const ( Century TimeCycle24 = 128 DayLdingZ TimeCycle24 = 32 HrLeadingZ TimeCycle24 = 128 LongDay TimeCycle24 = 0 LongMonth TimeCycle24 = 2 LongWeek TimeCycle24 = 1 LongYear TimeCycle24 = 3 MinLeadingZ TimeCycle24 = 64 MntLdingZ TimeCycle24 = 64 SecLeadingZ TimeCycle24 = 32 SupDay TimeCycle24 = 1 SupMonth TimeCycle24 = 4 SupWeek TimeCycle24 = 2 SupYear TimeCycle24 = 8 TimeCycle12 TimeCycle24 = 255 TimeCycle24Value TimeCycle24 = 0 TimeCycleZero TimeCycle24 = 1 ZeroCycle TimeCycle24 = 1 )
func (TimeCycle24) String ¶ added in v0.5.1
func (e TimeCycle24) String() string
type TimerUPP ¶
See: https://developer.apple.com/documentation/coreservices/timerupp
func NewTimerUPP
deprecated
NewTimerUPP.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1550787-newtimerupp
type ToggleResults ¶
type ToggleResults = int16
See: https://developer.apple.com/documentation/coreservices/toggleresults
type TokLeftQuote ¶ added in v0.5.1
type TokLeftQuote uint
const ( CurNumberPartsVersion TokLeftQuote = 1 TokDecPoint TokLeftQuote = 14 TokEMinus TokLeftQuote = 16 TokEPlus TokLeftQuote = 15 TokEscape TokLeftQuote = 13 TokLeadPlacer TokLeftQuote = 3 TokLeader TokLeftQuote = 4 TokLeftQuoteValue TokLeftQuote = 1 TokMaxSymbols TokLeftQuote = 31 TokMinusSign TokLeftQuote = 9 TokNonLeader TokLeftQuote = 5 TokPercent TokLeftQuote = 7 TokPlusSign TokLeftQuote = 8 TokReserved TokLeftQuote = 11 TokRightQuote TokLeftQuote = 2 TokSeparator TokLeftQuote = 12 TokThousands TokLeftQuote = 10 TokZeroLead TokLeftQuote = 6 )
func (TokLeftQuote) String ¶ added in v0.5.1
func (e TokLeftQuote) String() string
type Token ¶ added in v0.5.1
type Token int
const ( // Deprecated. Token1Quote Token = 52 // Deprecated. Token2Equal Token = 38 // Deprecated. Token2Quote Token = 51 // Deprecated. TokenAlpha Token = 4 // Deprecated. TokenAltNum Token = 11 // Deprecated. TokenAltReal Token = 13 // Deprecated. TokenAmpersand Token = 57 // Deprecated. TokenAsterisk Token = 26 // Deprecated. TokenAtSign Token = 58 // Deprecated. TokenBackSlash Token = 30 // Deprecated. TokenBar Token = 59 // Deprecated. TokenCapPi Token = 66 // Deprecated. TokenCaret Token = 55 // Deprecated. TokenCenterDot Token = 78 // Deprecated. TokenColon Token = 68 // Deprecated. TokenColonEqual Token = 39 // Deprecated. TokenComma Token = 45 // Deprecated. TokenDivide Token = 27 // Deprecated. TokenDollar Token = 70 // Deprecated. TokenEllipsis Token = 77 // Deprecated. TokenEmpty Token = -1 // Deprecated. TokenEqual Token = 33 // Deprecated. TokenEscape Token = 10 // Deprecated. TokenExclam Token = 43 // Deprecated. TokenExclamEqual Token = 42 // Deprecated. TokenFraction Token = 72 // Deprecated. TokenGreat Token = 32 // Deprecated. TokenGreatEqual1 Token = 37 // Deprecated. TokenGreatEqual2 Token = 36 // Deprecated. TokenHash Token = 69 // Deprecated. TokenInfinity Token = 67 // Deprecated. TokenIntegral Token = 64 // Deprecated. TokenIntl Token = 4 // Deprecated. TokenIntlCurrency Token = 73 // Deprecated. TokenLeft1Quote Token = 49 // Deprecated. TokenLeft2Quote Token = 47 // Deprecated. TokenLeftBracket Token = 18 // Deprecated. TokenLeftComment Token = 7 // Deprecated. TokenLeftCurly Token = 20 // Deprecated. TokenLeftEnclose Token = 22 // Deprecated. TokenLeftLit Token = 2 // Deprecated. TokenLeftParen Token = 16 // Deprecated. TokenLeftSingGuillemet Token = 74 // Deprecated. TokenLess Token = 31 // Deprecated. TokenLessEqual1 Token = 35 // Deprecated. TokenLessEqual2 Token = 34 // Deprecated. TokenLessGreat Token = 41 // Deprecated. TokenLiteral Token = 9 // Deprecated. TokenMicro Token = 65 // Deprecated. TokenMinus Token = 25 // Deprecated. TokenNewLine Token = 6 // Deprecated. TokenNil Token = 127 // Deprecated. TokenNoBreakSpace Token = 71 // Deprecated. TokenNotEqual Token = 40 // Deprecated. TokenNumeric Token = 5 // Deprecated. TokenPerThousand Token = 76 // Deprecated. TokenPercent Token = 54 // Deprecated. TokenPeriod Token = 46 // Deprecated. TokenPi Token = 61 // Deprecated. TokenPlus Token = 24 // Deprecated. TokenPlusMinus Token = 28 // Deprecated. TokenQuestion Token = 60 // Deprecated. TokenRealNum Token = 12 // Deprecated. TokenReserve1 Token = 14 // Deprecated. TokenReserve2 Token = 15 // Deprecated. TokenRight1Quote Token = 50 // Deprecated. TokenRight2Quote Token = 48 // Deprecated. TokenRightBracket Token = 19 // Deprecated. TokenRightComment Token = 8 // Deprecated. TokenRightCurly Token = 21 // Deprecated. TokenRightEnclose Token = 23 // Deprecated. TokenRightLit Token = 3 // Deprecated. TokenRightParen Token = 17 // Deprecated. TokenRightSingGuillemet Token = 75 // Deprecated. TokenRoot Token = 62 // Deprecated. TokenSemicolon Token = 53 // Deprecated. TokenSigma Token = 63 // Deprecated. TokenSlash Token = 29 // Deprecated. TokenTilde Token = 44 // Deprecated. TokenUnderline Token = 56 // Deprecated. TokenUnknown Token = 0 // Deprecated. TokenWhite Token = 1 )
type Tsm ¶
type Tsm int
const ( TsmAlreadyRegisteredErr Tsm = -2503 TsmCantChangeForcedClassStateErr Tsm = -2530 TsmCantOpenComponentErr Tsm = -2509 TsmComponentAlreadyOpenErr Tsm = -2515 TsmComponentNoErr Tsm = 0 TsmComponentPropertyNotFoundErr Tsm = -2532 TsmComponentPropertyUnsupportedErr Tsm = -2531 TsmDefaultIsNotInputMethodErr Tsm = -2524 TsmDocNotActiveErr Tsm = -2507 TsmDocPropertyBufferTooSmallErr Tsm = -2529 TsmDocPropertyNotFoundErr Tsm = -2528 TsmDocumentOpenErr Tsm = -2511 TsmInputMethodIsOldErr Tsm = -2516 TsmInputMethodNotFoundErr Tsm = -2501 TsmInputModeChangeFailedErr Tsm = -2533 TsmInvalidContext Tsm = -2520 TsmInvalidDocIDErr Tsm = -2505 TsmNeverRegisteredErr Tsm = -2504 TsmNoHandler Tsm = -2521 TsmNoMoreTokens Tsm = -2522 TsmNoOpenTSErr Tsm = -2508 TsmNoStem Tsm = -2523 TsmNotAnAppErr Tsm = -2502 TsmScriptHasNoIMErr Tsm = -2517 TsmTSHasNoMenuErr Tsm = -2513 TsmTSMDocBusyErr Tsm = -2506 TsmTSNotOpenErr Tsm = -2514 TsmTextServiceNotFoundErr Tsm = -2510 TsmUnknownErr Tsm = -2519 TsmUnsupScriptLanguageErr Tsm = -2500 TsmUnsupportedTypeErr Tsm = -2518 TsmUseInputWindowErr Tsm = -2512 )
type Type ¶
type Type uint
const ( // Type128BitFloatingPoint: 128-bit floating point value. Type128BitFloatingPoint Type = 'l'<<24 | 'd'<<16 | 'b'<<8 | 'l' // 'ldbl' // TypeAEList: List of descriptors. TypeAEList Type = 'l'<<24 | 'i'<<16 | 's'<<8 | 't' // 'list' // TypeAERecord: List of keyword-specified descriptors. TypeAERecord Type = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'o' // 'reco' TypeAEText Type = 't'<<24 | 'T'<<16 | 'X'<<8 | 'T' // 'tTXT' // TypeAbsoluteOrdinal: Specifies a descriptor whose data consists of one of the constants `kAEFirst`, `kAEMiddle`, `kAELast`, `kAEAny`, or `kAEAll`, which are described in AEDisposeToken. TypeAbsoluteOrdinal Type = 'a'<<24 | 'b'<<16 | 's'<<8 | 'o' // 'abso' // TypeAlias: Alias. TypeAlias Type = 'a'<<24 | 'l'<<16 | 'i'<<8 | 's' // 'alis' // TypeAppParameters: Process Manager launch parameters. TypeAppParameters Type = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'a' // 'appa' // TypeApplSignature: Application signature. TypeApplSignature Type = 's'<<24 | 'i'<<16 | 'g'<<8 | 'n' // 'sign' // TypeAppleEvent: Apple event. TypeAppleEvent Type = 'a'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'aevt' // TypeApplicationURL: For specifying an application by URL. TypeApplicationURL Type = 'a'<<24 | 'p'<<16 | 'r'<<8 | 'l' // 'aprl' TypeArc Type = 'c'<<24 | 'a'<<16 | 'r'<<8 | 'c' // 'carc' TypeBest Type = 'b'<<24 | 'e'<<16 | 's'<<8 | 't' // 'best' TypeBookmarkData Type = 'b'<<24 | 'm'<<16 | 'r'<<8 | 'k' // 'bmrk' // TypeBoolean: Boolean value—single byte with value 0 or 1. TypeBoolean Type = 'b'<<24 | 'o'<<16 | 'o'<<8 | 'l' // 'bool' TypeCFAbsoluteTime Type = 'c'<<24 | 'f'<<16 | 'a'<<8 | 't' // 'cfat' // TypeCString: C string—Mac OS Roman characters followed by a NULL byte. TypeCString Type = 'c'<<24 | 's'<<16 | 't'<<8 | 'r' // 'cstr' TypeCell Type = 'c'<<24 | 'c'<<16 | 'e'<<8 | 'l' // 'ccel' TypeCentimeters Type = 'c'<<24 | 'm'<<16 | 't'<<8 | 'r' // 'cmtr' // TypeChar: # Discussion TypeChar Type = 'T'<<24 | 'E'<<16 | 'X'<<8 | 'T' // 'TEXT' TypeClassInfo Type = 'g'<<24 | 'c'<<16 | 'l'<<8 | 'i' // 'gcli' TypeColorTable Type = 'c'<<24 | 'l'<<16 | 'r'<<8 | 't' // 'clrt' TypeColumn Type = 'c'<<24 | 'c'<<16 | 'o'<<8 | 'l' // 'ccol' // TypeCompDescriptor: Specifies a comparison descriptor. TypeCompDescriptor Type = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'd' // 'cmpd' TypeCubicCentimeter Type = 'c'<<24 | 'c'<<16 | 'm'<<8 | 't' // 'ccmt' TypeCubicFeet Type = 'c'<<24 | 'f'<<16 | 'e'<<8 | 't' // 'cfet' TypeCubicInches Type = 'c'<<24 | 'u'<<16 | 'i'<<8 | 'n' // 'cuin' TypeCubicMeters Type = 'c'<<24 | 'm'<<16 | 'e'<<8 | 't' // 'cmet' TypeCubicYards Type = 'c'<<24 | 'y'<<16 | 'r'<<8 | 'd' // 'cyrd' // TypeCurrentContainer: Specifies a container for an element that demarcates one boundary in a range. TypeCurrentContainer Type = 'c'<<24 | 'c'<<16 | 'n'<<8 | 't' // 'ccnt' TypeDashStyle Type = 't'<<24 | 'd'<<16 | 'a'<<8 | 's' // 'tdas' TypeData Type = 't'<<24 | 'd'<<16 | 't'<<8 | 'a' // 'tdta' // TypeDecimalStruct: Decimal. TypeDecimalStruct Type = 'd'<<24 | 'e'<<16 | 'c'<<8 | 'm' // 'decm' TypeDegreesC Type = 'd'<<24 | 'e'<<16 | 'g'<<8 | 'c' // 'degc' TypeDegreesF Type = 'd'<<24 | 'e'<<16 | 'g'<<8 | 'f' // 'degf' TypeDegreesK Type = 'd'<<24 | 'e'<<16 | 'g'<<8 | 'k' // 'degk' TypeDrawingArea Type = 'c'<<24 | 'd'<<16 | 'r'<<8 | 'w' // 'cdrw' TypeEPS Type = 'E'<<24 | 'P'<<16 | 'S'<<8 | ' ' // 'EPS ' TypeElemInfo Type = 'e'<<24 | 'l'<<16 | 'i'<<8 | 'n' // 'elin' // TypeEncodedString: Styled Unicode text. TypeEncodedString Type = 'e'<<24 | 'n'<<16 | 'c'<<8 | 's' // 'encs' // TypeEnumerated: Enumerated data. TypeEnumerated Type = 'e'<<24 | 'n'<<16 | 'u'<<8 | 'm' // 'enum' TypeEnumeration Type = 'e'<<24 | 'n'<<16 | 'u'<<8 | 'm' // 'enum' TypeEventInfo Type = 'e'<<24 | 'v'<<16 | 'i'<<8 | 'n' // 'evin' TypeEventRecord Type = 'e'<<24 | 'v'<<16 | 'r'<<8 | 'c' // 'evrc' // TypeFSRef: File system reference. TypeFSRef Type = 'f'<<24 | 's'<<16 | 'r'<<8 | 'f' // 'fsrf' // TypeFalse: [FALSE] Boolean value. TypeFalse Type = 'f'<<24 | 'a'<<16 | 'l'<<8 | 's' // 'fals' TypeFeet Type = 'f'<<24 | 'e'<<16 | 'e'<<8 | 't' // 'feet' // TypeFileURL: A file URL. TypeFileURL Type = 'f'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'furl' TypeFinderWindow Type = 'f'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'fwin' TypeFixed Type = 'f'<<24 | 'i'<<16 | 'x'<<8 | 'd' // 'fixd' TypeFixedPoint Type = 'f'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'fpnt' TypeFixedRectangle Type = 'f'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'frct' TypeGIF Type = 'G'<<24 | 'I'<<16 | 'F'<<8 | 'f' // 'GIFf' TypeGallons Type = 'g'<<24 | 'a'<<16 | 'l'<<8 | 'n' // 'galn' TypeGrams Type = 'g'<<24 | 'r'<<16 | 'a'<<8 | 'm' // 'gram' TypeGraphicLine Type = 'g'<<24 | 'l'<<16 | 'i'<<8 | 'n' // 'glin' TypeGraphicText Type = 'c'<<24 | 'g'<<16 | 't'<<8 | 'x' // 'cgtx' TypeGroupedGraphic Type = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'c' // 'cpic' // TypeIEEE32BitFloatingPoint: 32-bit floating point value. TypeIEEE32BitFloatingPoint Type = 's'<<24 | 'i'<<16 | 'n'<<8 | 'g' // 'sing' // TypeIEEE64BitFloatingPoint: 64-bit floating point value. TypeIEEE64BitFloatingPoint Type = 'd'<<24 | 'o'<<16 | 'u'<<8 | 'b' // 'doub' TypeISO8601DateTime Type = 'i'<<24 | 's'<<16 | 'o'<<8 | 't' // 'isot' TypeInches Type = 'i'<<24 | 'n'<<16 | 'c'<<8 | 'h' // 'inch' // TypeIndexDescriptor: Specifies a descriptor whose data indicates an indexed position within a range of values. TypeIndexDescriptor Type = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'e' // 'inde' TypeInsertionLoc Type = 'i'<<24 | 'n'<<16 | 's'<<8 | 'l' // 'insl' // TypeIntlText: For important information, see the Version Notes section of the typeUnicodeText enum. TypeIntlText Type = 'i'<<24 | 't'<<16 | 'x'<<8 | 't' // 'itxt' TypeIntlWritingCode Type = 'i'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'intl' TypeJPEG Type = 'J'<<24 | 'P'<<16 | 'E'<<8 | 'G' // 'JPEG' // TypeKernelProcessID: Indicates a descriptor containing a UNIX process ID. TypeKernelProcessID Type = 'k'<<24 | 'p'<<16 | 'i'<<8 | 'd' // 'kpid' // TypeKeyword: Apple event keyword. TypeKeyword Type = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'w' // 'keyw' TypeKilograms Type = 'k'<<24 | 'g'<<16 | 'r'<<8 | 'm' // 'kgrm' TypeKilometers Type = 'k'<<24 | 'm'<<16 | 't'<<8 | 'r' // 'kmtr' TypeLiters Type = 'l'<<24 | 'i'<<16 | 't'<<8 | 'r' // 'litr' // TypeLogicalDescriptor: Specifies a logical descriptor. TypeLogicalDescriptor Type = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'i' // 'logi' TypeLongDateTime Type = 'l'<<24 | 'd'<<16 | 't'<<8 | ' ' // 'ldt ' TypeLongFixed Type = 'l'<<24 | 'f'<<16 | 'x'<<8 | 'd' // 'lfxd' TypeLongFixedPoint Type = 'l'<<24 | 'f'<<16 | 'p'<<8 | 't' // 'lfpt' TypeLongFixedRectangle Type = 'l'<<24 | 'f'<<16 | 'r'<<8 | 'c' // 'lfrc' TypeLongPoint Type = 'l'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'lpnt' TypeLongRectangle Type = 'l'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'lrct' // TypeMachPort: Indicates a descriptor that specifies a Mach port. TypeMachPort Type = 'p'<<24 | 'o'<<16 | 'r'<<8 | 't' // 'port' TypeMachineLoc Type = 'm'<<24 | 'L'<<16 | 'o'<<8 | 'c' // 'mLoc' TypeMeters Type = 'm'<<24 | 'e'<<16 | 't'<<8 | 'r' // 'metr' TypeMiles Type = 'm'<<24 | 'i'<<16 | 'l'<<8 | 'e' // 'mile' // TypeNull: A null data storage pointer. TypeNull Type = 'n'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'null' // TypeOSLTokenList: Specifies a descriptor whose data consists of a list of tokens. TypeOSLTokenList Type = 'o'<<24 | 's'<<16 | 't'<<8 | 'l' // 'ostl' // TypeObjectBeingExamined: # Discussion TypeObjectBeingExamined Type = 'e'<<24 | 'x'<<16 | 'm'<<8 | 'n' // 'exmn' // TypeObjectSpecifier: Specifies a descriptor used with the `keyAEContainer` keyword in a keyword-specified descriptor. TypeObjectSpecifier Type = 'o'<<24 | 'b'<<16 | 'j'<<8 | ' ' // 'obj ' TypeOunces Type = 'o'<<24 | 'z'<<16 | 's'<<8 | ' ' // 'ozs ' TypeOval Type = 'c'<<24 | 'o'<<16 | 'v'<<8 | 'l' // 'covl' // TypePString: Pascal string—unsigned length byte followed by Mac OS Roman characters. TypePString Type = 'p'<<24 | 's'<<16 | 't'<<8 | 'r' // 'pstr' TypeParamInfo Type = 'p'<<24 | 'm'<<16 | 'i'<<8 | 'n' // 'pmin' TypePict Type = 'P'<<24 | 'I'<<16 | 'C'<<8 | 'T' // 'PICT' TypePixMapMinus Type = 't'<<24 | 'p'<<16 | 'm'<<8 | 'm' // 'tpmm' TypePixelMap Type = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'x' // 'cpix' TypePolygon Type = 'c'<<24 | 'p'<<16 | 'g'<<8 | 'n' // 'cpgn' TypePounds Type = 'l'<<24 | 'b'<<16 | 's'<<8 | ' ' // 'lbs ' // TypeProcessSerialNumber: A process serial number. TypeProcessSerialNumber Type = 'p'<<24 | 's'<<16 | 'n'<<8 | ' ' // 'psn ' TypePropInfo Type = 'p'<<24 | 'i'<<16 | 'n'<<8 | 'f' // 'pinf' // TypeProperty: Apple event object property. TypeProperty Type = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop' TypePtr Type = 'p'<<24 | 't'<<16 | 'r'<<8 | ' ' // 'ptr ' TypeQDPoint Type = 'Q'<<24 | 'D'<<16 | 'p'<<8 | 't' // 'QDpt' TypeQDRectangle Type = 'q'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'qdrt' TypeQDRegion Type = 'Q'<<24 | 'r'<<16 | 'g'<<8 | 'n' // 'Qrgn' TypeQuarts Type = 'q'<<24 | 'r'<<16 | 't'<<8 | 's' // 'qrts' TypeRGB16 Type = 't'<<24 | 'r'<<16 | '1'<<8 | '6' // 'tr16' TypeRGB96 Type = 't'<<24 | 'r'<<16 | '9'<<8 | '6' // 'tr96' TypeRGBColor Type = 'c'<<24 | 'R'<<16 | 'G'<<8 | 'B' // 'cRGB' // TypeRangeDescriptor: # Discussion TypeRangeDescriptor Type = 'r'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'rang' TypeRectangle Type = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'c' // 'crec' // TypeRelativeDescriptor: Specifies a descriptor whose data consists of one of the constants `kAENext` or `kAEPrevious`, which are described in AEDisposeToken. TypeRelativeDescriptor Type = 'r'<<24 | 'e'<<16 | 'l'<<8 | ' ' // 'rel ' TypeRotation Type = 't'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'trot' TypeRoundedRectangle Type = 'c'<<24 | 'r'<<16 | 'r'<<8 | 'c' // 'crrc' TypeRow Type = 'c'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'crow' // TypeSInt16: 16-bit signed integer. TypeSInt16 Type = 's'<<24 | 'h'<<16 | 'o'<<8 | 'r' // 'shor' // TypeSInt32: 32-bit signed integer. TypeSInt32 Type = 'l'<<24 | 'o'<<16 | 'n'<<8 | 'g' // 'long' // TypeSInt64: 64-bit signed integer. TypeSInt64 Type = 'c'<<24 | 'o'<<16 | 'm'<<8 | 'p' // 'comp' TypeScrapStyles Type = 's'<<24 | 't'<<16 | 'y'<<8 | 'l' // 'styl' TypeScript Type = 's'<<24 | 'c'<<16 | 'p'<<8 | 't' // 'scpt' // TypeSectionH: Handle to a section record. TypeSectionH Type = 's'<<24 | 'e'<<16 | 'c'<<8 | 't' // 'sect' TypeSquareFeet Type = 's'<<24 | 'q'<<16 | 'f'<<8 | 't' // 'sqft' TypeSquareKilometers Type = 's'<<24 | 'q'<<16 | 'k'<<8 | 'm' // 'sqkm' TypeSquareMeters Type = 's'<<24 | 'q'<<16 | 'r'<<8 | 'm' // 'sqrm' TypeSquareMiles Type = 's'<<24 | 'q'<<16 | 'm'<<8 | 'i' // 'sqmi' TypeSquareYards Type = 's'<<24 | 'q'<<16 | 'y'<<8 | 'd' // 'sqyd' // TypeStyledText: # Discussion TypeStyledText Type = 'S'<<24 | 'T'<<16 | 'X'<<8 | 'T' // 'STXT' // TypeStyledUnicodeText: Styled Unicode text. TypeStyledUnicodeText Type = 's'<<24 | 'u'<<16 | 't'<<8 | 'x' // 'sutx' TypeSuiteInfo Type = 's'<<24 | 'u'<<16 | 'i'<<8 | 'n' // 'suin' TypeTIFF Type = 'T'<<24 | 'I'<<16 | 'F'<<8 | 'F' // 'TIFF' TypeTable Type = 'c'<<24 | 't'<<16 | 'b'<<8 | 'l' // 'ctbl' TypeTextStyles Type = 't'<<24 | 's'<<16 | 't'<<8 | 'y' // 'tsty' // TypeToken: Specifies a descriptor whose data storage pointer refers to a structure of type AEDisposeToken. TypeToken Type = 't'<<24 | 'o'<<16 | 'k'<<8 | 'e' // 'toke' // TypeTrue: [TRUE] Boolean value. TypeTrue Type = 't'<<24 | 'r'<<16 | 'u'<<8 | 'e' // 'true' // TypeType: Four-character code for event class or event ID TypeType Type = 't'<<24 | 'y'<<16 | 'p'<<8 | 'e' // 'type' // TypeUInt16: 16-bit unsigned integer. TypeUInt16 Type = 'u'<<24 | 's'<<16 | 'h'<<8 | 'r' // 'ushr' // TypeUInt32: 32-bit unsigned integer. TypeUInt32 Type = 'm'<<24 | 'a'<<16 | 'g'<<8 | 'n' // 'magn' // TypeUInt64: 64-bit unsigned integer. TypeUInt64 Type = 'u'<<24 | 'c'<<16 | 'o'<<8 | 'm' // 'ucom' // TypeUnicodeText: Unicode text. TypeUnicodeText Type = 'u'<<24 | 't'<<16 | 'x'<<8 | 't' // 'utxt' TypeVersion Type = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers' // TypeWildCard: Matches any type. TypeWildCard Type = '*'<<24 | '*'<<16 | '*'<<8 | '*' // '****' TypeYards Type = 'y'<<24 | 'a'<<16 | 'r'<<8 | 'd' // 'yard' )
type TypeApplicationBundleI ¶ added in v0.5.1
type TypeApplicationBundleI uint
const ( // TypeApplicationBundleID: Indicates a descriptor containing UTF-8 characters that specify the bundle ID of an application. TypeApplicationBundleID TypeApplicationBundleI = 'b'<<24 | 'u'<<16 | 'n'<<8 | 'd' // 'bund' )
func (TypeApplicationBundleI) String ¶ added in v0.5.1
func (e TypeApplicationBundleI) String() string
type TypeAudit ¶ added in v0.5.1
type TypeAudit uint
const (
TypeAuditToken TypeAudit = 't'<<24 | 'o'<<16 | 'k'<<8 | 'n' // 'tokn'
)
type TypeCF ¶
type TypeCF uint
const ( TypeCFArrayRef TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 'r' // 'cfar' TypeCFAttributedStringRef TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 's' // 'cfas' TypeCFBooleanRef TypeCF = 'c'<<24 | 'f'<<16 | 't'<<8 | 'f' // 'cftf' TypeCFDictionaryRef TypeCF = 'c'<<24 | 'f'<<16 | 'd'<<8 | 'c' // 'cfdc' TypeCFMutableArrayRef TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 'a' // 'cfma' TypeCFMutableAttributedStringRef TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 'a' // 'cfaa' TypeCFMutableDictionaryRef TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 'd' // 'cfmd' TypeCFMutableStringRef TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 's' // 'cfms' TypeCFNumberRef TypeCF = 'c'<<24 | 'f'<<16 | 'n'<<8 | 'b' // 'cfnb' TypeCFStringRef TypeCF = 'c'<<24 | 'f'<<16 | 's'<<8 | 't' // 'cfst' TypeCFTypeRef TypeCF = 'c'<<24 | 'f'<<16 | 't'<<8 | 'y' // 'cfty' )
type TypeReplyPort ¶ added in v0.5.1
type TypeReplyPort uint
const (
TypeReplyPortAttr TypeReplyPort = 'r'<<24 | 'e'<<16 | 'p'<<8 | 'p' // 'repp'
)
func (TypeReplyPort) String ¶ added in v0.5.1
func (e TypeReplyPort) String() string
type TypeWhoseDescriptor ¶
type TypeWhoseDescriptor uint
const ( // FormWhose: # Discussion FormWhose TypeWhoseDescriptor = 'w'<<24 | 'h'<<16 | 'o'<<8 | 's' // 'whos' KeyAEIndex TypeWhoseDescriptor = 'k'<<24 | 'i'<<16 | 'd'<<8 | 'x' // 'kidx' KeyAETest TypeWhoseDescriptor = 'k'<<24 | 't'<<16 | 's'<<8 | 't' // 'ktst' KeyAEWhoseRangeStart TypeWhoseDescriptor = 'w'<<24 | 's'<<16 | 't'<<8 | 'r' // 'wstr' KeyAEWhoseRangeStop TypeWhoseDescriptor = 'w'<<24 | 's'<<16 | 't'<<8 | 'p' // 'wstp' TypeWhoseDescriptorValue TypeWhoseDescriptor = 'w'<<24 | 'h'<<16 | 'o'<<8 | 's' // 'whos' TypeWhoseRange TypeWhoseDescriptor = 'w'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'wrng' )
func (TypeWhoseDescriptor) String ¶
func (e TypeWhoseDescriptor) String() string
type UCCharPropertyType ¶
type UCCharPropertyType = int32
UCCharPropertyType is specify property types for a Unicode charater.
See: https://developer.apple.com/documentation/coreservices/uccharpropertytype
type UCCharPropertyValue ¶
type UCCharPropertyValue = uint32
UCCharPropertyValue is specify a propery value for a Unicode character.
See: https://developer.apple.com/documentation/coreservices/uccharpropertyvalue
type UCCollateOptions ¶
type UCCollateOptions = uint32
UCCollateOptions is specifies options for Unicode string comparison.
See: https://developer.apple.com/documentation/coreservices/uccollateoptions
type UCCollationValue ¶
type UCCollationValue = uint32
UCCollationValue is specifies a Unicode collation key.
See: https://developer.apple.com/documentation/coreservices/uccollationvalue
type UCKeyCharSeq ¶
type UCKeyCharSeq = uint16
UCKeyCharSeq is specifies the output of a dead-key state in a `'uchr'` resource.
See: https://developer.apple.com/documentation/coreservices/uckeycharseq
type UCKeyLayoutFeatureInfo ¶
type UCKeyLayoutFeatureInfo struct {
KeyLayoutFeatureInfoFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyLayoutFeatureInfo] structure. Set to `kUCKeyLayoutFeatureInfoFormat`.
Reserved uint16 // Reserved. Set to 0.
MaxOutputStringLength uint32 // An unsigned 32-bit integer specifying the longest possible output string of Unicode characters to be produced by this `'uchr'` resource.
}
UCKeyLayoutFeatureInfo - Specifies the longest possible output string to be produced by the current `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeylayoutfeatureinfo
type UCKeyModifiersToTableNum ¶
type UCKeyModifiersToTableNum struct {
KeyModifiersToTableNumFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyModifiersToTableNum] structure. Set to `kUCKeyModifiersToTableNumFormat`.
DefaultTableNum uint16 // An unsigned 16-bit integer identifying the table number to use for modifier combinations that are outside of the range included in the `tableNum` field.
ModifiersCount uint32 // An unsigned 32-bit integer specifying the range of modifier bit combinations for which there are entries in the `tableNum[]` field.
TableNum uint8 // An array of unsigned 8-bit integers that map modifier bit combinations to table numbers. These values are indexes into the `keyToCharTableOffsets` array in a [UCKeyToCharTableIndex](<doc://com.apple.documentation/documentation/coreservices/uckeytochartableindex>)structure; these, in turn, are offsets to the actual key-code-to character tables, which follow the [UCKeyToCharTableIndex] structure in the `'uchr'` resource.
}
UCKeyModifiersToTableNum - Maps a modifier key combination to a particular key-code-to-character table number in a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeymodifierstotablenum
type UCKeyOutput ¶
type UCKeyOutput = uint16
UCKeyOutput is specifies values in key-code-to-character tables in a `'uchr'` resource.
See: https://developer.apple.com/documentation/coreservices/uckeyoutput
type UCKeySequenceDataIndex ¶
type UCKeySequenceDataIndex struct {
KeySequenceDataIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeySequenceDataIndex] structure. Set to `kUCKeySequenceDataIndexFormat`.
CharSequenceCount uint16 // An unsigned 16-bit integer specifying the number of Unicode character sequences that follow the end of the [UCKeySequenceDataIndex] structure.
CharSequenceOffsets uint16 // An array of offsets from the beginning of the [UCKeySequenceDataIndex] structure to the Unicode character sequences that follow it. Because a given offset indicates both the beginning of a new character sequence and the end of the sequence that precedes it, the length of each sequence is determined by the difference between the offset to that sequence and the value of the next offset in the array. The array contains one more entry than the number of character sequences; the final entry is the offset to the end of the final character sequence.
}
UCKeySequenceDataIndex - Contains offsets to a list of character sequences for a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeysequencedataindex
type UCKeyStateEntryRange ¶
type UCKeyStateEntryRange struct {
CurStateStart uint16 // An unsigned 16-bit integer specifying the beginning of a given dead-key state range.
CurStateRange uint8 // An unsigned 8-bit integer specifying the number of entries in a given dead-key state range.
DeltaMultiplier uint8 // An unsigned 8-bit integer.
CharData uint16 // A value of type [UCKeyCharSeq]. This base character value is used to determine the actual Unicode character(s) produced when a given dead-key state terminates.
NextState uint16 // An unsigned 16-bit integer. This base dead-key state value is used to determine the following dead-key state, if any.
}
UCKeyStateEntryRange - Maps from a dead-key state to either the resultant Unicode character(s) or the new dead key state produced when the current state is terminated by a given character key for a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateentryrange
type UCKeyStateEntryTerminal ¶
type UCKeyStateEntryTerminal struct {
CurState uint16 // An unsigned 16-bit integer specifying the current dead-key state.
CharData uint16 // A value of type [UCKeyCharSeq] specifying the Unicode character(s) produced when a given character key is pressed.
}
UCKeyStateEntryTerminal - Maps from a dead-key state to the Unicode character(s) produced when that state is terminated by a given character key for a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateentryterminal
type UCKeyStateRecord ¶
type UCKeyStateRecord struct {
StateZeroCharData uint16 // A value of type [UCKeyCharSeq] specifying the Unicode character(s) produced from a given key code while no dead-key state is in effect.
StateZeroNextState uint16 // An unsigned 16-bit integer specifying the dead-key state produced from a given key code when no previous dead-key state is in effect. If the [UCKeyStateRecord] structure does not initiate a dead-key state (but only provides terminators for other dead-key states), this will be 0. A non-zero value specifies the resulting new dead-key state and refers to the current state entry within the `stateEntryData[]` field for the following dead-key state record that is applied.
StateEntryCount uint16 // An unsigned 16-bit integer specifying the number of elements in the `stateEntryData` field’s array for a given dead-key state record.
StateEntryFormat uint16 // An unsigned 16-bit integer specifying the format of the data in the `stateEntryData` field’s array. This should be 0 if the `stateEntryCount` field is set to 0. Currently available values are `kUCKeyStateEntryTerminalFormat` and `kUCKeyStateEntryRangeFormat`; see [Key State Entry Formats](<doc://com.apple.documentation/documentation/coreservices/carbon_core/unicode_utilities/1390376-key_state_entry_formats>) for descriptions of these values.
StateEntryData uint32 // An array of dead-key state entries, whose size depends on their format, but which will always be a multiple of 4 bytes. Each entry maps from the current dead-key state to the Unicode character(s) that result when a given character key is pressed or to the next dead-key state, if any. The format of the entry is specified by the `stateEntryFormat` field to be either that of type [UCKeyStateEntryTerminal](<doc://com.apple.documentation/documentation/coreservices/uckeystateentryterminal>) or [UCKeyStateEntryRange](<doc://com.apple.documentation/documentation/coreservices/uckeystateentryrange>).
}
UCKeyStateRecord - Determines dead-key state transitions in a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystaterecord
type UCKeyStateRecordsIndex ¶
type UCKeyStateRecordsIndex struct {
KeyStateRecordsIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyStateRecordsIndex] structure. Set to `kUCKeyStateRecordsIndexFormat`.
KeyStateRecordCount uint16 // An unsigned 16-bit integer specifying the number of dead-key state records that are included in the resource.
KeyStateRecordOffsets uint32 // An array of offsets from the beginning of the resource to each of the [UCKeyStateRecord] values that follow this structure in the `'uchr'` resource.
}
UCKeyStateRecordsIndex - Provides a count of, and offsets to, dead-key state records in a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystaterecordsindex
type UCKeyStateTerminators ¶
type UCKeyStateTerminators struct {
KeyStateTerminatorsFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyStateTerminators] structure. Set to `kUCKeyStateTerminatorsFormat`.
KeyStateTerminatorCount uint16 // An unsigned 16-bit integer specifying the number of default dead-key state terminators contained in the `keyStateTerminators[]` array.
KeyStateTerminators uint16 // An array of default dead-key state terminators, described as values of type [UCKeyCharSeq](<doc://com.apple.documentation/documentation/coreservices/uckeycharseq>); the value `keyStateTerminators[0]` is the terminator for state 1, and so on.
}
UCKeyStateTerminators - Lists the default terminators for each dead-key state handled by a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateterminators
type UCKeyToCharTableIndex ¶
type UCKeyToCharTableIndex struct {
KeyToCharTableIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyToCharTableIndex] structure. Set to `kUCKeyToCharTableIndexFormat`.
KeyToCharTableSize uint16 // An unsigned 16-bit integer specifying the number of virtual key codes supported by this resource; for ADB keyboards this is 128 (with virtual key codes ranging from 0 to 127).
KeyToCharTableCount uint32 // An unsigned 32-bit integer specifying the number of key-code-to-character tables, typically 6 to 12.
KeyToCharTableOffsets uint32 // An array of offsets from the beginning of the `'uchr'` resource to each of the [UCKeyOutput] key-code-to-character tables in the `keyToCharData[]` array that follows this structure in the resource.
}
UCKeyToCharTableIndex - Provides a count of, and offsets to, key-code-to-character tables in a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeytochartableindex
type UCKeyboardLayout ¶
type UCKeyboardLayout struct {
KeyLayoutHeaderFormat uint16 // An unsigned 16-bit integer identifying the format of the structure. Set to `kUCLayoutHeaderFormat`.
KeyLayoutDataVersion uint16 // An unsigned 16-bit integer identifying the version of the data in the resource, in binary code decimal format. For example, 0x0100 would equal version 1.0.
KeyLayoutFeatureInfoOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyLayoutFeatureInfo](<doc://com.apple.documentation/documentation/coreservices/uckeylayoutfeatureinfo>), if such is used in the resource. May be 0 if no [UCKeyLayoutFeatureInfo] table is included in the resource.
KeyboardTypeCount uint32 // An unsigned 32-bit integer specifying the number of [UCKeyboardTypeHeader] structures in the `keyboardTypeList[]` field’s array.
KeyboardTypeList UCKeyboardTypeHeader // A variable-length array containing structures of type [UCKeyboardTypeHeader]. Each [UCKeyboardTypeHeader] entry specifies a range of physical keyboard types and contains offsets to each of the key mapping sections to be used for that range of keyboard types.
}
UCKeyboardLayout - Provides header data for a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeyboardlayout
type UCKeyboardTypeHeader ¶
type UCKeyboardTypeHeader struct {
KeyboardTypeFirst uint32 // An unsigned 32-bit integer specifying the first keyboard type in this entry. For the initial entry (that is, the default entry) in an array of [UCKeyboardTypeHeader] structures, you should set this value to 0. The initial [UCKeyboardTypeHeader] entry is used if the keyboard type passed to the function [UCKeyTranslate(_:_:_:_:_:_:_:_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1390584-uckeytranslate>) does not match any other entry, that is, if it is not within the range of values specified by `keyboardTypeFirst` and `keyboardTypeLast` for any entry.
KeyboardTypeLast uint32 // An unsigned 32-bit integer specifying the last keyboard type in this entry. For the initial entry (that is, the default entry) in an array of [UCKeyboardTypeHeader] structures, you should set this value to 0.
KeyModifiersToTableNumOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyModifiersToTableNum](<doc://com.apple.documentation/documentation/coreservices/uckeymodifierstotablenum>). The `'uchr'` resource requires a [UCKeyModifiersToTableNum] structure, therefore this field must contain a non-zero value.
KeyToCharTableIndexOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyToCharTableIndex](<doc://com.apple.documentation/documentation/coreservices/uckeytochartableindex>). The `'uchr'` resource requires a [UCKeyToCharTableIndex] structure, therefore this field must contain a non-zero value.
KeyStateRecordsIndexOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyStateRecordsIndex](<doc://com.apple.documentation/documentation/coreservices/uckeystaterecordsindex>), if such is used in the resource. This value may be 0 if no dead-key state records are included in the resource.
KeyStateTerminatorsOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyStateTerminators](<doc://com.apple.documentation/documentation/coreservices/uckeystateterminators>), if such is used in the resource. This value may be 0 if no dead-key state terminators are included in the resource.
KeySequenceDataIndexOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeySequenceDataIndex](<doc://com.apple.documentation/documentation/coreservices/uckeysequencedataindex>), if such is used in the resource. This value may be 0 if no character key sequences are included in the resource.
}
UCKeyboardTypeHeader - Specifies a range of physical keyboard types in a `'uchr'` resource.
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeyboardtypeheader
type UCTSWalkDirection ¶
type UCTSWalkDirection = uint16
See: https://developer.apple.com/documentation/coreservices/uctswalkdirection
type UCTextBreakOptions ¶
type UCTextBreakOptions = uint32
UCTextBreakOptions is specifies options for locating boundaries in Unicode text.
See: https://developer.apple.com/documentation/coreservices/uctextbreakoptions
type UCTextBreakType ¶
type UCTextBreakType = uint32
UCTextBreakType is specifies kinds of text boundaries.
See: https://developer.apple.com/documentation/coreservices/uctextbreaktype
type UCTypeSelectCompareResult ¶
type UCTypeSelectCompareResult = int32
See: https://developer.apple.com/documentation/coreservices/uctypeselectcompareresult
type UCTypeSelectOptions ¶
type UCTypeSelectOptions = uint16
See: https://developer.apple.com/documentation/coreservices/uctypeselectoptions
type UCTypeSelectRef ¶
type UCTypeSelectRef uintptr
See: https://developer.apple.com/documentation/coreservices/uctypeselectref
type UTCDateTimeHandle ¶
See: https://developer.apple.com/documentation/coreservices/utcdatetimehandle
type UniCharArrayHandle ¶
See: https://developer.apple.com/documentation/coreservices/unichararrayhandle
type UniCharArrayOffset ¶
type UniCharArrayOffset = uint
UniCharArrayOffset is represents the boundary between two characters.
See: https://developer.apple.com/documentation/coreservices/unichararrayoffset
type UniCharArrayPtr ¶
type UniCharArrayPtr = uint16
See: https://developer.apple.com/documentation/coreservices/unichararrayptr
type UnicodeMapVersion ¶
type UnicodeMapVersion = int32
UnicodeMapVersion is specify a Unicode mapping version.
See: https://developer.apple.com/documentation/coreservices/unicodemapversion
type UnicodeMapping ¶
UnicodeMapping is contains information for mapping to or from Unicode encoding.
See: https://developer.apple.com/documentation/coreservices/unicodemapping
type UnicodeMappingPtr ¶
See: https://developer.apple.com/documentation/coreservices/unicodemappingptr
type UnicodeToTextFallbackUPP ¶
UnicodeToTextFallbackUPP is defines a universal procedure pointer to a Unicode-to-text-fallback callback function.
See: https://developer.apple.com/documentation/coreservices/unicodetotextfallbackupp
func NewUnicodeToTextFallbackUPP ¶
func NewUnicodeToTextFallbackUPP(arg0 unsafe.Pointer) UnicodeToTextFallbackUPP
NewUnicodeToTextFallbackUPP creates a new universal procedure pointer (UPP) to a Unicode-to-textfallback callback.
See: https://developer.apple.com/documentation/coreservices/1433556-newunicodetotextfallbackupp
type UnicodeToTextInfo ¶
type UnicodeToTextInfo = uintptr
UnicodeToTextInfo is defines a reference to an opaque Unicode to text converter object.
See: https://developer.apple.com/documentation/coreservices/unicodetotextinfo
type UnicodeToTextRunInfo ¶
type UnicodeToTextRunInfo = uintptr
UnicodeToTextRunInfo is defines a reference to an opaque Unicode to text run information converter object.
See: https://developer.apple.com/documentation/coreservices/unicodetotextruninfo
type UntokenTableHandle ¶
See: https://developer.apple.com/documentation/coreservices/untokentablehandle
type Upp ¶ added in v0.5.1
type Upp uint
const ( // Deprecated. UppCallComponentCanDoProcInfo Upp = 752 // Deprecated. UppCallComponentCloseProcInfo Upp = 1008 // Deprecated. UppCallComponentGetMPWorkFunctionProcInfo Upp = 4080 // Deprecated. UppCallComponentGetPublicResourceProcInfo Upp = 15344 // Deprecated. UppCallComponentOpenProcInfo Upp = 1008 // Deprecated. UppCallComponentRegisterProcInfo Upp = 240 // Deprecated. UppCallComponentTargetProcInfo Upp = 1008 // Deprecated. UppCallComponentUnregisterProcInfo Upp = 240 // Deprecated. UppCallComponentVersionProcInfo Upp = 240 // Deprecated. UppComponentFunctionImplementedProcInfo Upp = 752 // Deprecated. UppComponentSetTargetProcInfo Upp = 1008 // Deprecated. UppGetComponentVersionProcInfo Upp = 240 )
type VLckdErr ¶
type VLckdErr int
const ( BadMDBErr VLckdErr = -60 BadMovErr VLckdErr = -122 DirNFErr VLckdErr = -120 DupFNErr VLckdErr = -48 ExtFSErr VLckdErr = -58 FBsyErr VLckdErr = -47 FsRnErr VLckdErr = -59 GfpErr VLckdErr = -52 NoMacDskErr VLckdErr = -57 NsDrvErr VLckdErr = -56 OpWrErr VLckdErr = -49 PermErr VLckdErr = -54 RfNumErr VLckdErr = -51 TmwdoErr VLckdErr = -121 VLckdErrValue VLckdErr = -46 VolGoneErr VLckdErr = -124 VolOffLinErr VLckdErr = -53 VolOnLinErr VLckdErr = -55 WrPermErr VLckdErr = -61 WrgVolTypErr VLckdErr = -123 )
type VectorInformation ¶
See: https://developer.apple.com/documentation/coreservices/vectorinformation
type VectorInformationIntel64 ¶
See: https://developer.apple.com/documentation/coreservices/vectorinformationintel64
type VectorInformationPowerPC ¶
See: https://developer.apple.com/documentation/coreservices/vectorinformationpowerpc
type Ver ¶ added in v0.5.1
type Ver uint
const ( // Deprecated. VerAfrikaans Ver = 102 // Deprecated. VerAlternateGr Ver = 64 // Deprecated. VerArabia Ver = 16 // Deprecated. VerArabic Ver = 16 // Deprecated. VerArmenia Ver = 84 // Deprecated. VerArmenian Ver = 84 // Deprecated. VerAustralia Ver = 15 // Deprecated. VerAustria Ver = 92 // Deprecated. VerAustriaGerman Ver = 92 // Deprecated. VerBelarus Ver = 61 // Deprecated. VerBelgiumLux Ver = 6 // Deprecated. VerBelgiumLuxPoint Ver = 27 // Deprecated. VerBengali Ver = 60 // Deprecated. VerBhutan Ver = 83 // Deprecated. VerBrazil Ver = 71 // Deprecated. VerBreton Ver = 77 // Deprecated. VerBritain Ver = 2 // Deprecated. VerBrittany Ver = 77 // Deprecated. VerBulgaria Ver = 72 // Deprecated. VerByeloRussian Ver = 61 // Deprecated. VerCanadaComma Ver = 28 // Deprecated. VerCanadaPoint Ver = 29 // Deprecated. VerCatalonia Ver = 73 // Deprecated. VerChina Ver = 52 // Deprecated. VerCroatia Ver = 68 // Deprecated. VerCyprus Ver = 23 // Deprecated. VerCzech Ver = 56 // Deprecated. VerDenmark Ver = 9 // Deprecated. VerEastAsiaGeneric Ver = 58 // Deprecated. VerEngCanada Ver = 82 // Deprecated. VerEsperanto Ver = 103 // Deprecated. VerEstonia Ver = 44 // Deprecated. VerFaeroeIsl Ver = 47 // Deprecated. VerFarEastGeneric Ver = 58 // Deprecated. VerFaroeIsl Ver = 47 // Deprecated. VerFinland Ver = 17 // Deprecated. VerFlemish Ver = 6 // Deprecated. VerFlemishPoint Ver = 27 // Deprecated. VerFrBelgium Ver = 98 // Deprecated. VerFrBelgiumLux Ver = 6 // Deprecated. VerFrCanada Ver = 11 // Deprecated. VerFrSwiss Ver = 18 // Deprecated. VerFrance Ver = 1 // Deprecated. VerFrenchUniversal Ver = 91 // Deprecated. VerGenericFE Ver = 58 // Deprecated. VerGeorgia Ver = 85 // Deprecated. VerGeorgian Ver = 85 // Deprecated. VerGermanReformed Ver = 70 // Deprecated. VerGermany Ver = 3 // Deprecated. VerGrSwiss Ver = 19 // Deprecated. VerGreece Ver = 20 // Deprecated. VerGreeceAlt Ver = 64 // Deprecated. VerGreecePoly Ver = 40 // Deprecated. VerGreekAncient Ver = 40 // Deprecated. VerGreenland Ver = 107 // Deprecated. VerGujarati Ver = 94 // Deprecated. VerHungary Ver = 43 // Deprecated. VerIceland Ver = 21 // Deprecated. VerIndia Ver = 33 // Deprecated. VerIndiaHindi Ver = 33 // Deprecated. VerIndiaUrdu Ver = 96 // Deprecated. VerInternational Ver = 37 // Deprecated. VerIran Ver = 48 // Deprecated. VerIreland Ver = 50 // Deprecated. VerIrelandEnglish Ver = 108 // Deprecated. VerIrishGaelicScript Ver = 81 // Deprecated. VerIsrael Ver = 13 // Deprecated. VerItalianSwiss Ver = 36 // Deprecated. VerItaly Ver = 4 // Deprecated. VerJapan Ver = 14 // Deprecated. VerKorea Ver = 51 // Deprecated. VerLapland Ver = 46 // Deprecated. VerLatvia Ver = 45 // Deprecated. VerLithuania Ver = 41 // Deprecated. VerMacedonia Ver = 67 // Deprecated. VerMacedonian Ver = 67 // Deprecated. VerMagyar Ver = 59 // Deprecated. VerMalta Ver = 22 // Deprecated. VerManxGaelic Ver = 76 // Deprecated. VerMarathi Ver = 104 // Deprecated. VerMultilingual Ver = 74 // Deprecated. VerNepal Ver = 106 // Deprecated. VerNetherlands Ver = 5 // Deprecated. VerNetherlandsComma Ver = 26 // Deprecated. VerNorway Ver = 12 VerNunavut Ver = 78 // Deprecated. VerNynorsk Ver = 101 // Deprecated. VerPakistan Ver = 34 // Deprecated. VerPakistanUrdu Ver = 34 // Deprecated. VerPoland Ver = 42 // Deprecated. VerPortugal Ver = 10 // Deprecated. VerPunjabi Ver = 95 // Deprecated. VerRomania Ver = 39 // Deprecated. VerRumania Ver = 39 // Deprecated. VerRussia Ver = 49 // Deprecated. VerSami Ver = 46 // Deprecated. VerScottishGaelic Ver = 75 // Deprecated. VerScriptGeneric Ver = 55 // Deprecated. VerSerbia Ver = 65 // Deprecated. VerSerbian Ver = 65 // Deprecated. VerSingapore Ver = 100 // Deprecated. VerSlovak Ver = 57 // Deprecated. VerSlovenia Ver = 66 // Deprecated. VerSlovenian Ver = 66 // Deprecated. VerSpLatinAmerica Ver = 86 // Deprecated. VerSpain Ver = 8 // Deprecated. VerSweden Ver = 7 // Deprecated. VerTaiwan Ver = 53 // Deprecated. VerThailand Ver = 54 // Deprecated. VerTibet Ver = 105 // Deprecated. VerTibetan Ver = 105 // Deprecated. VerTonga Ver = 88 // Deprecated. VerTurkey Ver = 24 // Deprecated. VerTurkishModified Ver = 35 // Deprecated. VerUS Ver = 0 // Deprecated. VerUkraine Ver = 62 // Deprecated. VerUkrania Ver = 62 // Deprecated. VerUzbek Ver = 99 // Deprecated. VerVietnam Ver = 97 // Deprecated. VerWales Ver = 79 // Deprecated. VerWelsh Ver = 79 // Deprecated. VerYugoCroatian Ver = 25 // Deprecated. VerYugoslavia Ver = 25 // Deprecated. VervariantDenmark Ver = 32 // Deprecated. VervariantNorway Ver = 31 // Deprecated. VervariantPortugal Ver = 30 )
type VerUnspecified ¶ added in v0.5.1
type VerUnspecified uint
const ( KTECResourceID VerUnspecified = 128 VerUnspecifiedValue VerUnspecified = 32767 )
func (VerUnspecified) String ¶ added in v0.5.1
func (e VerUnspecified) String() string
type Vm ¶
type Vm int
const ( VmAddressNotInFileViewErr Vm = -647 VmBadDriver Vm = -632 VmBusyBackingFileErr Vm = -642 VmFileViewAccessErr Vm = -645 VmInvalidBackingFileIDErr Vm = -640 VmInvalidFileViewIDErr Vm = -644 VmInvalidOwningProcessErr Vm = -648 VmKernelMMUInitErr Vm = -629 VmMappingPrivilegesErr Vm = -641 VmMemLckdErr Vm = -631 VmMorePhysicalThanVirtualErr Vm = -628 VmNoMoreBackingFilesErr Vm = -643 VmNoMoreFileViewsErr Vm = -646 VmNoVectorErr Vm = -633 VmOffErr Vm = -630 )
type VoidPtr ¶
See: https://developer.apple.com/documentation/coreservices/voidptr
func InvokeThreadEntryUPP
deprecated
func InvokeThreadEntryUPP(arg0 ThreadEntryUPP) VoidPtr
InvokeThreadEntryUPP.
Deprecated: Deprecated since macOS 10.7.
See: https://developer.apple.com/documentation/coreservices/1574226-invokethreadentryupp
type VolMount ¶ added in v0.5.1
type VolMount uint
const ( VolMountChangedBit VolMount = 14 VolMountChangedMask VolMount = 16384 VolMountExtendedFlagsBit VolMount = 7 VolMountExtendedFlagsMask VolMount = 128 VolMountFSReservedMask VolMount = 255 VolMountInteractBit VolMount = 15 VolMountInteractMask VolMount = 32768 VolMountNoLoginMsgFlagBit VolMount = 0 VolMountNoLoginMsgFlagMask VolMount = 1 VolMountSysReservedMask VolMount = 65280 )
type VolMountInfoHeader ¶
See: https://developer.apple.com/documentation/coreservices/volmountinfoheader
type VolumeMountInfoHeader ¶
See: https://developer.apple.com/documentation/coreservices/volumemountinfoheader
type VolumeMountInfoHeaderPtr ¶
See: https://developer.apple.com/documentation/coreservices/volumemountinfoheaderptr
type VolumeType ¶
type VolumeType = uint32
See: https://developer.apple.com/documentation/coreservices/volumetype
type WSClientContext ¶
WSClientContext is an optional context that can contain data you want passed to your callback.
See: https://developer.apple.com/documentation/coreservices/wsclientcontext
type WSMethodInvocationRef ¶
type WSMethodInvocationRef uintptr
WSMethodInvocationRef is an opaque reference to a web services method invocation.
See: https://developer.apple.com/documentation/coreservices/wsmethodinvocationref
func WSMethodInvocationCreate
deprecated
func WSMethodInvocationCreate(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFStringRef) WSMethodInvocationRef
WSMethodInvocationCreate creates a reference to a method invocation, containing the URL of the service, the operation name, and the protocol.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576406-wsmethodinvocationcreate
func WSMethodInvocationCreateFromSerialization
deprecated
func WSMethodInvocationCreateFromSerialization(arg0 corefoundation.CFDataRef) WSMethodInvocationRef
WSMethodInvocationCreateFromSerialization creates a method invocation object from an XML serialization.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1576400-wsmethodinvocationcreatefromseri
type WSProtocolHandlerRef ¶
type WSProtocolHandlerRef uintptr
WSProtocolHandlerRef is an opaque reference to a web services protocol handler.
See: https://developer.apple.com/documentation/coreservices/wsprotocolhandlerref
func WSProtocolHandlerCreate
deprecated
func WSProtocolHandlerCreate(arg0 corefoundation.CFAllocatorRef, arg1 corefoundation.CFStringRef) WSProtocolHandlerRef
WSProtocolHandlerCreate creates a WSProtocolHandlerRef for use in translating an XML document.
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1423434-wsprotocolhandlercreate
type WSTypeID ¶
type WSTypeID = string
WSTypeID is web Services Core uses the following enumeration when serializing between Core Foundation and XML types. Because CFTypes are defined at runtime, it isn't always possible to produce a static mapping to a particular CFTypeRef. This enum and associated API allows for static determination of the expected serialization.
See: https://developer.apple.com/documentation/coreservices/wstypeid
func WSGetWSTypeIDFromCFType
deprecated
func WSGetWSTypeIDFromCFType(arg0 corefoundation.CFTypeRef) WSTypeID
WSGetWSTypeIDFromCFType returns the WSTypeID associated with a given [CFTypeRef].
Deprecated: Deprecated since macOS 10.8.
See: https://developer.apple.com/documentation/coreservices/1508442-wsgetwstypeidfromcftype
type WritingCode ¶
WritingCode
[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/writingcode
type WrongApplicationPlatform ¶
type WrongApplicationPlatform int
const ( AppVersionTooOld WrongApplicationPlatform = -876 NotAppropriateForClassic WrongApplicationPlatform = -877 WrongApplicationPlatformValue WrongApplicationPlatform = -875 )
func (WrongApplicationPlatform) String ¶
func (e WrongApplicationPlatform) String() string
type XLibContainerHeader ¶
See: https://developer.apple.com/documentation/coreservices/xlibcontainerheader
type XLibExportedSymbol ¶
See: https://developer.apple.com/documentation/coreservices/xlibexportedsymbol
type XLibExportedSymbolHashSlot ¶
See: https://developer.apple.com/documentation/coreservices/xlibexportedsymbolhashslot
type XLibExportedSymbolKey ¶
type XLibExportedSymbolKey = string
See: https://developer.apple.com/documentation/coreservices/xlibexportedsymbolkey