#[repr(C)]
pub struct RTL_USER_PROCESS_PARAMETERS32 {
Show 33 fields pub MaximumLength: ULONG, pub Length: ULONG, pub Flags: ULONG, pub DebugFlags: ULONG, pub ConsoleHandle: ULONG, pub ConsoleFlags: ULONG, pub StandardInput: ULONG, pub StandardOutput: ULONG, pub StandardError: ULONG, pub CurrentDirectory: CURDIR32, pub DllPath: UNICODE_STRING32, pub ImagePathName: UNICODE_STRING32, pub CommandLine: UNICODE_STRING32, pub Environment: ULONG, pub StartingX: ULONG, pub StartingY: ULONG, pub CountX: ULONG, pub CountY: ULONG, pub CountCharsX: ULONG, pub CountCharsY: ULONG, pub FillAttribute: ULONG, pub WindowFlags: ULONG, pub ShowWindowFlags: ULONG, pub WindowTitle: UNICODE_STRING32, pub DesktopInfo: UNICODE_STRING32, pub ShellInfo: UNICODE_STRING32, pub RuntimeData: UNICODE_STRING32, pub CurrentDirectories: [RTL_DRIVE_LETTER_CURDIR32; 32], pub EnvironmentSize: ULONG, pub EnvironmentVersion: ULONG, pub PackageDependencyData: ULONG, pub ProcessGroupId: ULONG, pub LoaderThreads: ULONG,
}

Fields

MaximumLength: ULONGLength: ULONGFlags: ULONGDebugFlags: ULONGConsoleHandle: ULONGConsoleFlags: ULONGStandardInput: ULONGStandardOutput: ULONGStandardError: ULONGCurrentDirectory: CURDIR32DllPath: UNICODE_STRING32ImagePathName: UNICODE_STRING32CommandLine: UNICODE_STRING32Environment: ULONGStartingX: ULONGStartingY: ULONGCountX: ULONGCountY: ULONGCountCharsX: ULONGCountCharsY: ULONGFillAttribute: ULONGWindowFlags: ULONGShowWindowFlags: ULONGWindowTitle: UNICODE_STRING32DesktopInfo: UNICODE_STRING32ShellInfo: UNICODE_STRING32RuntimeData: UNICODE_STRING32CurrentDirectories: [RTL_DRIVE_LETTER_CURDIR32; 32]EnvironmentSize: ULONGEnvironmentVersion: ULONGPackageDependencyData: ULONGProcessGroupId: ULONGLoaderThreads: ULONG

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

Performs the conversion.

Performs the conversion.

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.