Function windows::Win32::Networking::Clustering::ClusterCreateAffinityRule
pub unsafe fn ClusterCreateAffinityRule<P0, P1>(
hcluster: P0,
rulename: P1,
ruletype: CLUS_AFFINITY_RULE_TYPE,
) -> u32where
P0: Param<HCLUSTER>,
P1: Param<PCWSTR>,