JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JNA API
5.13.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sun.jna
Interface Function.PostCallRead
All Known Implementing Classes:
StringArray
Enclosing class:
Function
public static interface
Function.PostCallRead
Any argument which implements this interface will have the
read()
method called immediately after function invocation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
read
()
Perform any necessary post-call synchronization.
Method Detail
read
void read()
Perform any necessary post-call synchronization. Normally this just means reading from native memory any changes made by the native function call.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JNA API
5.13.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2007-2018 Timothy Wall. All Rights Reserved.