Sablotron Guide and Reference

MiscHandler Types

Summary

This 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;

Notes

See the shandler.h file for more comments.

See Also

Groups [ Types ]

© 2002-2003 Ginger Alliance
revision 03-06-30
This page was generated by APIDOC