com.sun.jna.examples.win32

Interface Kernel32.OVERLAPPED_COMPLETION_ROUTINE

public static interface Kernel32.OVERLAPPED_COMPLETION_ROUTINE extends StdCallCallback

Method Summary
voidcallback(int errorCode, int nBytesTransferred, Kernel32.OVERLAPPED overlapped)

Method Detail

callback

public void callback(int errorCode, int nBytesTransferred, Kernel32.OVERLAPPED overlapped)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.