HomeSort by relevance Sort by last modified time
    Searched refs:GetFormattedText (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 442 virtual HRESULT STDMETHODCALLTYPE GetFormattedText(
620 HRESULT (STDMETHODCALLTYPE *GetFormattedText)(
756 #define ITextStoreACP_GetFormattedText(This,acpStart,acpEnd,ppDataObject) (This)->lpVtbl->GetFormattedText(This,acpStart,acpEnd,ppDataObject)
813 return This->lpVtbl->GetFormattedText(This,acpStart,acpEnd,ppDataObject);
    [all...]
tom.h 292 virtual HRESULT WINAPI GetFormattedText(ITextRange **ppRange) = 0;
354 HRESULT (WINAPI *GetFormattedText)(ITextRange *This,ITextRange **ppRange);
418 #define ITextRange_GetFormattedText(This,ppRange) (This)->lpVtbl->GetFormattedText(This,ppRange)
    [all...]
msctf.h     [all...]

Completed in 105 milliseconds