windows::Win32::System::LibraryLoader

Function EnumResourceLanguagesExW

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