windows::Win32::System::Registry

Function RegSetValueW

pub unsafe fn RegSetValueW<P1, P3>(
    hkey: HKEY,
    lpsubkey: P1,
    dwtype: REG_VALUE_TYPE,
    lpdata: P3,
    cbdata: u32,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,