PK_PARTITION_ask_initial_pmark   

PK_ERROR_code_t   PK_PARTITION_ask_initial_pmark
(
--- received arguments ---
PK_PARTITION_t    partition,        --- partition

--- returned arguments ---
PK_PMARK_t *const pmark             --- initial partition mark
)


This function returns the initial partition mark of the given partition.


Specific Errors:
    PK_ERROR_rollback_not_started  Partitioned rollback is not active (MILD)


This function should only be called when partitioned rollback has been started
with PK_DELTA_register_callbacks.