Home | History | Annotate | Download | only in include

Lines Matching refs:pSelection

412         TS_SELECTION_ACP *pSelection,
417 const TS_SELECTION_ACP *pSelection) = 0;
587 TS_SELECTION_ACP *pSelection,
593 const TS_SELECTION_ACP *pSelection);
748 #define ITextStoreACP_GetSelection(This,ulIndex,ulCount,pSelection,pcFetched) (This)->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched)
749 #define ITextStoreACP_SetSelection(This,ulCount,pSelection) (This)->lpVtbl->SetSelection(This,ulCount,pSelection)
796 static FORCEINLINE HRESULT ITextStoreACP_GetSelection(ITextStoreACP* This,ULONG ulIndex,ULONG ulCount,TS_SELECTION_ACP *pSelection,ULONG *pcFetched) {
797 return This->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched);
799 static FORCEINLINE HRESULT ITextStoreACP_SetSelection(ITextStoreACP* This,ULONG ulCount,const TS_SELECTION_ACP *pSelection) {
800 return This->lpVtbl->SetSelection(This,ulCount,pSelection);
915 TS_SELECTION_ACP *pSelection,
925 const TS_SELECTION_ACP *pSelection);