Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFile for Project settings Pin
Neelesh K J Jain4-Jan-05 21:12
Neelesh K J Jain4-Jan-05 21:12 
GeneralRe: File for Project settings Pin
ThatsAlok4-Jan-05 21:28
ThatsAlok4-Jan-05 21:28 
GeneralRe: File for Project settings Pin
Rajesh match4-Jan-05 21:32
Rajesh match4-Jan-05 21:32 
GeneralDisabling Scroll Bar in ListView Pin
Neelesh K J Jain4-Jan-05 21:06
Neelesh K J Jain4-Jan-05 21:06 
Generalpointer to a member function in a derived class Pin
sjcomp4-Jan-05 20:30
sjcomp4-Jan-05 20:30 
GeneralEnabling Scrollbar in a disabled listbox Pin
laavsjj4-Jan-05 19:42
laavsjj4-Jan-05 19:42 
GeneralRe: Enabling Scrollbar in a disabled listbox Pin
KaЯl4-Jan-05 21:21
KaЯl4-Jan-05 21:21 
GeneralTraffic Control APIs Error!!!! Invalid parameter Pin
dharani4-Jan-05 19:16
dharani4-Jan-05 19:16 
Am using the following code to addthe flow in the interface.
HANDLE flwHndl;
HANDLE ClFlowCtx=0;
TC_GEN_FLOW flg;
flg.SendingFlowspec.TokenRate = 64;
flg.SendingFlowspec.TokenBucketSize = 64;
flg.SendingFlowspec.PeakBandwidth = 10000;
flg.SendingFlowspec.Latency = 10;
flg.SendingFlowspec.DelayVariation = 10;
flg.SendingFlowspec.ServiceType = 1;
flg.SendingFlowspec.MaxSduSize = 1440;
flg.SendingFlowspec.MinimumPolicedSize = 64;

flg.ReceivingFlowspec.TokenRate = 64;
flg.ReceivingFlowspec.TokenBucketSize = 64;
flg.ReceivingFlowspec.PeakBandwidth = 10000;
flg.ReceivingFlowspec.Latency = 10;
flg.ReceivingFlowspec.DelayVariation = 10;
flg.ReceivingFlowspec.ServiceType = 1;
flg.ReceivingFlowspec.MaxSduSize = 1440;
flg.ReceivingFlowspec.MinimumPolicedSize = 64;

flg.TcObjectsLength = 0;
errcode = 0;
errcode = TcAddFlow(hndl ,ClFlowCtx ,0,&flg,&flwHndl);


What could be wrong in the parameters?Am getting ERROR_INVALID_PARAMETER as the 'errcode'.Thnx in advance.

redindian
GeneralRestricted Execution Pin
pc_dev4-Jan-05 19:15
pc_dev4-Jan-05 19:15 
GeneralRe: Restricted Execution Pin
BlackDice5-Jan-05 6:15
BlackDice5-Jan-05 6:15 
GeneralRe: Restricted Execution Pin
pc_dev6-Jan-05 16:06
pc_dev6-Jan-05 16:06 
GeneralDisable Text Box in dialog Box Pin
Rajesh_K_Sharma4-Jan-05 18:32
Rajesh_K_Sharma4-Jan-05 18:32 
GeneralRe: Disable Text Box in dialog Box Pin
PJ Arends4-Jan-05 19:03
professionalPJ Arends4-Jan-05 19:03 
GeneralRe: Disable Text Box in dialog Box Pin
John R. Shaw5-Jan-05 9:13
John R. Shaw5-Jan-05 9:13 
GeneralRe: Disable Text Box in dialog Box Pin
Member 15087325-Jan-05 0:24
Member 15087325-Jan-05 0:24 
GeneralI need some pointer help please Pin
fklldsvs4-Jan-05 17:29
fklldsvs4-Jan-05 17:29 
GeneralRe: I need some pointer help please Pin
ThatsAlok4-Jan-05 18:54
ThatsAlok4-Jan-05 18:54 
GeneralRe: I need some pointer help please Pin
John R. Shaw5-Jan-05 9:29
John R. Shaw5-Jan-05 9:29 
Questionhow can i play audio that use vivo's siren codec Pin
stephen_yeerwu4-Jan-05 15:31
stephen_yeerwu4-Jan-05 15:31 
QuestionHow can I share data which contain pointers between processes? Pin
berserkerr4-Jan-05 14:39
berserkerr4-Jan-05 14:39 
AnswerRe: How can I share data which contain pointers between processes? Pin
KaЯl4-Jan-05 21:26
KaЯl4-Jan-05 21:26 
AnswerRe: How can I share data which contain pointers between processes? Pin
Blake Miller5-Jan-05 5:09
Blake Miller5-Jan-05 5:09 
GeneralDoc View question Pin
act_x4-Jan-05 14:24
act_x4-Jan-05 14:24 
GeneralRe: Doc View question Pin
Shog94-Jan-05 14:36
sitebuilderShog94-Jan-05 14:36 
GeneralRe: Doc View question Pin
act_x4-Jan-05 14:47
act_x4-Jan-05 14:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.