windows::Win32::System::LibraryLoader

Function FindResourceExA

pub unsafe fn FindResourceExA<P1, P2>(
    hmodule: Option<HMODULE>,
    lptype: P1,
    lpname: P2,
    wlanguage: u16,
) -> Result<HRSRC>
where P1: Param<PCSTR>, P2: Param<PCSTR>,