OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IObjectWithSite
(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
22
typedef struct
IObjectWithSite
IObjectWithSite
;
97
typedef
IObjectWithSite
*LPOBJECTWITHSITE;
100
struct
IObjectWithSite
: public IUnknown {
108
HRESULT (WINAPI *QueryInterface)(
IObjectWithSite
*This,REFIID riid,void **ppvObject);
109
ULONG (WINAPI *AddRef)(
IObjectWithSite
*This);
110
ULONG (WINAPI *Release)(
IObjectWithSite
*This);
111
HRESULT (WINAPI *SetSite)(
IObjectWithSite
*This,IUnknown *pUnkSite);
112
HRESULT (WINAPI *GetSite)(
IObjectWithSite
*This,REFIID riid,void **ppvSite);
115
struct
IObjectWithSite
{
[
all
...]
ocidl.h
202
typedef struct
IObjectWithSite
IObjectWithSite
;
[
all
...]
comdefsp.h
[
all
...]
Completed in 598 milliseconds