Function windows_sys::Win32::System::Pipes::CreatePipe
pub unsafe extern "system" fn CreatePipe(
hreadpipe: *mut HANDLE,
hwritepipe: *mut HANDLE,
lppipeattributes: *const SECURITY_ATTRIBUTES,
nsize: u32
) -> BOOL
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"