HadiRezaee
Technical User
Hi all,
Q1.
I can convert LPSTR to LPWSTR:
USES_CONVERSION;
LPWSTR lp1 = A2W(szString);
Is any other way to convert LPSTR to LPWSTR ???
Q2.
What is difference between E_FAIL and S_FALSE ???
Thanks for helps ...
Q1.
I can convert LPSTR to LPWSTR:
USES_CONVERSION;
LPWSTR lp1 = A2W(szString);
Is any other way to convert LPSTR to LPWSTR ???
Q2.
What is difference between E_FAIL and S_FALSE ???
Thanks for helps ...