Data library DataAttach() DataDelete()
Programming guideline of WinDom

DataSearch()

NAME

DataSearch - Search a data attached to a window.

PROTOTYPAGE

void *DataSearch( WINDOW *win, long magic);

PARAMETERS

win:
targetted window,

magic:
magic number,

return:
data address or NULL if not found.

DESCRIPTION

The function is used to get a data attached to a window. For example the call :

     	W_FORM*	form = DataSearch( win, WD_WFRM);
returns the formular data of a window.

SEE ALSO

DataAttach(), DataDelete().