windows::Win32::Networking::Clustering

Function ClusterResourceTypeControlEx

pub unsafe fn ClusterResourceTypeControlEx<P1, P9>(
    hcluster: HCLUSTER,
    lpszresourcetypename: P1,
    hhostnode: Option<HNODE>,
    dwcontrolcode: u32,
    lpinbuffer: Option<*const c_void>,
    ninbuffersize: u32,
    lpoutbuffer: Option<*mut c_void>,
    noutbuffersize: u32,
    lpbytesreturned: Option<*mut u32>,
    lpszreason: P9,
) -> u32
where P1: Param<PCWSTR>, P9: Param<PCWSTR>,