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

Class CoreFoundation.CFTypeID

  • All Implemented Interfaces:
    NativeMapped, java.io.Serializable
    Enclosing interface:
    CoreFoundation


    public static class CoreFoundation.CFTypeID
    extends NativeLong
    A type for unique, constant integer values that identify particular Core Foundation opaque types.

    Because the value for a type ID can change from release to release, your code should not rely on stored or hard-coded type IDs nor should it hard-code any observed properties of a type ID (such as, for example, it being a small integer).

    See Also:
    Serialized Form
    • Constructor Detail

      • CFTypeID

        public CFTypeID()
      • CFTypeID

        public CFTypeID(long value)
JNA API 5.12.1

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