用这个函数可以
int acedInvoke(const struct resbuf * args,struct resbuf ** result);
args |
Input result-buffer list that specifies the
external function call; contains the name of the external function and its
arguments |
result |
Address of an output result-buffer pointer which
on success contains the external function's return values and on failure is
NULL |
|