Tagged Questions
0
votes
1answer
96 views
Pausing a DLL export until triggered by an EXE
Does anyone have any ideas of how a DLL function can be made to wait for “input”, and how to call a specific instance of a DLL export?
I’m trying to convert a Windows service to a DLL. It contains a ...