windows::Win32::System::Registry

Function RegLoadKeyW

pub unsafe fn RegLoadKeyW<P1, P2>(
    hkey: HKEY,
    lpsubkey: P1,
    lpfile: P2,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,