windows::Win32::Networking::Clustering

Function OpenClusterGroupEx

pub unsafe fn OpenClusterGroupEx<P1>(
    hcluster: HCLUSTER,
    lpszgroupname: P1,
    dwdesiredaccess: u32,
    lpdwgrantedaccess: Option<*mut u32>,
) -> HGROUP
where P1: Param<PCWSTR>,