EventSummaryCallback

A callback invoked when event summaries are ready.

The parameter summary holds the IntPtr that needs to be converted via GetSummary(IntPtr) to get the proper EventSummary which lists all results available for a specific key.

The userData parameter matches whatever value was set when subscribing (see Subscribe(String,EventSummaryCallback,IntPtr)).

Any memory held by the EventSummary will be invalidated when the callback returns.

Parameters