Event library EvntClear() EvntExec()
Programming guideline of WinDom

EvntFind()

NAME

EvntFind - Find the first function binded to an event.

PROTOTYPAGE

void* EvntFind( WINDOW *win, int ev);

PARAMETERS

win:
targeted window or NULL,

ev:
event to find,

return:
function address.

DESCRIPTION

EvntFind() returns the first function address binded to a message for a window or for the application. If the event is unbinded, EvntFind() returns NULL. Currently, it is not possible to have the list of function binded to a message. This function is just used to know if a message is defined.

SEE ALSO

EvntAttach(), EvntAdd(), EvntExec().