PK_ERROR_code_t PK_MARK_ask_following ( --- received arguments --- PK_MARK_t mark, --- a mark --- returned arguments --- PK_MARK_t *const following --- its following mark ) This function returns the mark following the given one. If the given mark is the last mark, PK_MARK_null is returned. Specific Errors: PK_ERROR_rollback_not_started Partitioned rollback is not active This function should only be called when partitioned rollback has been started with PK_DELTA_register_callbacks.