HomeSort by relevance Sort by last modified time
    Searched refs:lpVtbl (Results 1 - 25 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 384 #define DECLARE_INTERFACE(iface) struct iface { struct iface##Vtbl *lpVtbl; }; typedef struct iface##Vtbl iface##Vtbl; struct iface##Vtbl
588 const ID2D1ResourceVtbl *lpVtbl;
591 #define ID2D1Resource_QueryInterface(this,A,B) (this)->lpVtbl->Base.QueryInterface((IUnknown*)(this),A,B)
592 #define ID2D1Resource_AddRef(this) (this)->lpVtbl->Base.AddRef((IUnknown*)(this))
593 #define ID2D1Resource_Release(this) (this)->lpVtbl->Base.Release((IUnknown*)(this))
594 #define ID2D1Resource_GetFactory(this,A) (this)->lpVtbl->GetFactory(this,A)
625 const ID2D1BrushVtbl *lpVtbl;
628 #define ID2D1Brush_QueryInterface(this,A,B) (this)->lpVtbl->Base.Base.QueryInterface((IUnknown*)(this),A,B)
629 #define ID2D1Brush_AddRef(this) (this)->lpVtbl->Base.Base.AddRef((IUnknown*)(this))
630 #define ID2D1Brush_Release(this) (this)->lpVtbl->Base.Base.Release((IUnknown*)(this)
    [all...]
windows.storage.streams.h 118 CONST_VTBL IBufferVtbl* lpVtbl;
124 #define IBuffer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
125 #define IBuffer_AddRef(This) (This)->lpVtbl->AddRef(This)
126 #define IBuffer_Release(This) (This)->lpVtbl->Release(This)
128 #define IBuffer_GetIids(This,iidCount,iids) (This)->lpVtbl->GetIids(This,iidCount,iids)
129 #define IBuffer_GetRuntimeClassName(This,className) (This)->lpVtbl->GetRuntimeClassName(This,className)
130 #define IBuffer_GetTrustLevel(This,trustLevel) (This)->lpVtbl->GetTrustLevel(This,trustLevel)
132 #define IBuffer_get_Capacity(This,value) (This)->lpVtbl->get_Capacity(This,value)
133 #define IBuffer_get_Length(This,value) (This)->lpVtbl->get_Length(This,value)
134 #define IBuffer_put_Length(This,value) (This)->lpVtbl->put_Length(This,value
    [all...]
dvbsiparser.h 232 #define IDVB_EIT_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
233 #define IDVB_EIT_AddRef(This) (This)->lpVtbl->AddRef(This)
234 #define IDVB_EIT_Release(This) (This)->lpVtbl->Release(This)
235 #define IDVB_EIT_ConvertNextToCurrent() (This)->lpVtbl->ConvertNextToCurrent(This)
236 #define IDVB_EIT_GetCountOfRecords(This,pdwVal) (This)->lpVtbl->GetCountOfRecords(This,pdwVal)
237 #define IDVB_EIT_GetLastTableId(This,pbVal) (This)->lpVtbl->GetLastTableId(This,pbVal)
238 #define IDVB_EIT_GetNextTable(This,ppEIT) (This)->lpVtbl->GetNextTable(This,ppEIT)
239 #define IDVB_EIT_GetOriginalNetworkId(This,pwVal) (This)->lpVtbl->GetOriginalNetworkId(This,pwVal)
240 #define IDVB_EIT_GetRecordCountOfDescriptors(This,dwRecordIndex,pdwVal) (This)->lpVtbl->GetRecordCountOfDescriptors(This,dwRecordIndex,pdwVal)
241 #define IDVB_EIT_GetRecordDescriptorByIndex(This,dwRecordIndex,dwIndex,ppDescriptor) (This)->lpVtbl->GetRecordDescriptorByIndex(This,dwRecordIndex,dwIndex,ppDescriptor
    [all...]
portabledeviceconnectapi.h 35 #define IConnectionRequestCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
36 #define IConnectionRequestCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
37 #define IConnectionRequestCallback_Release(This) (This)->lpVtbl->Release(This)
38 #define IConnectionRequestCallback_OnComplete(This,hrStatus) (This)->lpVtbl->OnComplete(This,hrStatus)
audioengineendpoint.h 114 #define IAudioDeviceEndpoint_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
115 #define IAudioDeviceEndpoint_AddRef(This) (This)->lpVtbl->AddRef(This)
116 #define IAudioDeviceEndpoint_Release(This) (This)->lpVtbl->Release(This)
117 #define IAudioDeviceEndpoint_GetEventDrivenCapable(This,pbIsEventCapable) (This)->lpVtbl->GetEventDrivenCapable(This,pbIsEventCapable)
118 #define IAudioDeviceEndpoint_GetRTCaps(This,pbIsRTCapable) (This)->lpVtbl->GetRTCaps(This,pbIsRTCapable)
119 #define IAudioDeviceEndpoint_SetBuffer(This,MaxPeriod,u32LatencyCoefficient) (This)->lpVtbl->SetBuffer(This,MaxPeriod,u32LatencyCoefficient)
120 #define IAudioDeviceEndpoint_WriteExclusiveModeParametersToSharedMemory(This,hTargetProcess,hnsPeriod,hnsBufferDuration,u32LatencyCoefficient,pu32SharedMemorySize,phSharedMemory) (This)->lpVtbl->WriteExclusiveModeParametersToSharedMemory(This,hTargetProcess,hnsPeriod,hnsBufferDuration,u32LatencyCoefficient,pu32SharedMemorySize,phSharedMemory)
149 #define IAudioEndpoint_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
150 #define IAudioEndpoint_AddRef(This) (This)->lpVtbl->AddRef(This)
151 #define IAudioEndpoint_Release(This) (This)->lpVtbl->Release(This
    [all...]
xpsprint.h 113 CONST_VTBL IXpsPrintJobStreamVtbl* lpVtbl;
119 #define IXpsPrintJobStream_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
120 #define IXpsPrintJobStream_AddRef(This) (This)->lpVtbl->AddRef(This)
121 #define IXpsPrintJobStream_Release(This) (This)->lpVtbl->Release(This)
123 #define IXpsPrintJobStream_Read(This,pv,cb,pcbRead) (This)->lpVtbl->Read(This,pv,cb,pcbRead)
124 #define IXpsPrintJobStream_Write(This,pv,cb,pcbWritten) (This)->lpVtbl->Write(This,pv,cb,pcbWritten)
126 #define IXpsPrintJobStream_Close(This) (This)->lpVtbl->Close(This)
130 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
133 return This->lpVtbl->AddRef(This);
136 return This->lpVtbl->Release(This)
    [all...]
tuner.h     [all...]
amvideo.h 237 CONST_VTBL IDirectDrawVideoVtbl* lpVtbl;
243 #define IDirectDrawVideo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
244 #define IDirectDrawVideo_AddRef(This) (This)->lpVtbl->AddRef(This)
245 #define IDirectDrawVideo_Release(This) (This)->lpVtbl->Release(This)
247 #define IDirectDrawVideo_GetSwitches(This,pSwitches) (This)->lpVtbl->GetSwitches(This,pSwitches)
248 #define IDirectDrawVideo_SetSwitches(This,Switches) (This)->lpVtbl->SetSwitches(This,Switches)
249 #define IDirectDrawVideo_GetCaps(This,pCaps) (This)->lpVtbl->GetCaps(This,pCaps)
250 #define IDirectDrawVideo_GetEmulatedCaps(This,pCaps) (This)->lpVtbl->GetEmulatedCaps(This,pCaps)
251 #define IDirectDrawVideo_GetSurfaceDesc(This,pSurfaceDesc) (This)->lpVtbl->GetSurfaceDesc(This,pSurfaceDesc)
252 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCount,pCodes
    [all...]
d3d10_1.h 180 CONST_VTBL ID3D10BlendState1Vtbl* lpVtbl;
186 #define ID3D10BlendState1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
187 #define ID3D10BlendState1_AddRef(This) (This)->lpVtbl->AddRef(This)
188 #define ID3D10BlendState1_Release(This) (This)->lpVtbl->Release(This)
190 #define ID3D10BlendState1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice)
191 #define ID3D10BlendState1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData)
192 #define ID3D10BlendState1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData)
193 #define ID3D10BlendState1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData)
195 #define ID3D10BlendState1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc)
197 #define ID3D10BlendState1_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc
    [all...]
exdisp.h 486 CONST_VTBL IWebBrowserVtbl* lpVtbl;
492 #define IWebBrowser_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
493 #define IWebBrowser_AddRef(This) (This)->lpVtbl->AddRef(This)
494 #define IWebBrowser_Release(This) (This)->lpVtbl->Release(This)
496 #define IWebBrowser_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
497 #define IWebBrowser_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
498 #define IWebBrowser_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
499 #define IWebBrowser_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
501 #define IWebBrowser_GoBack(This) (This)->lpVtbl->GoBack(This)
502 #define IWebBrowser_GoForward(This) (This)->lpVtbl->GoForward(This
    [all...]
activation.h 89 CONST_VTBL IActivationFactoryVtbl* lpVtbl;
95 #define IActivationFactory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
96 #define IActivationFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
97 #define IActivationFactory_Release(This) (This)->lpVtbl->Release(This)
99 #define IActivationFactory_GetIids(This,iidCount,iids) (This)->lpVtbl->GetIids(This,iidCount,iids)
100 #define IActivationFactory_GetRuntimeClassName(This,className) (This)->lpVtbl->GetRuntimeClassName(This,className)
101 #define IActivationFactory_GetTrustLevel(This,trustLevel) (This)->lpVtbl->GetTrustLevel(This,trustLevel)
103 #define IActivationFactory_ActivateInstance(This,instance) (This)->lpVtbl->ActivateInstance(This,instance)
107 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
110 return This->lpVtbl->AddRef(This)
    [all...]
uiviewsettingsinterop.h 93 CONST_VTBL IUIViewSettingsInteropVtbl* lpVtbl;
99 #define IUIViewSettingsInterop_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
100 #define IUIViewSettingsInterop_AddRef(This) (This)->lpVtbl->AddRef(This)
101 #define IUIViewSettingsInterop_Release(This) (This)->lpVtbl->Release(This)
103 #define IUIViewSettingsInterop_GetIids(This,iidCount,iids) (This)->lpVtbl->GetIids(This,iidCount,iids)
104 #define IUIViewSettingsInterop_GetRuntimeClassName(This,className) (This)->lpVtbl->GetRuntimeClassName(This,className)
105 #define IUIViewSettingsInterop_GetTrustLevel(This,trustLevel) (This)->lpVtbl->GetTrustLevel(This,trustLevel)
107 #define IUIViewSettingsInterop_GetForWindow(This,hwnd,riid,ppv) (This)->lpVtbl->GetForWindow(This,hwnd,riid,ppv)
111 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
114 return This->lpVtbl->AddRef(This)
    [all...]
fsrmscreen.h 263 CONST_VTBL IFsrmFileGroupManagerVtbl* lpVtbl;
269 #define IFsrmFileGroupManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
270 #define IFsrmFileGroupManager_AddRef(This) (This)->lpVtbl->AddRef(This)
271 #define IFsrmFileGroupManager_Release(This) (This)->lpVtbl->Release(This)
273 #define IFsrmFileGroupManager_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
274 #define IFsrmFileGroupManager_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
275 #define IFsrmFileGroupManager_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
276 #define IFsrmFileGroupManager_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
278 #define IFsrmFileGroupManager_CreateFileGroup(This,fileGroup) (This)->lpVtbl->CreateFileGroup(This,fileGroup)
279 #define IFsrmFileGroupManager_GetFileGroup(This,name,fileGroup) (This)->lpVtbl->GetFileGroup(This,name,fileGroup
    [all...]
wmsdkidl.h 345 CONST_VTBL IWMStatusCallbackVtbl* lpVtbl;
351 #define IWMStatusCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
352 #define IWMStatusCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
353 #define IWMStatusCallback_Release(This) (This)->lpVtbl->Release(This)
355 #define IWMStatusCallback_OnStatus(This,Status,hr,dwType,pValue,pvContext) (This)->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext)
359 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
362 return This->lpVtbl->AddRef(This);
365 return This->lpVtbl->Release(This);
369 return This->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext);
452 CONST_VTBL IWMReaderCallbackVtbl* lpVtbl;
    [all...]
