Hi, I have a problem with TC API. I can't set-up a named flow on Windows 2003 and Vista. I have attached the code i use to set up the flow. Can anyone please tell me what am I doing wrong, and why it works on XP but not on Windoes 2003 Server and Vista. Thanks you very much, Mihnea Craciun.
Read my reply on microsoft.public.win32.programmer.networks NG. -- Volodymyr NG tips: http://msmvps.com/blogs/v_scherbina/pages/microsoft-newsgroups-tips.aspx "Mihnea Craciun" wrote in message news:OpH7$j8QIHA.1208@TK2MSFTNGP03.phx.gbl... > Hi, > > I have a problem with TC API. > > I can't set-up a named flow on Windows 2003 and Vista. > > I have attached the code i use to set up the flow. > > Can anyone please tell me what am I doing wrong, and why it works on XP > but not on Windoes 2003 Server and Vista. > > Thanks you very much, > > Mihnea Craciun. > > > > > > >
I did read your reply. It doesn't help much. If you get that behavior, and you have actually compiled and ran the code, it's probably because you haven't enabled the QoS Packet Scheduler on the network interface, in which case the code doesn't even try to add a flow but fails silently(QoSSample.cpp:170). "Volodymyr Shcherbyna" wrote in message news:uHv38XCRIHA.6036@TK2MSFTNGP03.phx.gbl... > Read my reply on microsoft.public.win32.programmer.networks NG. > > -- > Volodymyr > NG tips: > http://msmvps.com/blogs/v_scherbina/pages/microsoft-newsgroups-tips.aspx > > "Mihnea Craciun" wrote in message > news:OpH7$j8QIHA.1208@TK2MSFTNGP03.phx.gbl... >> Hi, >> >> I have a problem with TC API. >> >> I can't set-up a named flow on Windows 2003 and Vista. >> >> I have attached the code i use to set up the flow. >> >> Can anyone please tell me what am I doing wrong, and why it works on XP >> but not on Windoes 2003 Server and Vista. >> >> Thanks you very much, >> >> Mihnea Craciun. >> >> >> >> >> >> >> > >