OmfErrHandler() is a place-holder for the an application
defined callback function passed to MaxOmfSdk through the
MxOmfAppIFInfo_t struct. See MxOmfAppIFInfo_t
See OmfSupp.cpp of the MaxOmfSdk demo application for a
working example for Win32/MFC. This may be used unchanged.
See mxGetOmfErrorString().
Params:
MXOMFERROR mxomferr - input error
tagMxOmfAppIFInfo_t* pMxOmfAppIFInfo_t - provide access to mxOmfAppIFInfo_t::m_hMxOmfHdl
and mxOmfAppIFInfo_t::m_mxOmfErrorStruct
TCHAR* swErrortext - extended error info
Returns:
Reflects the MXOMFERROR value of the mxomferr input parameter
Usage: See OmfErrHandler() in OmfSup.cpp
extern MXOMFERROR OmfErrHandler(MXOMFERROR mxomferr,
TCHAR* swErrortext = NULL
);