windows::Win32::Networking::Clustering

Function GetClusterNetInterface

pub unsafe fn GetClusterNetInterface<P1, P2>(
    hcluster: HCLUSTER,
    lpsznodename: P1,
    lpsznetworkname: P2,
    lpszinterfacename: PWSTR,
    lpcchinterfacename: *mut u32,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,