Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » 嵌入式 SQL API 参考

 

ULClearEncryptionKey 函数

清除加密密钥。

语法
ul_bool ULClearEncryptionKey(
ul_u_long * creator,
ul_u_long * feature-num  );
参数

creator   指向保存加密密钥的功能的创建者 ID 的指针。缺省值为 NULL。

feature-num   指向保存加密密钥的功能编号的指针。如果 feature-num 的值为 NULL,应用程序使用 UltraLite 的缺省值 100。

注释

在 Palm OS 上,加密密钥作为 Palm 功能保存在动态内存中。功能的索引是根据创建者和功能编号编制的。

另请参见