windows::Win32::Networking::Clustering

Function ClusterRegBatchAddCommand

pub unsafe fn ClusterRegBatchAddCommand<P2>(
    hregbatch: HREGBATCH,
    dwcommand: CLUSTER_REG_COMMAND,
    wzname: P2,
    dwoptions: u32,
    lpdata: Option<*const c_void>,
    cbdata: u32,
) -> i32
where P2: Param<PCWSTR>,