Function windows::Win32::Networking::Clustering::ClusterRegBatchAddCommand
pub unsafe fn ClusterRegBatchAddCommand<P0, P1>(
hregbatch: P0,
dwcommand: CLUSTER_REG_COMMAND,
wzname: P1,
dwoptions: u32,
lpdata: Option<*const c_void>,
cbdata: u32,
) -> i32where
P0: Param<HREGBATCH>,
P1: Param<PCWSTR>,