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: PWSTR,
pub pszParameters: PWSTR,
pub pszCurrentDirectory: PWSTR,
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: u32fMask: u32hwnd: HWNDpszFile: PWSTRpszParameters: PWSTRpszCurrentDirectory: PWSTRhUserToken: HANDLElpProcessAttributes: *mut SECURITY_ATTRIBUTESlpThreadAttributes: *mut SECURITY_ATTRIBUTESbInheritHandles: BOOLdwCreationFlags: u32lpStartupInfo: *mut STARTUPINFOWlpProcessInformation: *mut PROCESS_INFORMATION