Jungo WinDriver
Official Documentation
|
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.
[out] | pcString | Pointer to buffer that will be filled with user input |
[in] | dwSizeStr | Number of bytes to read from user |
[in] | pcInputText | Input text that will be written to stdout on prompt |
[in] | pcDefaultString | Default String to write to pcString in case of no input |