Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Minisinks offer a convenient way to provide a simple event processor that can be managed by the event system. You provide an interface with a few core functions (Persistence, creation, destruction) and the event system will integrate it within the Add Processing dialog and take care of hooking your minisink to an event and managing its lifetime. The minisink API consists of the following functions:

 

EventsRegisterMiniSinkEngine - Registers your minisink with the WinGate engine

EventsRegisterMiniSinkGUI - Registers your minisink with the WinGate Management Console

 

  • No labels