| |||||||||||||||
SummaryRegisters new handler. | |||||||||||||||
Syntaxint SablotRegHandler(SablotHandle processor_, HandlerType type, void *handler, void *userData);
| |||||||||||||||
DescriptionRegisters one of available handlers. The handler type is either of HLR_MESSAGE, HLR_SCHEME, HLR_SAX, HLR_MISC, HLR_ENC. The ``handler'' parameter point to the callback structure.The stucture format depends on the handler sype specified.
Possible callbacks structures are: See | |||||||||||||||
See Also
|