Uses of Interface
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr

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

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

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr
 CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr CarbonCoreLibrary.NewDebugAssertOutputHandlerUPP(CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr userRoutine)
          NewDebugAssertOutputHandlerUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : DebugAssertOutputHandlerUPP NewDebugAssertOutputHandlerUPP(DebugAssertOutputHandlerProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Debugging.h:822
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr
 void CarbonCoreLibrary.DisposeDebugAssertOutputHandlerUPP(CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr userUPP)
          DisposeDebugAssertOutputHandlerUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeDebugAssertOutputHandlerUPP(DebugAssertOutputHandlerUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Debugging.h:844
 void CarbonCoreLibrary.InstallDebugAssertOutputHandler(CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr handler)
          InstallDebugAssertOutputHandler()

Summary:
InstallDebugAssertOutputHandler installs a
DebugAssertOutputHandler which DebugAssert calls instead of
DebugStr.
 CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr CarbonCoreLibrary.NewDebugAssertOutputHandlerUPP(CarbonCoreLibrary.DebugAssertOutputHandlerProcPtr userRoutine)
          NewDebugAssertOutputHandlerUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : DebugAssertOutputHandlerUPP NewDebugAssertOutputHandlerUPP(DebugAssertOutputHandlerProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Debugging.h:822
 



Copyright © 2009. All Rights Reserved.