windows::Win32::Networking::Clustering

Function CreateClusterResourceType

pub unsafe fn CreateClusterResourceType<P1, P2, P3>(
    hcluster: HCLUSTER,
    lpszresourcetypename: P1,
    lpszdisplayname: P2,
    lpszresourcetypedll: P3,
    dwlooksalivepollinterval: u32,
    dwisalivepollinterval: u32,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,