windows::Win32::Networking::Clustering

Function ClusterRegSetValue

pub unsafe fn ClusterRegSetValue<P1>(
    hkey: HKEY,
    lpszvaluename: P1,
    dwtype: u32,
    lpdata: *const u8,
    cbdata: u32,
) -> u32
where P1: Param<PCWSTR>,