Searched defs:lpVtbl (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmimeinfo.h66 CONST_VTBL struct IMimeInfoVtbl *lpVtbl; member in struct:IMimeInfo
69 #define IMimeInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
70 #define IMimeInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
71 #define IMimeInfo_Release(This) (This)->lpVtbl->Release(This)
72 #define IMimeInfo_GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID) (This)->lpVtbl->GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID)
H A Dservprov.h80 CONST_VTBL struct IServiceProviderVtbl *lpVtbl; member in struct:IServiceProvider
83 #define IServiceProvider_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
84 #define IServiceProvider_AddRef(This) (This)->lpVtbl->AddRef(This)
85 #define IServiceProvider_Release(This) (This)->lpVtbl->Release(This)
86 #define IServiceProvider_QueryService(This,guidService,riid,ppvObject) (This)->lpVtbl->QueryService(This,guidService,riid,ppvObject)
H A Dsimpdc.h54 CONST_VTBL struct ISimpleDataConverterVtbl *lpVtbl; member in struct:ISimpleDataConverter
57 #define ISimpleDataConverter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
58 #define ISimpleDataConverter_AddRef(This) (This)->lpVtbl->AddRef(This)
59 #define ISimpleDataConverter_Release(This) (This)->lpVtbl->Release(This)
60 #define ISimpleDataConverter_ConvertData(This,varSrc,vtDest,pUnknownElement,pvarDest) (This)->lpVtbl->ConvertData(This,varSrc,vtDest,pUnknownElement,pvarDest)
61 #define ISimpleDataConverter_CanConvertData(This,vt1,vt2) (This)->lpVtbl->CanConvertData(This,vt1,vt2)
H A Dctxtcall.h70 CONST_VTBL struct IContextCallbackVtbl *lpVtbl; member in struct:IContextCallback
73 #define IContextCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
74 #define IContextCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
75 #define IContextCallback_Release(This) (This)->lpVtbl->Release(This)
76 #define IContextCallback_ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk) (This)->lpVtbl->ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk)
H A Ddbgautoattach.h69 CONST_VTBL struct IDebugAutoAttachVtbl *lpVtbl; member in struct:IDebugAutoAttach
72 #define IDebugAutoAttach_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
73 #define IDebugAutoAttach_AddRef(This) (This)->lpVtbl->AddRef(This)
74 #define IDebugAutoAttach_Release(This) (This)->lpVtbl->Release(This)
75 #define IDebugAutoAttach_AutoAttach(This,guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId) (This)->lpVtbl->AutoAttach(This,guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId)
H A Dmsdaosp.h69 CONST_VTBL struct DataSourceObjectVtbl *lpVtbl; member in struct:DataSourceObject
72 #define DataSourceObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
73 #define DataSourceObject_AddRef(This) (This)->lpVtbl->AddRef(This)
74 #define DataSourceObject_Release(This) (This)->lpVtbl->Release(This)
75 #define DataSourceObject_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
76 #define DataSourceObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
77 #define DataSourceObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
78 #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
H A Dobjsafe.h77 CONST_VTBL struct IObjectSafetyVtbl *lpVtbl; member in struct:IObjectSafety
80 #define IObjectSafety_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
81 #define IObjectSafety_AddRef(This) (This)->lpVtbl->AddRef(This)
82 #define IObjectSafety_Release(This) (This)->lpVtbl->Release(This)
83 #define IObjectSafety_GetInterfaceSafetyOptions(This,riid,pdwSupportedOptions,pdwEnabledOptions) (This)->lpVtbl->GetInterfaceSafetyOptions(This,riid,pdwSupportedOptions,pdwEnabledOptions)
84 #define IObjectSafety_SetInterfaceSafetyOptions(This,riid,dwOptionSetMask,dwEnabledOptions) (This)->lpVtbl->SetInterfaceSafetyOptions(This,riid,dwOptionSetMask,dwEnabledOptions)
H A Dperhist.h76 CONST_VTBL struct IPersistHistoryVtbl *lpVtbl; member in struct:IPersistHistory
79 #define IPersistHistory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
80 #define IPersistHistory_AddRef(This) (This)->lpVtbl->AddRef(This)
81 #define IPersistHistory_Release(This) (This)->lpVtbl->Release(This)
82 #define IPersistHistory_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)
83 #define IPersistHistory_LoadHistory(This,pStream,pbc) (This)->lpVtbl->LoadHistory(This,pStream,pbc)
84 #define IPersistHistory_SaveHistory(This,pStream) (This)->lpVtbl->SaveHistory(This,pStream)
85 #define IPersistHistory_SetPositionCookie(This,dwPositioncookie) (This)->lpVtbl->SetPositionCookie(This,dwPositioncookie)
86 #define IPersistHistory_GetPositionCookie(This,pdwPositioncookie) (This)->lpVtbl->GetPositionCookie(This,pdwPositioncookie)
H A Dcertmod.h83 CONST_VTBL struct ICertManageModuleVtbl *lpVtbl; member in struct:ICertManageModule
86 #define ICertManageModule_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
87 #define ICertManageModule_AddRef(This) (This)->lpVtbl->AddRef(This)
88 #define ICertManageModule_Release(This) (This)->lpVtbl->Release(This)
89 #define ICertManageModule_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
90 #define ICertManageModule_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
91 #define ICertManageModule_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
92 #define ICertManageModule_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
94 #define ICertManageModule_SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl
[all...]
H A Dcertreqd.h70 CONST_VTBL struct ICertRequestDVtbl *lpVtbl; member in struct:ICertRequestD
73 #define ICertRequestD_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
74 #define ICertRequestD_AddRef(This) (This)->lpVtbl->AddRef(This)
75 #define ICertRequestD_Release(This) (This)->lpVtbl->Release(This)
76 #define ICertRequestD_Request(This,dwFlags,pwszAuthority,pdwRequestId,pdwDisposition,pwszAttributes,pctbRequest,pctbCertChain,pctbEncodedCert,pctbDispositionMessage) (This)->lpVtbl->Request(This,dwFlags,pwszAuthority,pdwRequestId,pdwDisposition,pwszAttributes,pctbRequest,pctbCertChain,pctbEncodedCert,pctbDispositionMessage)
77 #define ICertRequestD_GetCACert(This,fchain,pwszAuthority,pctbOut) (This)->lpVtbl->GetCACert(This,fchain,pwszAuthority,pctbOut)
78 #define ICertRequestD_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority)
116 CONST_VTBL struct ICertRequestD2Vtbl *lpVtbl; member in struct:ICertRequestD2
119 #define ICertRequestD2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
120 #define ICertRequestD2_AddRef(This) (This)->lpVtbl
[all...]
H A Dh323priv.h76 CONST_VTBL struct IH323LineExVtbl *lpVtbl; member in struct:IH323LineEx
79 #define IH323LineEx_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
80 #define IH323LineEx_AddRef(This) (This)->lpVtbl->AddRef(This)
81 #define IH323LineEx_Release(This) (This)->lpVtbl->Release(This)
82 #define IH323LineEx_SetExternalT120Address(This,fEnable,dwIP,wPort) (This)->lpVtbl->SetExternalT120Address(This,fEnable,dwIP,wPort)
83 #define IH323LineEx_SetDefaultCapabilityPreferrence(This,dwNumCaps,pCapabilities,pWeights) (This)->lpVtbl->SetDefaultCapabilityPreferrence(This,dwNumCaps,pCapabilities,pWeights)
84 #define IH323LineEx_SetAlias(This,strAlias,dwLength) (This)->lpVtbl->SetAlias(This,strAlias,dwLength)
115 CONST_VTBL struct IKeyFrameControlVtbl *lpVtbl; member in struct:IKeyFrameControl
118 #define IKeyFrameControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
119 #define IKeyFrameControl_AddRef(This) (This)->lpVtbl
[all...]
H A Dmultinfo.h79 CONST_VTBL struct IProvideMultipleClassInfoVtbl *lpVtbl; member in struct:IProvideMultipleClassInfo
82 #define IProvideMultipleClassInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
83 #define IProvideMultipleClassInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
84 #define IProvideMultipleClassInfo_Release(This) (This)->lpVtbl->Release(This)
85 #define IProvideMultipleClassInfo_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI)
86 #define IProvideMultipleClassInfo_GetGUID(This,dwGuidKind,pGUID) (This)->lpVtbl->GetGUID(This,dwGuidKind,pGUID)
87 #define IProvideMultipleClassInfo_GetMultiTypeInfoCount(This,pcti) (This)->lpVtbl->GetMultiTypeInfoCount(This,pcti)
88 #define IProvideMultipleClassInfo_GetInfoOfIndex(This,iti,dwFlags,pptiCoClass,pdwTIFlags,pcdispidReserved,piidPrimary,piidSource) (This)->lpVtbl->GetInfoOfIndex(This,iti,dwFlags,pptiCoClass,pdwTIFlags,pcdispidReserved,piidPrimary,piidSource)
H A Dtapi3ds.h70 CONST_VTBL struct ITAMMediaFormatVtbl *lpVtbl; member in struct:ITAMMediaFormat
73 #define ITAMMediaFormat_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
74 #define ITAMMediaFormat_AddRef(This) (This)->lpVtbl->AddRef(This)
75 #define ITAMMediaFormat_Release(This) (This)->lpVtbl->Release(This)
76 #define ITAMMediaFormat_get_MediaFormat(This,ppmt) (This)->lpVtbl->get_MediaFormat(This,ppmt)
77 #define ITAMMediaFormat_put_MediaFormat(This,pmt) (This)->lpVtbl->put_MediaFormat(This,pmt)
114 CONST_VTBL struct ITAllocatorPropertiesVtbl *lpVtbl; member in struct:ITAllocatorProperties
117 #define ITAllocatorProperties_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
118 #define ITAllocatorProperties_AddRef(This) (This)->lpVtbl->AddRef(This)
119 #define ITAllocatorProperties_Release(This) (This)->lpVtbl
[all...]
H A Dwbemads.h90 CONST_VTBL struct IWMIExtensionVtbl *lpVtbl; member in struct:IWMIExtension
93 #define IWMIExtension_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
94 #define IWMIExtension_AddRef(This) (This)->lpVtbl->AddRef(This)
95 #define IWMIExtension_Release(This) (This)->lpVtbl->Release(This)
96 #define IWMIExtension_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
97 #define IWMIExtension_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
98 #define IWMIExtension_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
99 #define IWMIExtension_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
100 #define IWMIExtension_get_WMIObjectPath(This,strWMIObjectPath) (This)->lpVtbl->get_WMIObjectPath(This,strWMIObjectPath)
101 #define IWMIExtension_GetWMIObject(This,objWMIObject) (This)->lpVtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmimeinfo.h66 CONST_VTBL struct IMimeInfoVtbl *lpVtbl; member in struct:IMimeInfo
69 #define IMimeInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
70 #define IMimeInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
71 #define IMimeInfo_Release(This) (This)->lpVtbl->Release(This)
72 #define IMimeInfo_GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID) (This)->lpVtbl->GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID)
H A Dservprov.h80 CONST_VTBL struct IServiceProviderVtbl *lpVtbl; member in struct:IServiceProvider
83 #define IServiceProvider_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
84 #define IServiceProvider_AddRef(This) (This)->lpVtbl->AddRef(This)
85 #define IServiceProvider_Release(This) (This)->lpVtbl->Release(This)
86 #define IServiceProvider_QueryService(This,guidService,riid,ppvObject) (This)->lpVtbl->QueryService(This,guidService,riid,ppvObject)
H A Dsimpdc.h54 CONST_VTBL struct ISimpleDataConverterVtbl *lpVtbl; member in struct:ISimpleDataConverter
57 #define ISimpleDataConverter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
58 #define ISimpleDataConverter_AddRef(This) (This)->lpVtbl->AddRef(This)
59 #define ISimpleDataConverter_Release(This) (This)->lpVtbl->Release(This)
60 #define ISimpleDataConverter_ConvertData(This,varSrc,vtDest,pUnknownElement,pvarDest) (This)->lpVtbl->ConvertData(This,varSrc,vtDest,pUnknownElement,pvarDest)
61 #define ISimpleDataConverter_CanConvertData(This,vt1,vt2) (This)->lpVtbl->CanConvertData(This,vt1,vt2)
H A Dctxtcall.h70 CONST_VTBL struct IContextCallbackVtbl *lpVtbl; member in struct:IContextCallback
73 #define IContextCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
74 #define IContextCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
75 #define IContextCallback_Release(This) (This)->lpVtbl->Release(This)
76 #define IContextCallback_ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk) (This)->lpVtbl->ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk)
H A Ddbgautoattach.h69 CONST_VTBL struct IDebugAutoAttachVtbl *lpVtbl; member in struct:IDebugAutoAttach
72 #define IDebugAutoAttach_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
73 #define IDebugAutoAttach_AddRef(This) (This)->lpVtbl->AddRef(This)
74 #define IDebugAutoAttach_Release(This) (This)->lpVtbl->Release(This)
75 #define IDebugAutoAttach_AutoAttach(This,guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId) (This)->lpVtbl->AutoAttach(This,guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId)
H A Dmsdaosp.h69 CONST_VTBL struct DataSourceObjectVtbl *lpVtbl; member in struct:DataSourceObject
72 #define DataSourceObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
73 #define DataSourceObject_AddRef(This) (This)->lpVtbl->AddRef(This)
74 #define DataSourceObject_Release(This) (This)->lpVtbl->Release(This)
75 #define DataSourceObject_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
76 #define DataSourceObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
77 #define DataSourceObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
78 #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
H A Dobjsafe.h77 CONST_VTBL struct IObjectSafetyVtbl *lpVtbl; member in struct:IObjectSafety
80 #define IObjectSafety_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
81 #define IObjectSafety_AddRef(This) (This)->lpVtbl->AddRef(This)
82 #define IObjectSafety_Release(This) (This)->lpVtbl->Release(This)
83 #define IObjectSafety_GetInterfaceSafetyOptions(This,riid,pdwSupportedOptions,pdwEnabledOptions) (This)->lpVtbl->GetInterfaceSafetyOptions(This,riid,pdwSupportedOptions,pdwEnabledOptions)
84 #define IObjectSafety_SetInterfaceSafetyOptions(This,riid,dwOptionSetMask,dwEnabledOptions) (This)->lpVtbl->SetInterfaceSafetyOptions(This,riid,dwOptionSetMask,dwEnabledOptions)
H A Dperhist.h76 CONST_VTBL struct IPersistHistoryVtbl *lpVtbl; member in struct:IPersistHistory
79 #define IPersistHistory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
80 #define IPersistHistory_AddRef(This) (This)->lpVtbl->AddRef(This)
81 #define IPersistHistory_Release(This) (This)->lpVtbl->Release(This)
82 #define IPersistHistory_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)
83 #define IPersistHistory_LoadHistory(This,pStream,pbc) (This)->lpVtbl->LoadHistory(This,pStream,pbc)
84 #define IPersistHistory_SaveHistory(This,pStream) (This)->lpVtbl->SaveHistory(This,pStream)
85 #define IPersistHistory_SetPositionCookie(This,dwPositioncookie) (This)->lpVtbl->SetPositionCookie(This,dwPositioncookie)
86 #define IPersistHistory_GetPositionCookie(This,pdwPositioncookie) (This)->lpVtbl->GetPositionCookie(This,pdwPositioncookie)
H A Dcertmod.h83 CONST_VTBL struct ICertManageModuleVtbl *lpVtbl; member in struct:ICertManageModule
86 #define ICertManageModule_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
87 #define ICertManageModule_AddRef(This) (This)->lpVtbl->AddRef(This)
88 #define ICertManageModule_Release(This) (This)->lpVtbl->Release(This)
89 #define ICertManageModule_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
90 #define ICertManageModule_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
91 #define ICertManageModule_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
92 #define ICertManageModule_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
94 #define ICertManageModule_SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl
[all...]
H A Dcertreqd.h70 CONST_VTBL struct ICertRequestDVtbl *lpVtbl; member in struct:ICertRequestD
73 #define ICertRequestD_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
74 #define ICertRequestD_AddRef(This) (This)->lpVtbl->AddRef(This)
75 #define ICertRequestD_Release(This) (This)->lpVtbl->Release(This)
76 #define ICertRequestD_Request(This,dwFlags,pwszAuthority,pdwRequestId,pdwDisposition,pwszAttributes,pctbRequest,pctbCertChain,pctbEncodedCert,pctbDispositionMessage) (This)->lpVtbl->Request(This,dwFlags,pwszAuthority,pdwRequestId,pdwDisposition,pwszAttributes,pctbRequest,pctbCertChain,pctbEncodedCert,pctbDispositionMessage)
77 #define ICertRequestD_GetCACert(This,fchain,pwszAuthority,pctbOut) (This)->lpVtbl->GetCACert(This,fchain,pwszAuthority,pctbOut)
78 #define ICertRequestD_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority)
116 CONST_VTBL struct ICertRequestD2Vtbl *lpVtbl; member in struct:ICertRequestD2
119 #define ICertRequestD2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
120 #define ICertRequestD2_AddRef(This) (This)->lpVtbl
[all...]
H A Dh323priv.h76 CONST_VTBL struct IH323LineExVtbl *lpVtbl; member in struct:IH323LineEx
79 #define IH323LineEx_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
80 #define IH323LineEx_AddRef(This) (This)->lpVtbl->AddRef(This)
81 #define IH323LineEx_Release(This) (This)->lpVtbl->Release(This)
82 #define IH323LineEx_SetExternalT120Address(This,fEnable,dwIP,wPort) (This)->lpVtbl->SetExternalT120Address(This,fEnable,dwIP,wPort)
83 #define IH323LineEx_SetDefaultCapabilityPreferrence(This,dwNumCaps,pCapabilities,pWeights) (This)->lpVtbl->SetDefaultCapabilityPreferrence(This,dwNumCaps,pCapabilities,pWeights)
84 #define IH323LineEx_SetAlias(This,strAlias,dwLength) (This)->lpVtbl->SetAlias(This,strAlias,dwLength)
115 CONST_VTBL struct IKeyFrameControlVtbl *lpVtbl; member in struct:IKeyFrameControl
118 #define IKeyFrameControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
119 #define IKeyFrameControl_AddRef(This) (This)->lpVtbl
[all...]

Completed in 1595 milliseconds

1234567891011>>