Hi, Eli,

Not yet, I'm working on it. I'm not good at windows w32 gui programming.


------------------ 原始邮件 ------------------
发件人: "Eli Zaretskii"<eliz@gnu.org>;
发送时间: 2020年4月13日(星期一) 下午2:24
收件人: "Albert"<georgealbert@qq.com>;
抄送: "emacs-devel"<emacs-devel@gnu.org>;
主题: Re: 回复: [PATCH] Add IME status change support on windows natively

> From: "Albert" <georgealbert@qq.com>
> Cc: "emacs-devel" <emacs-devel@gnu.org>
> Date: Mon, 13 Apr 2020 14:12:25 +0800
>
> I try to figure out how to do this without static variables. Static variable is the simplest way to do the job
> between window thread and lisp thread right now.

I suggested to pass the information via the 2 last arguments of
PostThreadMessage.  Did you try that?

Thanks.