HomeSort by relevance Sort by last modified time
    Searched refs:pSelection (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 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)
    [all...]
msctf.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 515 pSelection = FOUR_CHAR_CODE('sele')
    [all...]

Completed in 84 milliseconds