pub struct STARTUPINFO {
pub cb: DWORD,
pub lpReserved: LPWSTR,
pub lpDesktop: LPWSTR,
pub lpTitle: LPWSTR,
pub dwX: DWORD,
pub dwY: DWORD,
pub dwXSize: DWORD,
pub dwYSize: DWORD,
pub dwXCountChars: DWORD,
pub dwYCountCharts: DWORD,
pub dwFillAttribute: DWORD,
pub dwFlags: DWORD,
pub wShowWindow: WORD,
pub cbReserved2: WORD,
pub lpReserved2: LPBYTE,
pub hStdInput: HANDLE,
pub hStdOutput: HANDLE,
pub hStdError: HANDLE,
}
Fields
cb | |
lpReserved | |
lpDesktop | |
lpTitle | |
dwX | |
dwY | |
dwXSize | |
dwYSize | |
dwXCountChars | |
dwYCountCharts | |
dwFillAttribute | |
dwFlags | |
wShowWindow | |
cbReserved2 | |
lpReserved2 | |
hStdInput | |
hStdOutput | |
hStdError | |
Trait Implementations
Derived Implementations