windows::Win32::System::Registry

Function RegCopyTreeW

pub unsafe fn RegCopyTreeW<P1>(
    hkeysrc: HKEY,
    lpsubkey: P1,
    hkeydest: HKEY,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,