objectarray.h 92 CONST_VTBL IObjectArrayVtbl* lpVtbl;
98 #define IObjectArray_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
99 #define IObjectArray_AddRef(This) (This)->lpVtbl->AddRef(This)
100 #define IObjectArray_Release(This) (This)->lpVtbl->Release(This)
102 #define IObjectArray_GetCount(This,pcObjects) (This)->lpVtbl->GetCount(This,pcObjects)
103 #define IObjectArray_GetAt(This,uiIndex,riid,ppv) (This)->lpVtbl->GetAt(This,uiIndex,riid,ppv)
107 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
110 return This->lpVtbl->AddRef(This);
113 return This->lpVtbl->Release(This);
117 return This->lpVtbl->GetCount(This,pcObjects)
    [all...]
adoctint.h 369 CONST_VTBL struct _ADOCollectionVtbl *lpVtbl;
373 #define _ADOCollection_QueryInterface(This, riid, ppvObject) ((This)->lpVtbl ->QueryInterface (This, riid, ppvObject))
374 #define _ADOCollection_AddRef(This) ((This)->lpVtbl ->AddRef (This))
375 #define _ADOCollection_Release(This) ((This)->lpVtbl ->Release (This))
376 #define _ADOCollection_GetTypeInfoCount(This, pctinfo) ((This)->lpVtbl ->GetTypeInfoCount (This, pctinfo))
377 #define _ADOCollection_GetTypeInfo(This, iTInfo, lcid, ppTInfo) ((This)->lpVtbl ->GetTypeInfo (This, iTInfo, lcid, ppTInfo))
378 #define _ADOCollection_GetIDsOfNames(This, riid, rgszNames, cNames, lcid, rgDispId) ((This)->lpVtbl ->GetIDsOfNames (This, riid, rgszNames, cNames, lcid, rgDispId))
379 #define _ADOCollection_Invoke(This, dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr) ((This)->lpVtbl ->Invoke (This, dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr))
380 #define _Collection_get_Count(This, c) ((This)->lpVtbl ->get_Count (This, c))
381 #define _ADOCollection__NewEnum(This, ppvObject) ((This)->lpVtbl ->_NewEnum (This, ppvObject)
    [all...]
