Uses of Class
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr

Packages that use CarbonCoreLibrary.OSErr
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.OSErr in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.OSErr
 void CarbonCoreLibrary.TempDisposeHandle(PointerByReference h, CarbonCoreLibrary.OSErr resultCode)
          Deprecated. use the safer methods CarbonCoreLibrary.TempDisposeHandle(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempDisposeHandle(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead
 void CarbonCoreLibrary.TempDisposeHandle(String[] h, CarbonCoreLibrary.OSErr resultCode)
          TempDisposeHandle() *** DEPRECATED ***

Discussion:
This function has been deprecated for many years; replace it with
DisposeHandle()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void TempDisposeHandle(Handle, OSErr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1962
 void CarbonCoreLibrary.TempHLock(PointerByReference h, CarbonCoreLibrary.OSErr resultCode)
          Deprecated. use the safer methods CarbonCoreLibrary.TempHLock(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempHLock(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead
 void CarbonCoreLibrary.TempHLock(String[] h, CarbonCoreLibrary.OSErr resultCode)
          TempHLock() *** DEPRECATED ***

Discussion:
This function has been deprecated for many years; replace it with
HLock()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void TempHLock(Handle, OSErr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1920
 void CarbonCoreLibrary.TempHUnlock(PointerByReference h, CarbonCoreLibrary.OSErr resultCode)
          Deprecated. use the safer methods CarbonCoreLibrary.TempHUnlock(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempHUnlock(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead
 void CarbonCoreLibrary.TempHUnlock(String[] h, CarbonCoreLibrary.OSErr resultCode)
          TempHUnlock() *** DEPRECATED ***

Discussion:
This function has been deprecated for many years; replace it with
HUnlock()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void TempHUnlock(Handle, OSErr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1941
 PointerByReference CarbonCoreLibrary.TempNewHandle(NativeLong logicalSize, CarbonCoreLibrary.OSErr resultCode)
          TempNewHandle()

Summary:
Allocate a relocatable memory block of a specified size.
 



Copyright © 2009. All Rights Reserved.