Home
last modified time | relevance | path

Searched refs:pcpLim (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dtom.idl349 HRESULT GetEnd([retval, out]LONG *pcpLim);
/reactos/dll/win32/riched20/
H A Drichole.c4869 static HRESULT WINAPI ITextSelection_fnGetEnd(ITextSelection *me, LONG *pcpLim) in ITextSelection_fnGetEnd() argument
4874 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()