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

Function EnumResourceNamesA

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