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.