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
) -> BOOL
Expand description

Required features: "Win32_Foundation"