windows::Win32::Networking::Clustering

Function ClusterNodeReplacement

pub unsafe fn ClusterNodeReplacement<P1, P2>(
    hcluster: HCLUSTER,
    lpsznodenamecurrent: P1,
    lpsznodenamenew: P2,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,