OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITAgent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3.h
27
typedef struct
ITAgent
ITAgent
;
132
typedef struct
ITAgent
ITAgent
;
278
struct
ITAgent
: public IDispatch {
301
HRESULT (WINAPI *QueryInterface)(
ITAgent
*This,REFIID riid,void **ppvObject);
302
ULONG (WINAPI *AddRef)(
ITAgent
*This);
303
ULONG (WINAPI *Release)(
ITAgent
*This);
304
HRESULT (WINAPI *GetTypeInfoCount)(
ITAgent
*This,UINT *pctinfo);
305
HRESULT (WINAPI *GetTypeInfo)(
ITAgent
*This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo)
[
all
...]
tapi3cc.h
27
typedef struct
ITAgent
ITAgent
;
159
struct
ITAgent
: public IDispatch {
182
HRESULT (WINAPI *QueryInterface)(
ITAgent
*This,REFIID riid,void **ppvObject);
183
ULONG (WINAPI *AddRef)(
ITAgent
*This);
184
ULONG (WINAPI *Release)(
ITAgent
*This);
185
HRESULT (WINAPI *GetTypeInfoCount)(
ITAgent
*This,UINT *pctinfo);
186
HRESULT (WINAPI *GetTypeInfo)(
ITAgent
*This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
187
HRESULT (WINAPI *GetIDsOfNames)(
ITAgent
*This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
188
HRESULT (WINAPI *Invoke)(
ITAgent
*This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarR (…)
[
all
...]
Completed in 301 milliseconds