windows::Win32::UI::Shell

Function ShellMessageBoxW

pub unsafe fn ShellMessageBoxW<P2, P3>(
    happinst: Option<HINSTANCE>,
    hwnd: Option<HWND>,
    lpctext: P2,
    lpctitle: P3,
    fustyle: MESSAGEBOX_STYLE,
) -> i32
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,