webview2_com::Windows::Win32::System::LibraryLoader

Function EnumResourceLanguagesExA

Source
pub unsafe fn EnumResourceLanguagesExA<'a>(
    hmodule: impl IntoParam<'a, HINSTANCE>,
    lptype: impl IntoParam<'a, PSTR>,
    lpname: impl IntoParam<'a, PSTR>,
    lpenumfunc: Option<unsafe extern "system" fn(_: HINSTANCE, _: PSTR, _: PSTR, _: u16, _: isize) -> BOOL>,
    lparam: isize,
    dwflags: u32,
    langid: u16,
) -> BOOL