com.sun.jna

Interface Structure.ByValue

public 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.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.