Searched refs:nAttrLen (Results 1 – 1 of 1) sorted by relevance
5448 LONG nAttrLen = ImmGetCompositionStringW( hIMC, GCS_COMPATTR, 0, 0 ); in ImplHandleIMECompositionInput() local5449 if ( nAttrLen > 0 ) in ImplHandleIMECompositionInput()5451 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()5452 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()5460 for ( xub_StrLen i = 0; (i < nTextLen) && (i < nAttrLen); i++ ) in ImplHandleIMECompositionInput()
Completed in 39 milliseconds