webview2_com_sys::Windows::Win32::UI::Controls

Function CreateUpDownControl

Source
pub unsafe fn CreateUpDownControl<'a>(
    dwstyle: u32,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    hparent: impl IntoParam<'a, HWND>,
    nid: i32,
    hinst: impl IntoParam<'a, HINSTANCE>,
    hbuddy: impl IntoParam<'a, HWND>,
    nupper: i32,
    nlower: i32,
    npos: i32,
) -> HWND