Creating Custom Event Sinks
Table of Contents
Creating a custom event sink comprises two steps: First, you have to implement the interface defined by CFIX_EVENT_SINK. Second, you have to wrap your implementation in a separate DLL, the Event DLL and provide a specific export, CreateEventSink. Please refer to the following subsections for details.