xpsobjectmodel_1.h 502 CONST_VTBL IXpsOMObjectFactory1Vtbl* lpVtbl;
508 #define IXpsOMObjectFactory1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
509 #define IXpsOMObjectFactory1_AddRef(This) (This)->lpVtbl->AddRef(This)
510 #define IXpsOMObjectFactory1_Release(This) (This)->lpVtbl->Release(This)
512 #define IXpsOMObjectFactory1_CreatePackage(This,package) (This)->lpVtbl->CreatePackage(This,package)
513 #define IXpsOMObjectFactory1_CreatePackageFromFile(This,filename,reuseObjects,package) (This)->lpVtbl->CreatePackageFromFile(This,filename,reuseObjects,package)
514 #define IXpsOMObjectFactory1_CreatePackageFromStream(This,stream,reuseObjects,package) (This)->lpVtbl->CreatePackageFromStream(This,stream,reuseObjects,package)
515 #define IXpsOMObjectFactory1_CreateStoryFragmentsResource(This,acquiredStream,partUri,storyFragmentsResource) (This)->lpVtbl->CreateStoryFragmentsResource(This,acquiredStream,partUri,storyFragmentsResource)
516 #define IXpsOMObjectFactory1_CreateDocumentStructureResource(This,acquiredStream,partUri,documentStructureResource) (This)->lpVtbl->CreateDocumentStructureResource(This,acquiredStream,partUri,documentStructureResource)
517 #define IXpsOMObjectFactory1_CreateSignatureBlockResource(This,acquiredStream,partUri,signatureBlockResource) (This)->lpVtbl->CreateSignatureBlockResource(This,acquiredStream,partUri,signatureBlockResource
    [all...]
