Package org.eclipse.swt.internal.win32
Class SHELLEXECUTEINFO
java.lang.Object
org.eclipse.swt.internal.win32.SHELLEXECUTEINFO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cbSize
public int cbSize -
fMask
public int fMask -
hwnd
public int hwnd -
lpVerb
public int lpVerb -
lpFile
public int lpFile -
lpParameters
public int lpParameters -
lpDirectory
public int lpDirectory -
nShow
public int nShow -
hInstApp
public int hInstApp -
lpIDList
public int lpIDList -
lpClass
public int lpClass -
hkeyClass
public int hkeyClass -
dwHotKey
public int dwHotKey -
hIcon
public int hIcon -
hProcess
public int hProcess -
sizeof
public static final int sizeof
-
-
Constructor Details
-
SHELLEXECUTEINFO
public SHELLEXECUTEINFO()
-