PK_PARTITION_find_pmark_by_id   

PK_ERROR_code_t     PK_PARTITION_find_pmark_by_id
(
--- received arguments ---
PK_PARTITION_t      partition,      --- partition
int                 identifier,     --- identifier of pmark

--- returned arguments ---
PK_PMARK_t   *const pmark           --- pmark (may be PK_PMARK_null)
)


This function searches the given 'partition' for a 'pmark' with the given
'identifier'.


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


If a pmark with the given identifier is not found then PK_PMARK_null is
returned.

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