OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_Keywords
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h
403
virtual HRESULT WINAPI
get_Keywords
(BSTR *pKeywords) = 0;
471
HRESULT (WINAPI *
get_Keywords
)(IMessage *This,BSTR *pKeywords);
541
#define IMessage_get_Keywords(This,pKeywords) (This)->lpVtbl->
get_Keywords
(This,pKeywords)
[
all
...]
cdoex.h
609
virtual HRESULT WINAPI
get_Keywords
(BSTR *pKeywords) = 0;
677
HRESULT (WINAPI *
get_Keywords
)(IMessage *This,BSTR *pKeywords);
[
all
...]
Completed in 41 milliseconds