windows::Win32::System::Registry

Function RegReplaceKeyW

pub unsafe fn RegReplaceKeyW<P1, P2, P3>(
    hkey: HKEY,
    lpsubkey: P1,
    lpnewfile: P2,
    lpoldfile: P3,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,