注册 登录
编程论坛 Delphi论坛

在dll中的函数参数中,char **在delphi中是什么类型?

xs1065 发布于 2007-08-15 17:14, 1202 次点击
请问,在vc写的dll中的函数参数,char **在delphi中是什么类型?谢谢!
附函数原型:
PAPERDLL_API int PAPERDLL_CALLCONV PD_Get_stuPaperCount(char **ptrSource, char **ptrTemplate,
LPCTSTR strSourceFileName, LPCTSTR strTemplateFileName,
int paperPageSum);
1 回复
#2
wzc655532007-09-07 14:05
指向字符串的指针,在DELPHI中用Pchar
1