Retrieving input from custom block in userFunction block
I have a C++ dll written using Visual Studio 2015 which is called by a userFunction block.
The dll includes a custom block which asks for a single integer input.
I am able to use the API to create the dialog, set a default for the parameter, etc, but for the life of me, I can't figure out how to put the response back into my dll. Can someone please help?