windows::Win32::Networking::Clustering

Function ClusterNodeControlEx

pub unsafe fn ClusterNodeControlEx<P8>(
    hnode: HNODE,
    hhostnode: Option<HNODE>,
    dwcontrolcode: u32,
    lpinbuffer: Option<*const c_void>,
    ninbuffersize: u32,
    lpoutbuffer: Option<*mut c_void>,
    noutbuffersize: u32,
    lpbytesreturned: Option<*mut u32>,
    lpszreason: P8,
) -> u32
where P8: Param<PCWSTR>,