windows::Win32::System::LibraryLoader

Function EnumResourceLanguagesW

pub unsafe fn EnumResourceLanguagesW<P1, P2>(
    hmodule: Option<HMODULE>,
    lptype: P1,
    lpname: P2,
    lpenumfunc: ENUMRESLANGPROCW,
    lparam: isize,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,