Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_get_selection_text
(
unsigned int flags,
ObjectId object_id,
ComponentId component_id,
char *buffer,
int size,
unsigned int *nbytes
);
Purpose: Function copies any selected text within a text area to a buffer provided by the client or, if called with buffer == NULL, writes the required buffer size to nbytes. The output string is NUL terminated and may contain line feeds. This is one of two C veneers for method TextArea_GetSelection.
|
|
|