End Google Ads 201810 - BS.net 01 --> I created a function that receives several arguments.
The function processes text and stores it in a variable.


char* Value = NULL;
function (arg, arg, arg, Value);
function declaration
function (arg, arg, arg, char *Value)
I did a read out from within the function, and the result is successfully stored in my desired Value.
However when the function returns to continue.

A CRT_DEBUGGER_HOOK exception is thrown!