zig/lib/std/os/windows
Stephen Gregoratto 9532f72937 Windows: Replace CreatePipe with ntdll implementation
This implementation is now a direct replacement for the `kernel32` one.
New bitflags for named pipes and other generic ones were added based on
browsing the ReactOS sources.

`UNICODE_STRING.Buffer` has also been changed to be nullable, as
this is what makes the implementation work.
This required some changes to places accesssing the buffer after a
`SUCCESS`ful return, most notably `QueryObjectName` which even referred
to it being nullable.
2024-03-16 23:37:50 +11:00
..
advapi32.zig std.os.windows.advapi32: add RegLoadAppKeyW 2023-07-23 17:10:57 +06:00
crypt32.zig clean up windows cert scanning 2023-01-17 00:08:42 -07:00
kernel32.zig add ability to open dlls with platform-specific flags (#18370) 2024-01-09 20:11:22 -05:00
lang.zig
nls.zig Add os.windows.nls.upcaseW, a cross-platform implementation of RtlUpcaseUnicodeChar 2023-06-30 15:29:43 -07:00
ntdll.zig Windows: Replace CreatePipe with ntdll implementation 2024-03-16 23:37:50 +11:00
ntstatus.zig
sublang.zig
test.zig Windows: Replace CreatePipe with ntdll implementation 2024-03-16 23:37:50 +11:00
win32error.zig os.windows: Fix error 258 name in Win32Error 2024-01-23 18:06:23 -08:00
ws2_32.zig add missing timeval struct 2023-11-22 01:15:11 +02:00