Prototype:
Generates Unit of Work ID (equivalent to sendevent -g) and updates Unit of Work (MSM_UofW) with generated ID.
error_code_t MSM_UpdateUofWWithUniqueId(TM_Context* pCtx, MSM_UofW* pUOW);
TM_Context* pCtx: Pointer to TM_Context returned by TM_Init
MSM_UofW* pUOW: Pointer to MSM_UofW returned by MSM_CreateUOW
Value of error_code_t:
- 0 (ERROR_OK) (success)
- Non-zero value (failure)