Package com.sun.jna.platform.win32
Interface WinNT.OVERLAPPED_COMPLETION_ROUTINE
-
- All Superinterfaces:
AltCallingConvention
,Callback
,StdCall
,StdCallLibrary.StdCallCallback
- Enclosing interface:
- WinNT
public static interface WinNT.OVERLAPPED_COMPLETION_ROUTINE extends StdCallLibrary.StdCallCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback(int errorCode, int nBytesTransferred, WinBase.OVERLAPPED overlapped)
-
-
-
Method Detail
-
callback
void callback(int errorCode, int nBytesTransferred, WinBase.OVERLAPPED overlapped)
-
-