Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.mac

Class CoreFoundation.CFArrayRef

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    CoreFoundation


    public static class CoreFoundation.CFArrayRef
    extends CoreFoundation.CFTypeRef
    A reference to an immutable CFArray object.

    CFArray is “toll-free bridged” with its Cocoa Foundation counterpart, NSArray. Therefore, in a method where you see an NSArray * parameter, you can pass in a CFArrayRef .

JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.