windows::Win32::System::LibraryLoader

Function GetModuleHandleExW

pub unsafe fn GetModuleHandleExW<P1>(
    dwflags: u32,
    lpmodulename: P1,
    phmodule: *mut HMODULE,
) -> Result<()>
where P1: Param<PCWSTR>,