Window library WindHandle() WindTop()
Programming guideline of WinDom

WindFind()

NAME

WindFind - find a window descriptor

PROTOTYPAGE

WINDOW *WindFind( int mode, ...);

PARAMETERS

mode:
search mode,

...:
depends on mode value :

  • WDF_NAME: find a window by name, a string parameter is attented,

  • WDF_INFO: find a window by info string, a string parameter is attented,

  • WDF_ID: find a window by GEM handle, an integer value is attented,

  • WDF_MENU:

  • WDF_TOOL:

  • WDF_DATA:

return:
window descriptor found or NULL.

DESCRIPTION

SEE ALSO

WindHandle()