Add text to input object.
PRL_RESULT PrlUIEmuInput_AddText( PRL_HANDLE hInput, PRL_CONST_STR text, PRL_UINT32 length );
PrlApiVm.h
PRL_RESULT. Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - not enough memory. PRL_ERR_SUCCESS - function completed successfully.
Input object must not be accessed from other thread during this operation.