windows::Win32::Networking::Clustering

Function ResUtilSetValueEx

pub unsafe fn ResUtilSetValueEx<P1>(
    hkeyclusterkey: HKEY,
    valuename: P1,
    valuetype: u32,
    valuedata: &[u8],
    flags: u32,
) -> u32
where P1: Param<PCWSTR>,