public class StartupInfo
extends com.jniwrapper.Structure
Modifier and Type | Class and Description |
---|---|
static class |
StartupInfo.Options |
Constructor and Description |
---|
StartupInfo() |
StartupInfo(StartupInfo.Options options) |
StartupInfo(StartupInfo that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
com.jniwrapper.Str |
getDesktop()
String that specifies either the name of the desktop or the name of both
the desktop and window station for this process.
|
com.jniwrapper.UInt32 |
getFillAttribute() |
com.jniwrapper.UInt32 |
getFlags() |
com.jniwrapper.UInt16 |
getShowWindow() |
Handle |
getStdError() |
Handle |
getStdInput() |
Handle |
getStdOutput() |
com.jniwrapper.Str |
getTitle()
For console processes, this is the title displayed in the title bar if a
new console window is created.
|
com.jniwrapper.UInt32 |
getX() |
com.jniwrapper.UInt32 |
getxCountChars() |
com.jniwrapper.UInt32 |
getxSize() |
com.jniwrapper.UInt32 |
getY() |
com.jniwrapper.UInt32 |
getyCountChars() |
com.jniwrapper.UInt32 |
getySize() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public StartupInfo(StartupInfo.Options options)
public StartupInfo()
public StartupInfo(StartupInfo that)
public com.jniwrapper.Str getDesktop()
public com.jniwrapper.Str getTitle()
public com.jniwrapper.UInt32 getX()
public com.jniwrapper.UInt32 getY()
public com.jniwrapper.UInt32 getxSize()
public com.jniwrapper.UInt32 getySize()
public com.jniwrapper.UInt32 getxCountChars()
public com.jniwrapper.UInt32 getyCountChars()
public com.jniwrapper.UInt32 getFillAttribute()
public com.jniwrapper.UInt32 getFlags()
public com.jniwrapper.UInt16 getShowWindow()
public Handle getStdInput()
public Handle getStdOutput()
public Handle getStdError()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure