Package uk.co.caprica.vlcj.binding
Interface Kernel32
-
- All Superinterfaces:
com.sun.jna.AltCallingConvention,com.sun.jna.Library,com.sun.jna.win32.StdCall,com.sun.jna.win32.StdCallLibrary
public interface Kernel32 extends com.sun.jna.win32.StdCallLibrary
-
-
Field Summary
Fields Modifier and Type Field Description static Kernel32INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intVirtualLock(com.sun.jna.Pointer lpAddress, size_t dwSize)intVirtualUnlock(com.sun.jna.Pointer lpAddress, size_t dwSize)
-