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 |
long |
hStdError |
long |
hStdInput |
long |
hStdOutput |
long |
lpDesktop |
long |
lpReserved |
long |
lpReserved2 |
long |
lpTitle |
static int |
sizeof |
short |
wShowWindow |
| Constructor and Description |
|---|
STARTUPINFO() |
public int cb
public long lpReserved
public long lpDesktop
public long 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 long lpReserved2
public long hStdInput
public long hStdOutput
public long hStdError
public static int sizeof