CreateDialogParamA

Function CreateDialogParamA 

Source
pub unsafe fn CreateDialogParamA<'a>(
    hinstance: impl IntoParam<'a, HINSTANCE>,
    lptemplatename: impl IntoParam<'a, PSTR>,
    hwndparent: impl IntoParam<'a, HWND>,
    lpdialogfunc: Option<DLGPROC>,
    dwinitparam: impl IntoParam<'a, LPARAM>,
) -> HWND