How to send a sting to a dll from a exe?

  • Thread starter Thread starter abitpro
  • Start date Start date
A

abitpro

I am writing a SNMP extension dll and a trigger.

Now i want to send a string from trigger.exe to MyNewTrap.DLL which
is loaded by SNMP.exe.

When MyNewTrap.DLL has reveived this string, it's function SnmpExtensionTrap
will be called by SNMP.exe, and SnmpExtensionTrap will assembly the
VarBindList.
 
Back
Top