| 
 | ||
| SummaryThis type is used to provide the Sablotron engine with a callback structure for a custom handler. | ||
| Syntax
       typedef void
       MiscHandlerDocumentInfo(void* userData, SablotHandle processor_,
           const char *contentType, const char *encoding);
       typedef struct
       {
           MiscHandlerDocumentInfo     *documentInfo;
       } MiscHandler;
 | ||
| NotesSee the shandler.h file for more comments. | ||
| See Also
 |