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

Function EnumResourceLanguagesA

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