Interface Kernel32
-
- All Superinterfaces:
com.sun.jna.Library
public interface Kernel32 extends com.sun.jna.Library
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegerGetLastError()Returns integer representing last error.
-
-
-
Method Detail
-
GetLastError
Integer GetLastError()
Returns integer representing last error.- Returns:
- integer representing last error.
-
-