windows::Win32::Networking::Clustering

Function AddClusterNodeEx

pub unsafe fn AddClusterNodeEx<P1>(
    hcluster: HCLUSTER,
    lpsznodename: P1,
    dwflags: u32,
    pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
    pvcallbackarg: Option<*const c_void>,
) -> HNODE
where P1: Param<PCWSTR>,