| author | |
| committer | |
| log | 78ecf3bb3a8022eaaf2c59b590fc165e5491c73c |
| tree | 86e4cd640841cdbe4c303d923c45fcd3ae635605 |
| parent | 752e7c0fd06d96450898913f6207bbe245ca12fc |
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 { |
| 4855 | 4855 | DllPath: UNICODE_STRING, |
| 4856 | 4856 | ImagePathName: UNICODE_STRING, |
| 4857 | 4857 | 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"` | |
| 4858 | 4862 | Environment: [*:0]WCHAR, |
| 4859 | 4863 | dwX: ULONG, |
| 4860 | 4864 | dwY: ULONG, |