Prototype:
Clear Unit of Work members for reuse. This function is called if the same pointer to MSM_UofW is reused to send subsequent events and previously set values for MSM_UofW are not to be used. This function is not called if previously set values for MSM_UofW are used as part of single transaction for START, STEP, END events.
void MSM_ClearUofWMembers(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
Void