#[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: u32fMask: u32hwnd: HWNDpszFile: PCWSTRpszParameters: PCWSTRpszCurrentDirectory: PCWSTRhUserToken: HANDLElpProcessAttributes: *mut SECURITY_ATTRIBUTESlpThreadAttributes: *mut SECURITY_ATTRIBUTESbInheritHandles: BOOLdwCreationFlags: u32lpStartupInfo: *mut STARTUPINFOWlpProcessInformation: *mut PROCESS_INFORMATION

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.