MCPcopy Create free account
hub / github.com/echQoQ/RustSL / RtlUserProcessParameters

Class RtlUserProcessParameters

RustVEHSyscalls/src/def.rs:165–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164#[repr(C)]
165pub struct RtlUserProcessParameters {
166 pub maximum_length: u32,
167 pub length: u32,
168 pub flags: u32,
169 pub debug_flags: u32,
170 pub console_handle: *mut c_void,
171 pub console_flags: u32,
172 pub standard_input: *mut c_void,
173 pub standard_output: *mut c_void,
174 pub standard_error: *mut c_void,
175 pub current_directory_path: UnicodeString,
176 pub current_directory_handle: *mut c_void,
177 pub dll_path: UnicodeString,
178 pub image_path_name: UnicodeString,
179 pub command_line: UnicodeString,
180 pub environment: *mut c_void,
181 pub starting_x: u32,
182 pub starting_y: u32,
183 pub count_x: u32,
184 pub count_y: u32,
185 pub count_chars_x: u32,
186 pub count_chars_y: u32,
187 pub fill_attribute: u32,
188 pub window_flags: u32,
189 pub show_window_flags: u32,
190 pub window_title: UnicodeString,
191 pub desktop_info: UnicodeString,
192 pub shell_info: UnicodeString,
193 pub runtime_data: UnicodeString,
194 pub current_directories: [UnicodeString; 32],
195 pub environment_size: u32,
196 pub environment_version: u32,
197 pub package_dependency_data: *mut c_void,
198 pub process_group_id: u32,
199 pub loader_threads: u32,
200}
201
202#[repr(C)]
203pub struct ImageDosHeader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected