[][src]Function winapi::um::commctrl::CreateUpDownControl

pub unsafe extern "system" fn CreateUpDownControl(
    dwStyle: DWORD,
    x: c_int,
    y: c_int,
    cx: c_int,
    cy: c_int,
    hParent: HWND,
    nID: c_int,
    hInst: HINSTANCE,
    nBuddy: HWND,
    nUpper: c_int,
    nLower: c_int,
    nPos: c_int
) -> HWND