C# 클래스 TOAPI.Kernel32.STARTUPINFO

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

cb 공개적으로 프로퍼티

public int cb
리턴 int

cbReserved2 공개적으로 프로퍼티

public ushort cbReserved2
리턴 ushort

dwFillAttribute 공개적으로 프로퍼티

public uint dwFillAttribute
리턴 uint

dwFlags 공개적으로 프로퍼티

public uint dwFlags
리턴 uint

dwX 공개적으로 프로퍼티

public uint dwX
리턴 uint

dwXCountChars 공개적으로 프로퍼티

public uint dwXCountChars
리턴 uint

dwXSize 공개적으로 프로퍼티

public uint dwXSize
리턴 uint

dwY 공개적으로 프로퍼티

public uint dwY
리턴 uint

dwYCountChars 공개적으로 프로퍼티

public uint dwYCountChars
리턴 uint

dwYSize 공개적으로 프로퍼티

public uint dwYSize
리턴 uint

hStdError 공개적으로 프로퍼티

public IntPtr,System hStdError
리턴 System.IntPtr

hStdInput 공개적으로 프로퍼티

public IntPtr,System hStdInput
리턴 System.IntPtr

hStdOutput 공개적으로 프로퍼티

public IntPtr,System hStdOutput
리턴 System.IntPtr

lpDesktop 공개적으로 프로퍼티

public string lpDesktop
리턴 string

lpReserved 공개적으로 프로퍼티

public string lpReserved
리턴 string

lpReserved2 공개적으로 프로퍼티

public IntPtr,System lpReserved2
리턴 System.IntPtr

lpTitle 공개적으로 프로퍼티

public string lpTitle
리턴 string

wShowWindow 공개적으로 프로퍼티

public ushort wShowWindow
리턴 ushort