Copy (duplicate) all data from one MaxOmfSdk to another
The source mxOmfAppIFInfo_t must contain valid Omf data
The target mxOmfAppIFInfo_t must be complete, including instantiated
MaxOmfSdk and callback functions
Params:
mxOmfAppIFInfo_t* pMxOmfAppIFInfo_tTrg - target MaxOmfSdk
mxOmfAppIFInfo_t* pMxOmfAppIFInfo_tSrc - target MaxOmfSdk
Returns:
MXOMFERR_NONE
MXOMFERR_NOMEM - Allocation failed, copied data is incomplete
OMFDLL_EXPORT
MXOMFERROR mxOmfCopyAllData(mxOmfAppIFInfo_t* pMxOmfAppIFInfo_tTrg = NULL,
mxOmfAppIFInfo_t* pMxOmfAppIFInfo_tSrc = NULL);