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 繰り返し変数へのポインタ。
次のパブリケーションの名前。この値は静的バッファを指します。静的バッファの内容は、それ以降の Ultra Light の呼び出しによって変更される可能性があるため、値を保持したい場合は、そのコピーを作成してください。反復が完了すると NULL が返されます。
最初の呼び出しの前に、iter 値を ul_publication_iter_start 定数に初期化します。