![]() |
PK_SESSION_ask_curr_partition |
PK_ERROR_code_t PK_SESSION_ask_curr_partition
(
--- returned arguments ---
PK_PARTITION_t *const partition --- current partition
)
This function returns the current 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.