webview2_com::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<unsafe extern "system" fn(_: HINSTANCE, _: PSTR, _: PSTR, _: u16, _: isize) -> BOOL>,
    lparam: isize,
) -> BOOL