Uses of Class
org.rococoa.cocoa.carboncore.ParamBlockRec

Packages that use ParamBlockRec
org.rococoa.cocoa.carboncore   
 

Uses of ParamBlockRec in org.rococoa.cocoa.carboncore
 

Subclasses of ParamBlockRec in org.rococoa.cocoa.carboncore
static class ParamBlockRec.ByReference
           
static class ParamBlockRec.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return ParamBlockRec
static ParamBlockRec[] ParamBlockRec.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type ParamBlockRec
 void CarbonCoreLibrary.IOCompletionProcPtr.invoke(ParamBlockRec paramBlock)
           
 void CarbonCoreLibrary.InvokeIOCompletionUPP(ParamBlockRec paramBlock, CarbonCoreLibrary.IOCompletionProcPtr userUPP)
          InvokeIOCompletionUPP()

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 InvokeIOCompletionUPP(ParmBlkPtr, IOCompletionUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Files.h:1729
 



Copyright © 2009. All Rights Reserved.