Function MessageBoxW
pub unsafe fn MessageBoxW<P1, P2>(
hwnd: Option<HWND>,
lptext: P1,
lpcaption: P2,
utype: MESSAGEBOX_STYLE,
) -> MESSAGEBOX_RESULTwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
pub unsafe fn MessageBoxW<P1, P2>(
hwnd: Option<HWND>,
lptext: P1,
lpcaption: P2,
utype: MESSAGEBOX_STYLE,
) -> MESSAGEBOX_RESULTwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,