OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:put_mimeformatted
(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
406
virtual HRESULT WINAPI
put_MimeFormatted
(VARIANT_BOOL varMimeFormatted) = 0;
474
HRESULT (WINAPI *
put_MimeFormatted
)(IMessage *This,VARIANT_BOOL varMimeFormatted);
544
#define IMessage_put_MimeFormatted(This,varMimeFormatted) (This)->lpVtbl->
put_MimeFormatted
(This,varMimeFormatted)
[
all
...]