Interface Shell32Ex
- All Superinterfaces:
com.sun.jna.AltCallingConvention
,com.sun.jna.Library
,com.sun.jna.platform.win32.Shell32
,com.sun.jna.platform.win32.ShellAPI
,com.sun.jna.win32.StdCall
,com.sun.jna.win32.StdCallLibrary
@IgnoreJRERequirement
public interface Shell32Ex
extends com.sun.jna.platform.win32.Shell32
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
Nested classes/interfaces inherited from interface com.sun.jna.platform.win32.ShellAPI
com.sun.jna.platform.win32.ShellAPI.APPBARDATA, com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Shell32Ex
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
Fields inherited from interface com.sun.jna.platform.win32.Shell32
SEE_MASK_FLAG_NO_UI, SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND
Fields inherited from interface com.sun.jna.platform.win32.ShellAPI
ABE_BOTTOM, ABE_LEFT, ABE_RIGHT, ABE_TOP, ABM_ACTIVATE, ABM_GETAUTOHIDEBAR, ABM_GETSTATE, ABM_GETTASKBARPOS, ABM_NEW, ABM_QUERYPOS, ABM_REMOVE, ABM_SETAUTOHIDEBAR, ABM_SETPOS, ABM_SETSTATE, ABM_WINDOWPOSCHANGED, FO_COPY, FO_DELETE, FO_MOVE, FO_RENAME, FOF_ALLOWUNDO, FOF_CONFIRMMOUSE, FOF_FILESONLY, FOF_MULTIDESTFILES, FOF_NO_CONNECTED_ELEMENTS, FOF_NO_UI, FOF_NOCONFIRMATION, FOF_NOCONFIRMMKDIR, FOF_NOCOPYSECURITYATTRIBS, FOF_NOERRORUI, FOF_NORECURSEREPARSE, FOF_NORECURSION, FOF_RENAMEONCOLLISION, FOF_SILENT, FOF_SIMPLEPROGRESS, FOF_WANTMAPPINGHANDLE, FOF_WANTNUKEWARNING, PO_DELETE, PO_PORTCHANGE, PO_REN_PORT, PO_RENAME, STRUCTURE_ALIGNMENT, TYPE_MAPPER
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
-
Method Summary
Modifier and TypeMethodDescriptionint
ShellExecute
(int i, String lpVerb, String lpFile, String lpParameters, String lpDirectory, int nShow) boolean
ShellExecuteEx
(Shell32Ex.SHELLEXECUTEINFO lpExecInfo) Methods inherited from interface com.sun.jna.platform.win32.Shell32
CommandLineToArgvW, ExtractIconEx, GetCurrentProcessExplicitAppUserModelID, SetCurrentProcessExplicitAppUserModelID, SHAppBarMessage, ShellExecute, ShellExecuteEx, SHEmptyRecycleBin, SHFileOperation, SHGetDesktopFolder, SHGetFolderPath, SHGetKnownFolderPath, SHGetSpecialFolderLocation, SHGetSpecialFolderPath
-
Field Details
-
INSTANCE
-
SW_HIDE
static final int SW_HIDE- See Also:
-
SW_MAXIMIZE
static final int SW_MAXIMIZE- See Also:
-
SW_MINIMIZE
static final int SW_MINIMIZE- See Also:
-
SW_RESTORE
static final int SW_RESTORE- See Also:
-
SW_SHOW
static final int SW_SHOW- See Also:
-
SW_SHOWDEFAULT
static final int SW_SHOWDEFAULT- See Also:
-
SW_SHOWMAXIMIZED
static final int SW_SHOWMAXIMIZED- See Also:
-
SW_SHOWMINIMIZED
static final int SW_SHOWMINIMIZED- See Also:
-
SW_SHOWMINNOACTIVE
static final int SW_SHOWMINNOACTIVE- See Also:
-
SW_SHOWNA
static final int SW_SHOWNA- See Also:
-
SW_SHOWNOACTIVATE
static final int SW_SHOWNOACTIVATE- See Also:
-
SW_SHOWNORMAL
static final int SW_SHOWNORMAL- See Also:
-
SE_ERR_FNF
static final int SE_ERR_FNF- See Also:
-
SE_ERR_PNF
static final int SE_ERR_PNF- See Also:
-
SE_ERR_ACCESSDENIED
static final int SE_ERR_ACCESSDENIED- See Also:
-
SE_ERR_OOM
static final int SE_ERR_OOM- See Also:
-
SE_ERR_DLLNOTFOUND
static final int SE_ERR_DLLNOTFOUND- See Also:
-
SE_ERR_SHARE
static final int SE_ERR_SHARE- See Also:
-
SEE_MASK_NOCLOSEPROCESS
static final int SEE_MASK_NOCLOSEPROCESS- See Also:
-
-
Method Details
-
ShellExecute
-
ShellExecuteEx
-