webview2_com::Windows::Win32::UI::WindowsAndMessaging

Function CreateDialogIndirectParamA

Source
pub unsafe fn CreateDialogIndirectParamA<'a>(
    hinstance: impl IntoParam<'a, HINSTANCE>,
    lptemplate: *const DLGTEMPLATE,
    hwndparent: impl IntoParam<'a, HWND>,
    lpdialogfunc: Option<unsafe extern "system" fn(_: HWND, _: u32, _: WPARAM, _: LPARAM) -> isize>,
    dwinitparam: impl IntoParam<'a, LPARAM>,
) -> HWND