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