webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging

Function SendDlgItemMessageW

Source
pub unsafe fn SendDlgItemMessageW<'a>(
    hdlg: impl IntoParam<'a, HWND>,
    niddlgitem: i32,
    msg: u32,
    wparam: impl IntoParam<'a, WPARAM>,
    lparam: impl IntoParam<'a, LPARAM>,
) -> LRESULT