Re: (resend)imm: implement ImmGetIMEFileNameW and ImmGetIMEFileNameA correct registry lookups

2008-03-25 Thread Aric Stewart
ok thanks. I will rework this. -aric Alexandre Julliard wrote: > Aric Stewart <[EMAIL PROTECTED]> writes: > >> +if (rc > 0) >> +{ >> +if (uBufLen && lpszFileName) >> +rc = WideCharToMultiByte(CP_ACP, 0, bufW, uBufLen, lpszFileName, >> +

Re: (resend)imm: implement ImmGetIMEFileNameW and ImmGetIMEFileNameA correct registry lookups

2008-03-24 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > +if (rc > 0) > +{ > +if (uBufLen && lpszFileName) > +rc = WideCharToMultiByte(CP_ACP, 0, bufW, uBufLen, lpszFileName, > + uBufLen, NULL, NULL); > +else /* get the length */ > +