Home |
Media Transfer Protocol Class Driver RTUSB-32 Error Codes and Diagnostics Function RTUSetMessageHandler |
Function RTUSetMessageHandlerRTUSetMessageHandler registers a diagnostics message handler with RTUSB-32: void RTUSetMessageHandler(void (RTTAPI * Handler)(const char * Msg)); ParametersHandlerPointer to a function to receive diagnostic messages generated by RTUSB-32. If NULL is specified, no diagnostic messages will be produced. If RTUSetMessageHandler is never called, RTUSB-32 displays diagnostic messages on the screen using OutputDebugString.
|