fake uia data

This commit is contained in:
Carlos Zamora 2021-11-16 14:25:10 -08:00
parent 7bfaad4592
commit 285ef50fbb
1 changed files with 2 additions and 1 deletions

View File

@ -958,7 +958,8 @@ try
const auto maxLengthOpt = (maxLength == -1) ?
std::nullopt :
std::optional<unsigned int>{ maxLength };
const auto text = _getTextValue(maxLengthOpt);
//const auto text = _getTextValue(maxLengthOpt);
const std::wstring text = L"Fake Data from UIA";
Unlock.reset();
*pRetVal = SysAllocString(text.c_str());