windows::Win32::System::LibraryLoader

Function FindResourceW

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