windows::Win32::System::HostComputeNetwork

Function HcnQueryEndpointProperties

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