I see the following code:
UINT uiStat = MsiGetProperty(hInstall, TEXT("MyProperty"), TEXT(""), &cchValueBuf);
What is the meaning of TEXT("xxx")?
Thanks
Update:
The codesnippet comes from the following URL:
https://documentation.help/Windows-Installer/msigetproperty.htm