JNA API 3.2.7

com.sun.jna
Interface Structure.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 3.2.7

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