Package com.sun.jna
Interface Structure.ByValue
-
- All Known Implementing Classes:
Carbon.EventHotKeyID.ByValue
,Guid.GUID.ByValue
,Variant.VARIANT.ByValue
,WinDef.POINT.ByValue
,Winevt.EVT_RPC_LOGIN.ByValue
,Winevt.EVT_VARIANT.ByValue
- Enclosing class:
- Structure
public static interface Structure.ByValue
Tagging interface to indicate the value of an instance of theStructure
type is to be used in function invocations rather than its address. The default behavior is to treatStructure
function parameters and return values as by reference, meaning the address of the structure is used.