windows::Win32::System::HostComputeNetwork

Function HcnQueryEndpointAddresses

pub unsafe fn HcnQueryEndpointAddresses<P1>(
    endpoint: *const c_void,
    query: P1,
    addresses: *mut PWSTR,
    errorrecord: Option<*mut PWSTR>,
) -> Result<()>
where P1: Param<PCWSTR>,