OmfTraceHandler()

 

 Sends a text message to a user supplied output destination

 

 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.

 

 Uses wprintf() syntax

 

  Params:

    TCHAR* wsFormat - first argument or format

    ...  - variable length argument list

 

  Return:

    void

 

 Usage: See OmfTraceHandler() in OmfSup.cpp

 

 

extern void OmfTraceHandler(TCHAR* fmt, ...);