devicetopology.h 394 CONST_VTBL IKsControlVtbl* lpVtbl;
400 #define IKsControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
401 #define IKsControl_AddRef(This) (This)->lpVtbl->AddRef(This)
402 #define IKsControl_Release(This) (This)->lpVtbl->Release(This)
404 #define IKsControl_KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned) (This)->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned)
405 #define IKsControl_KsMethod(This,Method,MethodLength,MethodData,DataLength,BytesReturned) (This)->lpVtbl->KsMethod(This,Method,MethodLength,MethodData,DataLength,BytesReturned)
406 #define IKsControl_KsEvent(This,Event,EventLength,EventData,DataLength,BytesReturned) (This)->lpVtbl->KsEvent(This,Event,EventLength,EventData,DataLength,BytesReturned)
410 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
413 return This->lpVtbl->AddRef(This);
416 return This->lpVtbl->Release(This)
    [all...]
bits2_0.h 140 CONST_VTBL struct IBackgroundCopyJob3Vtbl *lpVtbl;
143 #define IBackgroundCopyJob3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
144 #define IBackgroundCopyJob3_AddRef(This) (This)->lpVtbl -> AddRef(This)
145 #define IBackgroundCopyJob3_Release(This) (This)->lpVtbl -> Release(This)
146 #define IBackgroundCopyJob3_AddFileSet(This,cFileCount,pFileSet) (This)->lpVtbl -> AddFileSet(This,cFileCount,pFileSet)
147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,RemoteUrl,LocalName)
148 #define IBackgroundCopyJob3_EnumFiles(This,pEnum) (This)->lpVtbl -> EnumFiles(This,pEnum)
149 #define IBackgroundCopyJob3_Suspend(This) (This)->lpVtbl -> Suspend(This)
150 #define IBackgroundCopyJob3_Resume(This) (This)->lpVtbl -> Resume(This)
151 #define IBackgroundCopyJob3_Cancel(This) (This)->lpVtbl -> Cancel(This
    [all...]
