Function AddClusterStorageNode
pub unsafe fn AddClusterStorageNode<P1, P4, P5>(
hcluster: HCLUSTER,
lpsznodename: P1,
pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
pvcallbackarg: Option<*const c_void>,
lpszclusterstoragenodedescription: P4,
lpszclusterstoragenodelocation: P5,
) -> u32where
P1: Param<PCWSTR>,
P4: Param<PCWSTR>,
P5: Param<PCWSTR>,