org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFComparatorFunction

All Superinterfaces:
Callback
Enclosing interface:
CoreFoundationLibrary

public static interface CoreFoundationLibrary.CFComparatorFunction
extends Callback

A standard comparison function
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 int invoke(Pointer val1, Pointer val2, Pointer context)
           
 

Method Detail

invoke

int invoke(Pointer val1,
           Pointer val2,
           Pointer context)
See Also:
CoreFoundationLibrary.CFComparisonResult


Copyright © 2009. All Rights Reserved.