25 Apr
2014
25 Apr
'14
12:02 p.m.
Piotr Caban <piotr.caban(a)gmail.com> wrote:
On 04/25/14 13:34, Qian Hong wrote:
+ atom = result; + if(atom != result) + return E_FAIL;
I can't understand these few lines, are they typo or did I miss anything? result and atom has different size. This code checks if LRESULT describes atom or error.
GlobalGetAtomNameW should handle this just fine, 'atom' is a misleading intermediate variable IMO. -- Dmitry.