Package com.sun.jna
Schnittstelle Function.PostCallRead
- Alle bekannten Implementierungsklassen:
StringArray
- Umschließende Klasse:
Function
public static interface Function.PostCallRead
Any argument which implements this interface will have the
read()
method called immediately after function invocation.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
read()
Perform any necessary post-call synchronization.
-
Methodendetails
-
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.
-