C# Class Abstractions.WindowsApi.pInvokes.SafeNativeMethods.STARTUPINFO

Show file Open project: MutonUfoAI/pgina

Public Properties

Property Type Description
cb System.Int32
cbReserved2 short
dwFillAttribute System.UInt32
dwFlags System.UInt32
dwX System.UInt32
dwXCountChars System.UInt32
dwXSize System.UInt32
dwY System.UInt32
dwYCountChars System.UInt32
dwYSize System.UInt32
hStdError System.IntPtr
hStdInput System.IntPtr
hStdOutput System.IntPtr
lpDesktop String
lpReserved String
lpReserved2 System.IntPtr
lpTitle String
wShowWindow short

Property Details

cb public property

public Int32,System cb
return System.Int32

cbReserved2 public property

public short cbReserved2
return short

dwFillAttribute public property

public UInt32,System dwFillAttribute
return System.UInt32

dwFlags public property

public UInt32,System dwFlags
return System.UInt32

dwX public property

public UInt32,System dwX
return System.UInt32

dwXCountChars public property

public UInt32,System dwXCountChars
return System.UInt32

dwXSize public property

public UInt32,System dwXSize
return System.UInt32

dwY public property

public UInt32,System dwY
return System.UInt32

dwYCountChars public property

public UInt32,System dwYCountChars
return System.UInt32

dwYSize public property

public UInt32,System dwYSize
return System.UInt32

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 short wShowWindow
return short