You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should accept an UTF-8 string. It accepts an ANSI text right now and we can't control conversion. Solution: Change all the LPSTR parameters to void* or it's better to update all the functions with the BSTR parameters