vsmgmt.h 123 #define IVssDifferentialSoftwareSnapshotMgmt_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
124 #define IVssDifferentialSoftwareSnapshotMgmt_AddRef(This) (This)->lpVtbl->AddRef(This)
125 #define IVssDifferentialSoftwareSnapshotMgmt_Release(This) (This)->lpVtbl->Release(This)
126 #define IVssDifferentialSoftwareSnapshotMgmt_AddDiffArea(This,pwszVolumeName,pwszDiffAreaVolumeName,llMaximumDiffSpace) (This)->lpVtbl->AddDiffArea(This,pwszVolumeName,pwszDiffAreaVolumeName,llMaximumDiffSpace)
127 #define IVssDifferentialSoftwareSnapshotMgmt_ChangeDiffAreaMaximumSize(This,pwszVolumeName,pwszDiffAreaVolumeName,llMaximumDiffSpace) (This)->lpVtbl->ChangeDiffAreaMaximumSize(This,pwszVolumeName,pwszDiffAreaVolumeName,llMaximumDiffSpace)
128 #define IVssDifferentialSoftwareSnapshotMgmt_QueryVolumesSupportedForDiffAreas(This,pwszOriginalVolumeName,ppEnum) (This)->lpVtbl->QueryVolumesSupportedForDiffAreas(This,pwszOriginalVolumeName,ppEnum)
129 #define IVssDifferentialSoftwareSnapshotMgmt_QueryDiffAreasForVolume(This,pwszVolumeName,ppEnum) (This)->lpVtbl->QueryDiffAreasForVolume(This,pwszVolumeName,ppEnum)
130 #define IVssDifferentialSoftwareSnapshotMgmt_QueryDiffAreasOnVolume(This,pwszVolumeName,ppEnum) (This)->lpVtbl->QueryDiffAreasOnVolume(This,pwszVolumeName,ppEnum)
131 #define IVssDifferentialSoftwareSnapshotMgmt_QueryDiffAreasForSnapshot(This,SnapshotId,ppEnum) (This)->lpVtbl->QueryDiffAreasForSnapshot(This,SnapshotId,ppEnum)
169 #define IVssDifferentialSoftwareSnapshotMgmt2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject
    [all...]
msopc.h 376 CONST_VTBL IOpcUriVtbl* lpVtbl;
382 #define IOpcUri_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
383 #define IOpcUri_AddRef(This) (This)->lpVtbl->AddRef(This)
384 #define IOpcUri_Release(This) (This)->lpVtbl->Release(This)
386 #define IOpcUri_GetPropertyBSTR(This,uriProp,pbstrProperty,dwFlags) (This)->lpVtbl->GetPropertyBSTR(This,uriProp,pbstrProperty,dwFlags)
387 #define IOpcUri_GetPropertyLength(This,uriProp,pcchProperty,dwFlags) (This)->lpVtbl->GetPropertyLength(This,uriProp,pcchProperty,dwFlags)
388 #define IOpcUri_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags)
389 #define IOpcUri_HasProperty(This,uriProp,pfHasProperty) (This)->lpVtbl->HasProperty(This,uriProp,pfHasProperty)
390 #define IOpcUri_GetAbsoluteUri(This,pbstrAbsoluteUri) (This)->lpVtbl->GetAbsoluteUri(This,pbstrAbsoluteUri)
391 #define IOpcUri_GetAuthority(This,pbstrAuthority) (This)->lpVtbl->GetAuthority(This,pbstrAuthority
    [all...]
