All posts tagged: screensaver

Aide mémoire : JNA, moniteur et screen saver

Aide mémoire (Développement) / Uncategorized

Petit aide mémoire sur l’utilisation de JNA. 1. Interface Kernel32 2. Interface User32 3. Utilisation Avant toute chose, il faut que le projet référence les librairies JNA et plateform : https://github.com/twall/jna 1. Interface Kernel32 import com.sun.jna.Native ; import com.sun.jna.win32.StdCallLibrary ; /** * Interface for kernel32 using JNA. * Minimum supported client: Windows 2000 Professional [desktop apps only] * Minimum supported server: Windows 2000 Server [desktop apps only] * Header: Winbase.h (include Windows.h) * @author Microsoft */ public […]