Searched refs:pcpLim (Results 1 – 2 of 2) sorted by relevance
349 HRESULT GetEnd([retval, out]LONG *pcpLim);
4869 static HRESULT WINAPI ITextSelection_fnGetEnd(ITextSelection *me, LONG *pcpLim) in ITextSelection_fnGetEnd() argument4874 TRACE("(%p)->(%p)\n", This, pcpLim); in ITextSelection_fnGetEnd()4879 if (!pcpLim) in ITextSelection_fnGetEnd()4881 ME_GetSelectionOfs(This->reOle->editor, &first, pcpLim); in ITextSelection_fnGetEnd()