Function windows::Win32::UI::Controls::ShowScrollBar

pub unsafe fn ShowScrollBar<P0, P1>(
    hwnd: P0,
    wbar: SCROLLBAR_CONSTANTS,
    bshow: P1,
) -> Result<()>
where P0: Param<HWND>, P1: Param<BOOL>,