MSM_UOW* MSM_OCreateUOW - Teradata Ecosystem Manager

Teradata Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
crq1488477755125.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

Prototype:

Called to create and allocate the MSM_UOW structure. The structure is initialized with either a generated universally unique identifier or the value contained in the TMSM_UOWID environment variable. Returns a pointer to the unit of work structure which is needed when calling an MSM_Send* function.

MSM_UOW* MSM_OCreateUOW(TMContext* pCtx)

TM_Context* pCtx, messaging context pointer returned by TM_Init

Pointer to MSM_UOW