com.sun.jna
Interface Function.PostCallRead
public
interface
Function.PostCallRead
Any argument which implements this interface will have the
PostCallRead method called immediately after function invocation.
public void read()
Perform any necessary post-call synchronization. Normally this
just means reading from native memory any changes made by
the native function call.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.