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

Function EnumResourceLanguagesW

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