|
|
Use of Callback APISending and receiving dataGiving certain values to "X" and "Y" in order to provoke an exception (division by cero), we can see how the callback API reacts and sends the information to our third party application which in this case resulted to be DebugView. With the callback API feature is possible to react to certain events produced by your .NET application. The information recollected by our DLL will allow you to interconnect some other applications (e.g. necessary calculations made due to the exception and results could be sent to a database, log files, etc.)
|



