CB.PostEvent (FUN)

This function of the CAA_Callback.Library serves to trigger an event in order to call one or multiple callbacks.

The function returns immediately. The callbacks will be executed in the background. For this reason the function is suitable for triggering events e.g. in interrupt service routines  

Input:

eEvent 

CB.EVENT

event

eSource

CB.EventSource

event source

dwParam

DWORD

parameter for the receiver of the event

Output:

eError

CB.Error

error description