A have code in my dll (on C++). The function must accept the reference on \'long\' variable.
int add(int a, long *ffffd) { *ffffd = 1758; return a; } <