C# Class TOAPI.Kernel32.STARTUPINFO

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
cb int
cbReserved2 ushort
dwFillAttribute uint
dwFlags uint
dwX uint
dwXCountChars uint
dwXSize uint
dwY uint
dwYCountChars uint
dwYSize uint
hStdError System.IntPtr
hStdInput System.IntPtr
hStdOutput System.IntPtr
lpDesktop string
lpReserved string
lpReserved2 System.IntPtr
lpTitle string
wShowWindow ushort

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

cb public property

public int cb
return int

cbReserved2 public property

public ushort cbReserved2
return ushort

dwFillAttribute public property

public uint dwFillAttribute
return uint

dwFlags public property

public uint dwFlags
return uint

dwX public property

public uint dwX
return uint

dwXCountChars public property

public uint dwXCountChars
return uint

dwXSize public property

public uint dwXSize
return uint

dwY public property

public uint dwY
return uint

dwYCountChars public property

public uint dwYCountChars
return uint

dwYSize public property

public uint dwYSize
return uint

hStdError public property

public IntPtr,System hStdError
return System.IntPtr

hStdInput public property

public IntPtr,System hStdInput
return System.IntPtr

hStdOutput public property

public IntPtr,System hStdOutput
return System.IntPtr

lpDesktop public property

public string lpDesktop
return string

lpReserved public property

public string lpReserved
return string

lpReserved2 public property

public IntPtr,System lpReserved2
return System.IntPtr

lpTitle public property

public string lpTitle
return string

wShowWindow public property

public ushort wShowWindow
return ushort