Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 355 of file range.c.
Referenced by Context_SetSelection().
{ Range *This; if (!tf || !tsAcp || !tf->range) return E_INVALIDARG; This = (Range *)tf->range; tsAcp->acpStart = This->anchorStart; tsAcp->acpEnd = This->anchorEnd; tsAcp->style.ase = tf->style.ase; tsAcp->style.fInterimChar = tf->style.fInterimChar; return S_OK; }