OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_envelopefields
(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
433
virtual HRESULT WINAPI
get_EnvelopeFields
(Fields **varEnvelopeFields) = 0;
501
HRESULT (WINAPI *
get_EnvelopeFields
)(IMessage *This,Fields **varEnvelopeFields);
571
#define IMessage_get_EnvelopeFields(This,varEnvelopeFields) (This)->lpVtbl->
get_EnvelopeFields
(This,varEnvelopeFields)
[
all
...]
cdoex.h
639
virtual HRESULT WINAPI
get_EnvelopeFields
(Fields **varEnvelopeFields) = 0;
707
HRESULT (WINAPI *
get_EnvelopeFields
)(IMessage *This,Fields **varEnvelopeFields);
[
all
...]
Completed in 59 milliseconds