Function windows_sys::Win32::System::Pipes::GetNamedPipeHandleStateA
[−]pub unsafe extern "system" fn GetNamedPipeHandleStateA(
hnamedpipe: HANDLE,
lpstate: *mut NAMED_PIPE_MODE,
lpcurinstances: *mut u32,
lpmaxcollectioncount: *mut u32,
lpcollectdatatimeout: *mut u32,
lpusername: PSTR,
nmaxusernamesize: u32
) -> BOOLExpand description
Required features: "Win32_System_Pipes", "Win32_Foundation"