Link to home
Start Free TrialLog in
Avatar of shayad
shayad

asked on

Callback functions ?

How can functions in a C DLL call methods/functions in the calling application.For example: a method called fnAdd(..) which resides in a DLL neeeds to take dynamic data from the user( interaction with the user ). Is it possible by passing to the dll a function name ( this function can be called by using the win api GetProcAddress )which it can call to take new data from the user.
Is there a specific way to pas such function names ?
ASKER CERTIFIED SOLUTION
Avatar of rwilson032697
rwilson032697

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial