public class STARTUPINFO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cb |
short |
cbReserved2 |
int |
dwFillAttribute |
int |
dwFlags |
int |
dwX |
int |
dwXCountChars |
int |
dwXSize |
int |
dwY |
int |
dwYCountChars |
int |
dwYSize |
int |
hStdError |
int |
hStdInput |
int |
hStdOutput |
int |
lpDesktop |
int |
lpReserved |
int |
lpReserved2 |
int |
lpTitle |
static int |
sizeof |
short |
wShowWindow |
Constructor and Description |
---|
STARTUPINFO() |
public int cb
public int lpReserved
public int lpDesktop
public int lpTitle
public int dwX
public int dwY
public int dwXSize
public int dwYSize
public int dwXCountChars
public int dwYCountChars
public int dwFillAttribute
public int dwFlags
public short wShowWindow
public short cbReserved2
public int lpReserved2
public int hStdInput
public int hStdOutput
public int hStdError
public static int sizeof