windows - ImmNotifyIME() with empty string? -


i have doubt on immnotifyime() function.

immnotifyime(hwnd, ni_compositionstr, cps_cancel, 0); 

if created hwnd empty string. then, return? whether through error?

immnotifyime takes handle input context, not hwnd. but, assuming meant

himc himc = immgetcontext(hwnd); immnotifyime(immgetcontext(hwnd), ni_compositionstr, cps_cancel, 0); immreleasecontext(himc); 

then clear pending composition, if 1 open or not.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -