authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-03-16 17:28:26-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-03-22 15:44:27-07:00
log78ecf3bb3a8022eaaf2c59b590fc165e5491c73c
tree86e4cd640841cdbe4c303d923c45fcd3ae635605
parent752e7c0fd06d96450898913f6207bbe245ca12fc

windows: Document Environment pointer


1 files changed, 4 insertions(+), 0 deletions(-)

lib/std/os/windows.zig+4
......@@ -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,