SysAllocString(L<string_var>)

Viewed 25

If I am trying to pass SysAllocString(L"string"), it is working fine but if I am trying to pass SysAllocString(Lstring_var) it is not working could someone guide me what should I do?

0 Answers
Related