pub unsafe extern "system" fn CreateUpDownControl(
    dwstyle: u32,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    hparent: HWND,
    nid: i32,
    hinst: HINSTANCE,
    hbuddy: HWND,
    nupper: i32,
    nlower: i32,
    npos: i32
) -> HWND
Expand description

Required features: "Win32_Foundation"