windows::Win32::UI::WindowsAndMessaging

Function LoadMenuW

pub unsafe fn LoadMenuW<P1>(
    hinstance: Option<HINSTANCE>,
    lpmenuname: P1,
) -> Result<HMENU>
where P1: Param<PCWSTR>,