Function windows_sys::Win32::UI::Controls::CreateUpDownControl
pub unsafe extern "system" fn CreateUpDownControl(
dwstyle: u32,
x: i32,
y: i32,
cx: i32,
cy: i32,
hparent: HWND,
nid: i32,
hinst: HMODULE,
hbuddy: HWND,
nupper: i32,
nlower: i32,
npos: i32
) -> HWNDExpand description
Required features: "Win32_UI_Controls", "Win32_Foundation"