mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
windows: Document Environment pointer
This commit is contained in:
parent
752e7c0fd0
commit
78ecf3bb3a
@ -4855,6 +4855,10 @@ pub const RTL_USER_PROCESS_PARAMETERS = extern struct {
|
||||
DllPath: UNICODE_STRING,
|
||||
ImagePathName: UNICODE_STRING,
|
||||
CommandLine: UNICODE_STRING,
|
||||
/// Points to a NUL-terminated sequence of NUL-terminated
|
||||
/// WTF-16 LE encoded `name=value` sequences.
|
||||
/// Example using string literal syntax:
|
||||
/// `"NAME=value\x00foo=bar\x00\x00"`
|
||||
Environment: [*:0]WCHAR,
|
||||
dwX: ULONG,
|
||||
dwY: ULONG,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user