Sends a text message to a message box dialog
OmfStatusDispHandler() 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.
Params:
TCHAR* msg - Unicode message to display
Returns:
none - void
Usage: See OmfMsgHandler() in OmfSup.cpp
extern void OmfMsgHandler(TCHAR* msg);