Skip to content

Commit 78ecf3b

Browse files
committed
windows: Document Environment pointer
1 parent 752e7c0 commit 78ecf3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/std/os/windows.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,6 +4855,10 @@ pub const RTL_USER_PROCESS_PARAMETERS = extern struct {
48554855
DllPath: UNICODE_STRING,
48564856
ImagePathName: UNICODE_STRING,
48574857
CommandLine: UNICODE_STRING,
4858+
/// Points to a NUL-terminated sequence of NUL-terminated
4859+
/// WTF-16 LE encoded `name=value` sequences.
4860+
/// Example using string literal syntax:
4861+
/// `"NAME=value\x00foo=bar\x00\x00"`
48584862
Environment: [*:0]WCHAR,
48594863
dwX: ULONG,
48604864
dwY: ULONG,

0 commit comments

Comments
 (0)