Write the data to the open Omf file as designated by mxOmfStartSave()
and mxOmfOpenSave()
Params:
mxOmfHdl_t hMxOmfHdl - address of SDK pointer from mxOmfCreateOmfSdk()
Returns:
MXOMFERR_NONE
XOMFERR_LISTEMPTY - data empty
MXOMFERR_OMFOUT - internal error - Write Omf data failed
MXOMFERR_SDKHANDLNULL - hMxOmfHdl param is NULL
Usage:
Call mxOmfStartSave(), mxOmfOpenSave(), and mxOmfMakeOmf() in sequence
See CMaxOmfSdkDemoOmfDoc::OnSaveDocument()
OMFDLL_EXPORT
MXOMFERROR mxOmfMakeOmf(mxOmfHdl_t hMxOmfHdl = NULL);