Function CreateClusterResourceTypeEx
pub unsafe fn CreateClusterResourceTypeEx<P1, P2, P3, P6>(
hcluster: HCLUSTER,
lpszresourcetypename: P1,
lpszdisplayname: P2,
lpszresourcetypedll: P3,
dwlooksalivepollinterval: u32,
dwisalivepollinterval: u32,
lpszreason: P6,
) -> u32where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P6: Param<PCWSTR>,