windows::Win32::System::HostComputeNetwork

Function HcnQueryEndpointStats

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