No, if it's an LPSTR it has to point to an ASCII string.
I mean, when im assigning pszProvName is it acceptable to convert provname from unicode to ascii and then assign provname to pszProvName?
/* convert provname to ascii */ pProv->pVTable->pszProvName = provNameA;
On Thu, 02 Sep 2004 19:14:05 -0700, Alexandre Julliard julliard@winehq.org wrote:
James Hawkins truiken@gmail.com writes:
You cannot change exported types.
I didnt think so, but is it acceptable to make a cast from w->a when writing to this struct? I'll write it out and send it back through.
No, if it's an LPSTR it has to point to an ASCII string.
--
Alexandre Julliard julliard@winehq.org