博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FSDK_ActivateLibrary Function
阅读量:6152 次
发布时间:2019-06-21

本文共 599 字,大约阅读时间需要 1 分钟。

FSDK_ActivateLibrary Function

Activates the FaceSDK library.

C++ Syntax:

int FSDK_ActivateLibrary(char* LicenseKey);

Delphi Syntax:

function FSDK_ActivateLibrary(LicenseKey: PChar): integer;

C# Syntax:

int FSDK.ActivateLibrary(out string  LicenseKey);

VB Syntax:

Function FSDKVB_ActivateLibrary(ByVal LicenseKey As String) As

Long

Java and Android Syntax:

int FSDK.ActivateLibrary(String LicenseKey);

Parameters:

LicenseKey– License key you received from Luxand, Inc.

Return Value:

Returns FSDKE_OK if the registration key is valid and not expired.

转载于:https://www.cnblogs.com/qingfang/p/6611718.html

你可能感兴趣的文章
流媒体开篇
查看>>
Spark的wordcount程序产生多少个RDD?
查看>>
oracle存储过程的基本语法
查看>>
Nullable<T> 与 T?
查看>>
系统分析师的价值
查看>>
css3--rem
查看>>
[DFS]JZOJ 4208 线段树什么的最讨厌了qwq
查看>>
Git -- 自定义git样式
查看>>
jquery的$.extend和$.fn.extend作用及区别
查看>>
pwd的实现
查看>>
最新版华美淘客商城淘宝客程序源码
查看>>
HDU - 2955
查看>>
Tomcat+mysql连接池配置
查看>>
10.27 AHSOFNU 校内模拟(泉七)
查看>>
Linux下随机生成密码的命令总结
查看>>
【Combination Sum II 】cpp
查看>>
Java:位移运算符
查看>>
2017-5-15 元祖操作
查看>>
Optimizing Performance in iOS Part3:Optimizing Script Performance
查看>>
iOS开发之缓存(一):内存缓存
查看>>