OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_To
(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
419
virtual HRESULT WINAPI
get_To
(BSTR *pTo) = 0;
487
HRESULT (WINAPI *
get_To
)(IMessage *This,BSTR *pTo);
557
#define IMessage_get_To(This,pTo) (This)->lpVtbl->
get_To
(This,pTo)
[
all
...]
cdoex.h
625
virtual HRESULT WINAPI
get_To
(BSTR *pTo) = 0;
693
HRESULT (WINAPI *
get_To
)(IMessage *This,BSTR *pTo);
[
all
...]
Completed in 73 milliseconds