Compare commits

...

1 commit

Author SHA1 Message Date
Carlos Zamora 285ef50fbb fake uia data 2021-11-16 14:25:10 -08:00

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());