HomeSort by relevance Sort by last modified time
    Searched refs:This (Results 126 - 150 of 2445) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
chanmgr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
101 HRESULT (WINAPI *QueryInterface)(IChannelMgr *This,REFIID riid,void **ppvObject);
102 ULONG (WINAPI *AddRef)(IChannelMgr *This);
103 ULONG (WINAPI *Release)(IChannelMgr *This);
104 HRESULT (WINAPI *AddChannelShortcut)(IChannelMgr *This,CHANNELSHORTCUTINFO *pChannelInfo);
105 HRESULT (WINAPI *DeleteChannelShortcut)(IChannelMgr *This,LPWSTR pszTitle);
106 HRESULT (WINAPI *AddCategory)(IChannelMgr *This,CHANNELCATEGORYINFO *pCategoryInfo)
    [all...]
mtxadmin.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
146 HRESULT (WINAPI *QueryInterface)(ICatalog *This,REFIID riid,void **ppvObject);
147 ULONG (WINAPI *AddRef)(ICatalog *This);
148 ULONG (WINAPI *Release)(ICatalog *This);
149 HRESULT (WINAPI *GetTypeInfoCount)(ICatalog *This,UINT *pctinfo);
150 HRESULT (WINAPI *GetTypeInfo)(ICatalog *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
151 HRESULT (WINAPI *GetIDsOfNames)(ICatalog *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
152 HRESULT (WINAPI *Invoke)(ICatalog *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult, (…)
    [all...]
objidl.h 530 HRESULT (WINAPI *QueryInterface)(IMarshal *This,REFIID riid,void **ppvObject);
531 ULONG (WINAPI *AddRef)(IMarshal *This);
532 ULONG (WINAPI *Release)(IMarshal *This);
533 HRESULT (WINAPI *GetUnmarshalClass)(IMarshal *This,REFIID riid,void *pv,DWORD dwDestContext,void *pvDestContext,DWORD mshlflags,CLSID *pCid);
534 HRESULT (WINAPI *GetMarshalSizeMax)(IMarshal *This,REFIID riid,void *pv,DWORD dwDestContext,void *pvDestContext,DWORD mshlflags,DWORD *pSize);
535 HRESULT (WINAPI *MarshalInterface)(IMarshal *This,IStream *pStm,REFIID riid,void *pv,DWORD dwDestContext,void *pvDestContext,DWORD mshlflags);
536 HRESULT (WINAPI *UnmarshalInterface)(IMarshal *This,IStream *pStm,REFIID riid,void **ppv);
537 HRESULT (WINAPI *ReleaseMarshalData)(IMarshal *This,IStream *pStm);
538 HRESULT (WINAPI *DisconnectObject)(IMarshal *This,DWORD dwReserved);
545 #define IMarshal_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
qmgr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
134 HRESULT (WINAPI *QueryInterface)(IBackgroundCopyJob1 *This,REFIID riid,void **ppvObject);
135 ULONG (WINAPI *AddRef)(IBackgroundCopyJob1 *This);
136 ULONG (WINAPI *Release)(IBackgroundCopyJob1 *This);
137 HRESULT (WINAPI *CancelJob)(IBackgroundCopyJob1 *This);
138 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob1 *This,DWORD dwFlags,DWORD *pdwProgress);
139 HRESULT (WINAPI *GetStatus)(IBackgroundCopyJob1 *This,DWORD *pdwStatus,DWORD *pdwWin32Result,DWORD *pdwTransportResult,DWORD *pdwNumOfRetries)
    [all...]
fsrmreports.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
283 #warning COM interfaces layout in this header has not been verified.
293 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
294 STDMETHOD_(ULONG, Release)(THIS) PURE;
310 STDMETHOD_(HRESULT,Delete)(THIS) PURE;
315 #define IFsrmReport_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
iisrsta.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
74 HRESULT (WINAPI *QueryInterface)(IIisServiceControl *This,REFIID riid,void **ppvObject);
75 ULONG (WINAPI *AddRef)(IIisServiceControl *This);
76 ULONG (WINAPI *Release)(IIisServiceControl *This);
77 HRESULT (WINAPI *GetTypeInfoCount)(IIisServiceControl *This,UINT *pctinfo);
78 HRESULT (WINAPI *GetTypeInfo)(IIisServiceControl *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
79 HRESULT (WINAPI *GetIDsOfNames)(IIisServiceControl *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
triedit.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
89 HRESULT (WINAPI *QueryInterface)(ITriEditDocument *This,REFIID riid,void **ppvObject);
90 ULONG (WINAPI *AddRef)(ITriEditDocument *This);
91 ULONG (WINAPI *Release)(ITriEditDocument *This);
92 HRESULT (WINAPI *GetTypeInfoCount)(ITriEditDocument *This,UINT *pctinfo);
93 HRESULT (WINAPI *GetTypeInfo)(ITriEditDocument *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
94 HRESULT (WINAPI *GetIDsOfNames)(ITriEditDocument *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
evr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
84 #warning COM interfaces layout in this header has not been verified.
94 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
95 STDMETHOD_(ULONG, Release)(THIS) PURE;
112 #define IMFVideoPresenter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
113 #define IMFVideoPresenter_AddRef(This) (This)->lpVtbl->AddRef(This
    [all...]
msrdc.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
106 #warning COM interfaces layout in this header has not been verified.
116 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
117 STDMETHOD_(ULONG, Release)(THIS) PURE;
121 STDMETHOD_(HRESULT,Truncate)(THIS) PURE;
122 STDMETHOD_(HRESULT,DeleteOnClose)(THIS) PURE;
127 #define IRdcFileWriter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
unknwn.h 60 HRESULT WINAPI IUnknown_QueryInterface_Proxy(IUnknown *This,REFIID riid,void **ppvObject);
61 void __RPC_STUB IUnknown_QueryInterface_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
62 ULONG WINAPI IUnknown_AddRef_Proxy(IUnknown *This);
63 void __RPC_STUB IUnknown_AddRef_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
64 ULONG WINAPI IUnknown_Release_Proxy(IUnknown *This);
65 void __RPC_STUB IUnknown_Release_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
103 IUnknown* This,
108 IUnknown* This);
111 IUnknown* This);
122 #define IUnknown_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
fusion.h 182 IAssemblyCache* This,
187 IAssemblyCache* This);
190 IAssemblyCache* This);
194 IAssemblyCache* This,
201 IAssemblyCache* This,
207 IAssemblyCache* This,
214 IAssemblyCache* This,
218 IAssemblyCache* This,
232 #define IAssemblyCache_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
emptyvc.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
83 HRESULT (WINAPI *QueryInterface)(IEmptyVolumeCacheCallBack *This,REFIID riid,void **ppvObject);
84 ULONG (WINAPI *AddRef)(IEmptyVolumeCacheCallBack *This);
85 ULONG (WINAPI *Release)(IEmptyVolumeCacheCallBack *This);
86 HRESULT (WINAPI *ScanProgress)(IEmptyVolumeCacheCallBack *This,DWORDLONG dwlSpaceUsed,DWORD dwFlags,LPCWSTR pcwszStatus);
87 HRESULT (WINAPI *PurgeProgress)(IEmptyVolumeCacheCallBack *This,DWORDLONG dwlSpaceFreed,DWORDLONG dwlSpaceToFree,DWORD dwFlags,LPCWSTR pcwszStatus);
94 #define IEmptyVolumeCacheCallBack_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
gpmgmt.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
545 HRESULT (WINAPI *QueryInterface)(IGPM *This,REFIID riid,void **ppvObject);
546 ULONG (WINAPI *AddRef)(IGPM *This);
547 ULONG (WINAPI *Release)(IGPM *This);
548 HRESULT (WINAPI *GetTypeInfoCount)(IGPM *This,UINT *pctinfo);
549 HRESULT (WINAPI *GetTypeInfo)(IGPM *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
550 HRESULT (WINAPI *GetIDsOfNames)(IGPM *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
portabledevicetypes.h 253 IPortableDeviceValues* This,
258 IPortableDeviceValues* This);
261 IPortableDeviceValues* This);
265 IPortableDeviceValues* This,
269 IPortableDeviceValues* This,
275 IPortableDeviceValues* This,
280 IPortableDeviceValues* This,
285 IPortableDeviceValues* This,
290 IPortableDeviceValues* This,
295 IPortableDeviceValues* This,
    [all...]
sensevts.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
88 HRESULT (WINAPI *QueryInterface)(ISensNetwork *This,REFIID riid,void **ppvObject);
89 ULONG (WINAPI *AddRef)(ISensNetwork *This);
90 ULONG (WINAPI *Release)(ISensNetwork *This);
91 HRESULT (WINAPI *GetTypeInfoCount)(ISensNetwork *This,UINT *pctinfo);
92 HRESULT (WINAPI *GetTypeInfo)(ISensNetwork *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
93 HRESULT (WINAPI *GetIDsOfNames)(ISensNetwork *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
adojet.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
129 HRESULT (WINAPI *QueryInterface)(IReplica *This,REFIID riid,void **ppvObject);
130 ULONG (WINAPI *AddRef)(IReplica *This);
131 ULONG (WINAPI *Release)(IReplica *This);
132 HRESULT (WINAPI *GetTypeInfoCount)(IReplica *This,UINT *pctinfo);
133 HRESULT (WINAPI *GetTypeInfo)(IReplica *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
134 HRESULT (WINAPI *GetIDsOfNames)(IReplica *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
135 HRESULT (WINAPI *Invoke)(IReplica *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult, (…)
    [all...]
mimeinfo.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
59 HRESULT (WINAPI *QueryInterface)(IMimeInfo *This,REFIID riid,void **ppvObject);
60 ULONG (WINAPI *AddRef)(IMimeInfo *This);
61 ULONG (WINAPI *Release)(IMimeInfo *This);
62 HRESULT (WINAPI *GetMimeCLSIDMapping)(IMimeInfo *This,UINT *pcTypes,LPCSTR **ppszTypes,CLSID **ppclsID);
69 #define IMimeInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
wsdxml.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
10 #error Please include wsdapi.h instead of this header. This header cannot be used directly.
18 #warning COM interfaces layout in this header has not been verified.
28 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
29 STDMETHOD_(ULONG, Release)(THIS) PURE;
39 #define IWSDXMLContext_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
amstream.h 185 IDirectShowStream* This,
190 IDirectShowStream* This);
193 IDirectShowStream* This);
197 IDirectShowStream* This,
201 IDirectShowStream* This,
207 IDirectShowStream* This,
215 IDirectShowStream* This,
227 IDirectShowStream* This,
231 IDirectShowStream* This,
235 IDirectShowStream* This,
    [all...]
wsdbase.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
10 #error Please include wsdapi.h instead of this header. This header cannot be used directly.
15 #warning COM interfaces layout in this header has not been validated.
34 #warning COM interfaces layout in this header has not been verified.
44 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
45 STDMETHOD_(ULONG, Release)(THIS) PURE;
57 #define IWSDTransportAddress_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
mshtmhst.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
141 HRESULT (WINAPI *QueryInterface)(IHostDialogHelper *This,REFIID riid,void **ppvObject);
142 ULONG (WINAPI *AddRef)(IHostDialogHelper *This);
143 ULONG (WINAPI *Release)(IHostDialogHelper *This);
144 HRESULT (WINAPI *ShowHTMLDialog)(IHostDialogHelper *This,HWND hwndParent,IMoniker *pMk,VARIANT *pvarArgIn,WCHAR *pchOptions,VARIANT *pvarArgOut,IUnknown *punkHost);
151 #define IHostDialogHelper_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
vsprov.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #warning COM interfaces layout in this header has not been verified.
24 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
25 STDMETHOD_(ULONG, Release)(THIS) PURE;
38 #define IVssHardwareSnapshotProvider_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
39 #define IVssHardwareSnapshotProvider_AddRef(This) (This)->lpVtbl->AddRef(This
    [all...]
mtsadmin.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
145 HRESULT (WINAPI *QueryInterface)(ICatalog *This,REFIID riid,void **ppvObject);
146 ULONG (WINAPI *AddRef)(ICatalog *This);
147 ULONG (WINAPI *Release)(ICatalog *This);
148 HRESULT (WINAPI *GetTypeInfoCount)(ICatalog *This,UINT *pctinfo);
149 HRESULT (WINAPI *GetTypeInfo)(ICatalog *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
150 HRESULT (WINAPI *GetIDsOfNames)(ICatalog *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
oledbdep.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
194 HRESULT (WINAPI *QueryInterface)(IRowsetNextRowset *This,REFIID riid,void **ppvObject);
195 ULONG (WINAPI *AddRef)(IRowsetNextRowset *This);
196 ULONG (WINAPI *Release)(IRowsetNextRowset *This);
197 HRESULT (WINAPI *GetNextRowset)(IRowsetNextRowset *This,IUnknown *pUnkOuter,REFIID riid,IUnknown **ppNextRowset);
204 #define IRowsetNextRowset_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
certpol.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
62 HRESULT (WINAPI *QueryInterface)(ICertPolicy *This,REFIID riid,void **ppvObject);
63 ULONG (WINAPI *AddRef)(ICertPolicy *This);
64 ULONG (WINAPI *Release)(ICertPolicy *This);
65 HRESULT (WINAPI *GetTypeInfoCount)(ICertPolicy *This,UINT *pctinfo);
66 HRESULT (WINAPI *GetTypeInfo)(ICertPolicy *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
67 HRESULT (WINAPI *GetIDsOfNames)(ICertPolicy *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]

Completed in 1878 milliseconds

1 2 3 4 56 7 8 91011>>