OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_autogeneratetextbody
(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
431
virtual HRESULT WINAPI
get_AutoGenerateTextBody
(VARIANT_BOOL *pAutoGenerateTextBody) = 0;
499
HRESULT (WINAPI *
get_AutoGenerateTextBody
)(IMessage *This,VARIANT_BOOL *pAutoGenerateTextBody);
569
#define IMessage_get_AutoGenerateTextBody(This,pAutoGenerateTextBody) (This)->lpVtbl->
get_AutoGenerateTextBody
(This,pAutoGenerateTextBody)
[
all
...]
cdoex.h
637
virtual HRESULT WINAPI
get_AutoGenerateTextBody
(VARIANT_BOOL *pAutoGenerateTextBody) = 0;
705
HRESULT (WINAPI *
get_AutoGenerateTextBody
)(IMessage *This,VARIANT_BOOL *pAutoGenerateTextBody);
[
all
...]
Completed in 33 milliseconds