Function windows::Win32::System::Pipes::GetNamedPipeServerProcessId
pub unsafe fn GetNamedPipeServerProcessId<P0>(
pipe: P0,
serverprocessid: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,