pub unsafe extern "system" fn CreateDialogIndirectParamW(
    hinstance: HINSTANCE,
    lptemplate: *const DLGTEMPLATE,
    hwndparent: HWND,
    lpdialogfunc: DLGPROC,
    dwinitparam: LPARAM
) -> HWND
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’