
com.github.axet.desktop.os.win.handle.HANDLER_ROUTINE Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of desktop Show documentation
Show all versions of desktop Show documentation
java desktop class extender. has all user specific folders
The newest version!
package com.github.axet.desktop.os.win.handle;
import com.sun.jna.win32.StdCallLibrary.StdCallCallback;
public interface HANDLER_ROUTINE extends StdCallCallback {
public static final int CTRL_CLOSE_EVENT = 2;
public static final int CTRL_LOGOFF_EVENT = 5;
public static final int CTRL_SHUTDOWN_EVENT = 6;
long callback(long dwCtrlType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy