windows::Win32::Networking::Clustering

Function ClusterRegSetValueEx

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