#include <oskit/com/listener.h>OSKIT_COMDECL oskit_listener_notify(oskit_listener_t *l, oskit_iunknown_t *obj);
Invokes a listener's event notification function. The obj parameter should indicate the COM object with which the listener was associated.
- l
- The listener object.
- obj
- The associated COM object.
Returns the result of the notification function which should be 0 on success, or an error code as specified in <oskit/error.h>.