Forum Discussion
YMinaev
Staff
14 years agoHi,
Your DefineProc call is incorrect. You must specify the return type after parameter types. The return type in your case is vt_void.
Also, passing a custom structure to a function which accepts int as its parameter probably won't work. Pass an integer value instead of a structure to your function.
Your DefineProc call is incorrect. You must specify the return type after parameter types. The return type in your case is vt_void.
Also, passing a custom structure to a function which accepts int as its parameter probably won't work. Pass an integer value instead of a structure to your function.