Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取数据库中下一个发布的名称。
public virtual const char * GetNextPublication( ul_publication_iter * iter )
iter 指向迭代程序变量的指针。
下一个发布的名称。此值指向其内容可通过任何后续 UltraLite 调用更改的静态缓冲区,因此如果需要保存该值,必须复制该值。迭代完成时返回 NULL。
在首次调用之前,将 iter 值初始化为 l_publication_iter_start 常量。