Dynamic Windows Function [dw_mle_get_size]
Syntax
void dw_mle_get_size(HWND handle, unsigned long *bytes, unsigned long *lines)
Parameters
HWND handle: Handle to the MLE to be queried.
unsigned long *bytes: A pointer to a variable to return the total bytes.
unsigned long *lines: A pointer to a variable to return the number of lines.
Description
Obtains information about an MLE box.