SNMP Api Problem

  • Thread starter Thread starter BolineC
  • Start date Start date
B

BolineC

Can anyone help with this one?

I am using mgmtapi and am having trouble with the function
SNMPMgmGetTrapEx.
It should be passing out a pointer to a structure, but it seems to be
passing me just an int?

Any Ideas?
Craig
 
Hi Carig
What language are you using? , I guess it should be VC++. However ,since
this is a C# newsgroup, if you are using C# then pointers are not defined
in C# . you might be expecting something like Intptr in the out parameter
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top