Package hudson.util.jna
Interface Shell32
-
- All Superinterfaces:
com.sun.jna.AltCallingConvention
,com.sun.jna.Library
,com.sun.jna.win32.StdCall
,com.sun.jna.win32.StdCallLibrary
public interface Shell32 extends com.sun.jna.win32.StdCallLibrary
- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static Shell32
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
ShellExecuteEx(SHELLEXECUTEINFO lpExecInfo)
-
-
-
Field Detail
-
INSTANCE
static final Shell32 INSTANCE
-
-
Method Detail
-
ShellExecuteEx
boolean ShellExecuteEx(SHELLEXECUTEINFO lpExecInfo)
- Returns:
- true if successful. Otherwise false.
-
-