windows::Win32::System::LibraryLoader

Function FindResourceExW

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