OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_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
404
virtual HRESULT WINAPI
put_Keywords
(BSTR varKeywords) = 0;
472
HRESULT (WINAPI *
put_Keywords
)(IMessage *This,BSTR varKeywords);
542
#define IMessage_put_Keywords(This,varKeywords) (This)->lpVtbl->
put_Keywords
(This,varKeywords)
[
all
...]
cdoex.h
610
virtual HRESULT WINAPI
put_Keywords
(BSTR varKeywords) = 0;
678
HRESULT (WINAPI *
put_Keywords
)(IMessage *This,BSTR varKeywords);
[
all
...]
Completed in 41 milliseconds