Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets the name of the next publication in the database.
public virtual const char * GetNextPublication( ul_publication_iter * iter )
iter A pointer to the iterator variable.
The name of the next publication. This value points to a static buffer whose contents may be changed by any subsequent UltraLite call, so make a copy of the value if you need to retain it. NULL is returned when the iteration is complete.
Initialize the iter value to the ul_publication_iter_start constant before the first call.