Help About the Hook

  • Thread starter Thread starter steel
  • Start date Start date
He's saying to build the callback function in C/C++, pass the pointer to
that function to the call that's expecting the callback function pointer,
and then have the C/C++ callback function do 'something' that will result in
control being passed to the managed code, (sending a message to a specified
MessageWindow class, for example).

Paul T.
 
Back
Top