OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSite
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
datapath.h
103
virtual HRESULT WINAPI
GetSite
(REFIID riid,void **ppvSite) = 0;
112
HRESULT (WINAPI *
GetSite
)(IObjectWithSite *This,REFIID riid,void **ppvSite);
123
#define IObjectWithSite_GetSite(This,riid,ppvSite) (This)->lpVtbl->
GetSite
(This,riid,ppvSite)
ocidl.h
[
all
...]
gpmgmt.h
[
all
...]
Completed in 294 milliseconds