pub const CreatePipeOptions = struct
pub const CreatePipeOptions = struct { server: End, client: End, inbound: bool = false, outbound: bool = false, maximum_instances: u32 = 1, quota: u32 = 4096, default_timeout: windows.LARGE_INTEGER = -120 * std.time.ns_per_s / 100, pub const End = struct { attributes: windows.OBJECT.ATTRIBUTES.Flags = .{}, mode: windows.FILE.MODE, }; }