March 28, 2024

Dynamic Windows Function [dw_mle_import]

Syntax

unsigned int dw_mle_import(HWND handle, char *buffer, int startpoint)

Parameters

HWND handle: Handle to the MLE to be queried.
char *buffer: Text buffer to be imported.
int startpoint: Point to start entering text.

Returns

unsigned int Current position in the buffer.

Description

Adds text to an MLE box and returns the current point.