#[repr(C)]pub struct RTL_USER_PROCESS_PARAMETERS {
pub Reserved1: [u8; 16],
pub Reserved2: [*mut c_void; 10],
pub ImagePathName: UNICODE_STRING,
pub CommandLine: UNICODE_STRING,
}Expand description
Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’
Fields
Reserved1: [u8; 16]Reserved2: [*mut c_void; 10]ImagePathName: UNICODE_STRINGCommandLine: UNICODE_STRING