OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
438
virtual HRESULT STDMETHODCALLTYPE
GetFormattedText
(
616
HRESULT (STDMETHODCALLTYPE *
GetFormattedText
)(
752
#define ITextStoreACP_GetFormattedText(This,acpStart,acpEnd,ppDataObject) (This)->lpVtbl->
GetFormattedText
(This,acpStart,acpEnd,ppDataObject)
809
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 91 milliseconds