FIX: CS_IME Bit Not Returned for IME UI Window Under NT-J 4.0 (159946)



The information in this article applies to:

  • Microsoft Win32 Software Development Kit (SDK) for Windows NT 4.0

This article was previously published under Q159946

SYMPTOMS

On Japanese Windows NT 4.0, when the system is returning the class style of an IME UI window to applications, the CS_IME style bit is incorrectly masked off. Therefore, when an app calls GetClassInfo, GetClassInfoEx, or GetClassLong to get the class style of an IME UI Window, the CS_IME bit is always zero (0), while it should have been one (1).

CAUSE

Internally, there is a list of valid class styles. CS_IME was inadvertently omitted from that list.

STATUS

This problem was corrected in Windows 2000.

Modification Type:MajorLast Reviewed:7/24/2001
Keywords:kbbug kbDBCS kbIntl kbIntlDev kbOSWin2000fix KB159946