Function RTFSetMessageHandler
RTFSetMessageHandler registers a diagnostics message handler with RTFiles-32:
void RTFSetMessageHandler(void (__cdecl * Handler)(const char * Msg));
ParametersHandlerPointer to a function to receive diagnostic messages generated by RTFiles-32. If NULL is specified, no diagnostic messages will be produced.
If RTFSetMessageHandler is never called, RTFiles-32 displays diagnostic messages on the screen using OutputDebugString.
Functions for Debugging
Function RTFDumpFileTable
Function RTFDiagMessage
|