windows::Win32::Networking::Clustering

Function CreateClusterAvailabilitySet

pub unsafe fn CreateClusterAvailabilitySet<P1>(
    hcluster: HCLUSTER,
    lpavailabilitysetname: P1,
    pavailabilitysetconfig: *const CLUSTER_AVAILABILITY_SET_CONFIG,
) -> HGROUPSET
where P1: Param<PCWSTR>,