设置全局路径 - SetPath
函数简介
设置全局路径. 建议使用SetConfig 接口
接口名称
SetPath
DLL调用
int SetPath(long ola, string Path)
参数定义:
ola
(长整型数): OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。path
(字符串): 要设置的路径值。
示例:
待补充...
COM调用
int SetPath(string Path)
参数定义:
示例:
ola.SetPath(getrcpath("rc:"))
path=ola.GetPath()
messagebox(path
返回值
整型数:
0 : 失败
1 : 成功