Sends a text message to a Status Bar
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 OmfStatusDispHandler() in OmfSup.cpp
extern void OmfStatusDispHandler(TCHAR* msg);