#[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_STRING
CommandLine: UNICODE_STRING
Trait Implementations
impl Clone for RTL_USER_PROCESS_PARAMETERS
impl Clone for RTL_USER_PROCESS_PARAMETERS
impl Copy for RTL_USER_PROCESS_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for RTL_USER_PROCESS_PARAMETERS
impl !Send for RTL_USER_PROCESS_PARAMETERS
impl !Sync for RTL_USER_PROCESS_PARAMETERS
impl Unpin for RTL_USER_PROCESS_PARAMETERS
impl UnwindSafe for RTL_USER_PROCESS_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more