OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_BCC
(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
396
virtual HRESULT WINAPI
put_BCC
(BSTR varBCC) = 0;
464
HRESULT (WINAPI *
put_BCC
)(IMessage *This,BSTR varBCC);
534
#define IMessage_put_BCC(This,varBCC) (This)->lpVtbl->
put_BCC
(This,varBCC)
[
all
...]
cdoex.h
602
virtual HRESULT WINAPI
put_BCC
(BSTR varBCC) = 0;
670
HRESULT (WINAPI *
put_BCC
)(IMessage *This,BSTR varBCC);
[
all
...]
Completed in 90 milliseconds