napcommon.h 119 CONST_VTBL INapComponentConfigVtbl* lpVtbl;
125 #define INapComponentConfig_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
126 #define INapComponentConfig_AddRef(This) (This)->lpVtbl->AddRef(This)
127 #define INapComponentConfig_Release(This) (This)->lpVtbl->Release(This)
129 #define INapComponentConfig_IsUISupported(This,isSupported) (This)->lpVtbl->IsUISupported(This,isSupported)
130 #define INapComponentConfig_InvokeUI(This,hwndParent) (This)->lpVtbl->InvokeUI(This,hwndParent)
131 #define INapComponentConfig_GetConfig(This,bCount,data) (This)->lpVtbl->GetConfig(This,bCount,data)
132 #define INapComponentConfig_SetConfig(This,bCount,data) (This)->lpVtbl->SetConfig(This,bCount,data)
136 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
139 return This->lpVtbl->AddRef(This)
    [all...]
optary.h 97 CONST_VTBL IOptionArrayVtbl* lpVtbl;
103 #define IOptionArray_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
104 #define IOptionArray_AddRef(This) (This)->lpVtbl->AddRef(This)
105 #define IOptionArray_Release(This) (This)->lpVtbl->Release(This)
107 #define IOptionArray_QueryOption(This,dwOption,pBuffer,pcbBuf) (This)->lpVtbl->QueryOption(This,dwOption,pBuffer,pcbBuf)
108 #define IOptionArray_SetOption(This,dwOption,pBuffer,cbBuf) (This)->lpVtbl->SetOption(This,dwOption,pBuffer,cbBuf)
112 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
115 return This->lpVtbl->AddRef(This);
118 return This->lpVtbl->Release(This);
122 return This->lpVtbl->QueryOption(This,dwOption,pBuffer,pcbBuf)
    [all...]
dmusics.h 107 #define IDirectMusicSynth_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
108 #define IDirectMusicSynth_AddRef(p) (p)->lpVtbl->AddRef(p)
109 #define IDirectMusicSynth_Release(p) (p)->lpVtbl->Release(p)
111 #define IDirectMusicSynth_Open(p,a) (p)->lpVtbl->Open(p,a)
112 #define IDirectMusicSynth_Close(p) (p)->lpVtbl->Close(p)
113 #define IDirectMusicSynth_SetNumChannelGroups(p,a) (p)->lpVtbl->SetNumChannelGroups(p,a)
114 #define IDirectMusicSynth_Download(p,a,b,c) (p)->lpVtbl->Download(p,a,b,c)
115 #define IDirectMusicSynth_Unload(p,a,b,c) (p)->lpVtbl->Unload(p,a,b,c)
116 #define IDirectMusicSynth_PlayBuffer(p,a,b,c) (p)->lpVtbl->PlayBuffer(p,a,b,c)
117 #define IDirectMusicSynth_GetRunningStats(p,a) (p)->lpVtbl->GetRunningStats(p,a
    [all...]
  /external/mesa3d/include/d3dadapter/
present.h 106 ID3DPresentVtbl *lpVtbl;
110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p)
112 #define ID3DPresent_Release(p) (p)->lpVtbl->Release(p)
114 #define ID3DPresent_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a)
115 #define ID3DPresent_SetPresentParameters(p,a,b) (p)->lpVtbl->SetPresentParameters(p,a,b)
116 #define ID3DPresent_NewD3DWindowBufferFromDmaBuf(p,a,b,c,d,e,f,g) (p)->lpVtbl->NewD3DWindowBufferFromDmaBuf(p,a,b,c,d,e,f,g)
117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a)
118 #define ID3DPresent_WaitBufferReleased(p,a) (p)->lpVtbl->WaitBufferReleased(p,a)
119 #define ID3DPresent_FrontBufferCopy(p,a) (p)->lpVtbl->FrontBufferCopy(p,a
    [all...]

Completed in 1846 milliseconds

1 2 3 4 5 6 7 8 91011>>