nca_edit_get_text
Example: nca_edit_get_text | Edit and Edit Box Object Functions |
Returns the text in an edit object.
int nca_edit_get_text( LPCSTR edit, char *out_string );
edit | The logical name of the edit object. |
out_string | The output variable that stores the string found in the edit object. |
The nca_edit_get_text function returns all of the text that is found in the specified edit object.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: edit