Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when I compile my code I face with error:
Quote:
the data area passed to a system call is too small.(122)


Its in C# and the function get an active UDP Table and return as a list .
(all work correctly for TCP Table)

please guide me,
Thanks.
Posted

1 solution

 
Share this answer
 
Comments
keshtkar2 2-Feb-13 10:17am    
I am using Windows 7 64 bit..
Abhishek Pant 2-Feb-13 11:09am    
as I seehere[^] the error is ERROR_INSUFFICIENT_BUFFER. have a look here[^]
keshtkar2 6-Feb-13 1:30am    
yeah , you are right, but how can I pass this error? What should I do to solve the problem?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900