webview2_com_sys::Windows::Win32::System::LibraryLoader

Function EnumResourceLanguagesExW

Source
pub unsafe fn EnumResourceLanguagesExW<'a>(
    hmodule: impl IntoParam<'a, HINSTANCE>,
    lptype: impl IntoParam<'a, PWSTR>,
    lpname: impl IntoParam<'a, PWSTR>,
    lpenumfunc: Option<ENUMRESLANGPROCW>,
    lparam: isize,
    dwflags: u32,
    langid: u16,
) -> BOOL