Skip navigation links
JNA API 4.2.1
com.sun.jna

Interface Structure.ByValue

  • All Known Implementing Classes:
    Carbon.EventHotKeyID.ByValue, Guid.GUID.ByValue, Variant.VARIANT.ByValue
    Enclosing class:
    Structure


    public static interface Structure.ByValue
    Tagging interface to indicate the value of an instance of the Structure type is to be used in function invocations rather than its address. The default behavior is to treat Structure function parameters and return values as by reference, meaning the address of the structure is used.
JNA API 4.2.1

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