请问在调用dll文件中的函数时,怎么才能让它返回多个值.function  addnum(a:integer;b:integer):integer;stdcall;我想分别同时返回a+b,a-b,a*b,a/b的值,现在不知如何才能实现.
请各位帮帮忙