Class STARTUPINFO

java.lang.Object
org.eclipse.swt.internal.win32.STARTUPINFO

public class STARTUPINFO extends Object
  • Field Details

    • cb

      public int cb
    • lpReserved

      public int lpReserved
    • lpDesktop

      public int lpDesktop
    • lpTitle

      public int lpTitle
    • dwX

      public int dwX
    • dwY

      public int dwY
    • dwXSize

      public int dwXSize
    • dwYSize

      public int dwYSize
    • dwXCountChars

      public int dwXCountChars
    • dwYCountChars

      public int dwYCountChars
    • dwFillAttribute

      public int dwFillAttribute
    • dwFlags

      public int dwFlags
    • wShowWindow

      public short wShowWindow
    • cbReserved2

      public short cbReserved2
    • lpReserved2

      public int lpReserved2
    • hStdInput

      public int hStdInput
    • hStdOutput

      public int hStdOutput
    • hStdError

      public int hStdError
    • sizeof

      public static int sizeof
  • Constructor Details

    • STARTUPINFO

      public STARTUPINFO()