Struct winapi::um::processthreadsapi::STARTUPINFOW
source · #[repr(C)]pub struct STARTUPINFOW {Show 18 fields
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 dwYCountChars: 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: DWORD§lpReserved: LPWSTR§lpDesktop: LPWSTR§lpTitle: LPWSTR§dwX: DWORD§dwY: DWORD§dwXSize: DWORD§dwYSize: DWORD§dwXCountChars: DWORD§dwYCountChars: DWORD§dwFillAttribute: DWORD§dwFlags: DWORD§wShowWindow: WORD§cbReserved2: WORD§lpReserved2: LPBYTE§hStdInput: HANDLE§hStdOutput: HANDLE§hStdError: HANDLETrait Implementations§
source§impl Clone for STARTUPINFOW
impl Clone for STARTUPINFOW
source§fn clone(&self) -> STARTUPINFOW
fn clone(&self) -> STARTUPINFOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for STARTUPINFOW
impl Default for STARTUPINFOW
source§fn default() -> STARTUPINFOW
fn default() -> STARTUPINFOW
Returns the “default value” for a type. Read more