Jungo WinDriver  
Official Documentation

◆ UtilGetStringFromUser()

DWORD DLLCALLCONV UtilGetStringFromUser ( _Out_ PCHAR  pcString,
_In_ DWORD  dwSizeStr,
_In_ const CHAR *  pcInputText,
_In_ const CHAR *  pcDefaultString 
)

Gets a string from user input and out it in pcString.

Parameters
[out]pcStringPointer to buffer that will be filled with user input
[in]dwSizeStrNumber of bytes to read from user
[in]pcInputTextInput text that will be written to stdout on prompt
[in]pcDefaultStringDefault String to write to pcString in case of no input
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise