#[repr(C)]pub struct ShellParametersProtocol {
pub argv: *const *const Char16,
pub argc: usize,
pub std_in: ShellFileHandle,
pub std_out: ShellFileHandle,
pub std_err: ShellFileHandle,
}Fields§
§argv: *const *const Char16Pointer to a list of arguments.
argc: usizeNumber of arguments.
std_in: ShellFileHandleHandle of the standard input.
std_out: ShellFileHandleHandle of the standard output.
std_err: ShellFileHandleHandle of the standard error output.