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

Function EnumResourceNamesW

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