RTL_USER_PROCESS_PARAMETERS structure
[This structure may be altered in future versions of Windows.]
Applies to: desktop apps only
Contains process parameter information.
Syntax
typedef struct _RTL_USER_PROCESS_PARAMETERS {
BYTE Reserved1[16];
PVOID Reserved2[10];
UNICODE_STRING ImagePathName;
UNICODE_STRING CommandLine;
} RTL_USER_PROCESS_PARAMETERS, *PRTL_USER_PROCESS_PARAMETERS;
Members
- Reserved1
-
Reserved for internal use by the operating system.
- Reserved2
-
Reserved for internal use by the operating system.
- ImagePathName
-
The path of the image file for the process.
- CommandLine
-
The command-line string passed to the process.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012