MCPcopy Index your code
hub / github.com/java-native-access/jna / GetLastError

Method GetLastError

test/com/sun/jna/NativeLibraryTest.java:339–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337
338 public interface Kernel32 {
339 int GetLastError();
340 void SetLastError(int code);
341 }
342 public void testInterceptLastError() {

Calls

no outgoing calls