录入时间:2014-2-22 0:15:58 最后更新:2014-2-22 0:15:58
注:除使用进程通讯的子进程外,所有语言集成验证前必须调用本接口设置授权
| API名 | 返回值类型 | 功能描述 |
| ks_setLicense | void,无返回值 | 设置KSS系统的使用授权码【LicenseKey】 |
| 参数名 | 类型 | 备注 |
| LicenseKey | string | 授权码【LicenseKey】 |
| 动态库DLL是用Delphi编程语言开发的,ks_setLicense接口原型如下。 | ||
|
procedure ks_setLicense(LicenseKey:PansiChar);stdcall; |
||