MEITraceFunction

MEITraceFunction

 

typedef long (*MEITraceFunction)(const char *buffer);
Description Definition for a trace function interface. TraceFunction can be used to define a custom trace output routine. MEITraceFunction function must take a pointer to a buffer as a parameter and must return a long.
     
See Also meiTraceFunction