锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
HIMC hImcId = ::ImmGetContext( hWnd );
if (hImcId) 

{
::ImmAssociateContext(hWnd, NULL);
::ImmReleaseContext(hWnd, hImcId);
::SetFocus(hWnd);
}
HIMC hImcId = ::ImmGetContext( hWnd );
if (hImcId)

{
::ImmAssociateContext(hWnd);
hImcId = NULL;
}
]]>