Struct windows_sys::Win32::UI::Shell::SHCREATEPROCESSINFOW
#[repr(C)]pub struct SHCREATEPROCESSINFOW {Show 13 fields
pub cbSize: u32,
pub fMask: u32,
pub hwnd: HWND,
pub pszFile: PCWSTR,
pub pszParameters: PCWSTR,
pub pszCurrentDirectory: PCWSTR,
pub hUserToken: HANDLE,
pub lpProcessAttributes: *mut SECURITY_ATTRIBUTES,
pub lpThreadAttributes: *mut SECURITY_ATTRIBUTES,
pub bInheritHandles: BOOL,
pub dwCreationFlags: u32,
pub lpStartupInfo: *mut STARTUPINFOW,
pub lpProcessInformation: *mut PROCESS_INFORMATION,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_Security", "Win32_System_Threading"
Fields§
§cbSize: u32§fMask: u32§hwnd: HWND§pszFile: PCWSTR§pszParameters: PCWSTR§pszCurrentDirectory: PCWSTR§hUserToken: HANDLE§lpProcessAttributes: *mut SECURITY_ATTRIBUTES§lpThreadAttributes: *mut SECURITY_ATTRIBUTES§bInheritHandles: BOOL§dwCreationFlags: u32§lpStartupInfo: *mut STARTUPINFOW§lpProcessInformation: *mut PROCESS_INFORMATION