Dynamic Windows Function [dw_mle_search]
Syntax
int dw_mle_search(HWND handle, char *text, int point, unsigned long flags)
Parameters
HWND handle: Handle to the MLE to be cleared.
char *text: Text to search for.
int point: Start point of search.
unsigned long flags: Search specific flags.
Returns
int Position in buffer or DW_ERROR_UNKNOWN (-1) on error.
Description
Finds text in an MLE box.