Function windows::Win32::NetworkManagement::QoS::TcAddFlow

pub unsafe fn TcAddFlow<P0, P1>(
    ifchandle: P0,
    clflowctx: P1,
    flags: u32,
    pgenericflow: *const TC_GEN_FLOW,
    pflowhandle: *mut HANDLE
) -> u32
where P0: Param<HANDLE>, P1: Param<HANDLE>,