OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSite
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
datapath.h
102
virtual HRESULT WINAPI
SetSite
(IUnknown *pUnkSite) = 0;
111
HRESULT (WINAPI *
SetSite
)(IObjectWithSite *This,IUnknown *pUnkSite);
122
#define IObjectWithSite_SetSite(This,pUnkSite) (This)->lpVtbl->
SetSite
(This,pUnkSite)
ocidl.h
[
all
...]
Completed in 2847 milliseconds