Searched refs:get_DataSource (Results 1 - 10 of 10) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Demostore.h91 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
117 HRESULT (WINAPI *get_DataSource)(IExchangeServer *This,IDataSource2 **varDataSource); member in struct:IExchangeServerVtbl
145 #define IExchangeServer_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
200 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
226 HRESULT (WINAPI *get_DataSource)(IStorageGroup *This,IDataSource2 **varDataSource); member in struct:IStorageGroupVtbl
254 #define IStorageGroup_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
309 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
347 HRESULT (WINAPI *get_DataSource)(IPublicStoreDB *This,IDataSource2 **varDataSource); member in struct:IPublicStoreDBVtbl
387 #define IPublicStoreDB_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
478 virtual HRESULT WINAPI get_DataSource(IDataSource
518 HRESULT (WINAPI *get_DataSource)(IMailboxStoreDB *This,IDataSource2 **varDataSource); member in struct:IMailboxStoreDBVtbl
676 HRESULT (WINAPI *get_DataSource)(IFolderTree *This,IDataSource2 **varDataSource); member in struct:IFolderTreeVtbl
[all...]
H A Dcdoex.h643 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
711 HRESULT (WINAPI *get_DataSource)(IMessage *This,IDataSource **varDataSource); member in struct:CDO::IMessageVtbl
781 #define IMessage_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
929 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
962 HRESULT (WINAPI *get_DataSource)(IBodyPart *This,IDataSource **varDataSource); member in struct:CDO::IBodyPartVtbl
997 #define IBodyPart_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
1614 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
1645 HRESULT (WINAPI *get_DataSource)(IItem *This,IDataSource **varDataSource); member in struct:CDO::IItemVtbl
1678 #define IItem_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
1752 virtual HRESULT WINAPI get_DataSource(IDataSourc
1827 HRESULT (WINAPI *get_DataSource)(IAppointment *This,IDataSource **varDataSource); member in struct:CDO::IAppointmentVtbl
2114 HRESULT (WINAPI *get_DataSource)(ICalendarMessage *This,IDataSource **varDataSource); member in struct:CDO::ICalendarMessageVtbl
3039 HRESULT (WINAPI *get_DataSource)(IFolder *This,IDataSource **varDataSource); member in struct:CDO::IFolderVtbl
3268 HRESULT (WINAPI *get_DataSource)(IPerson *This,IDataSource **varDataSource); member in struct:CDO::IPersonVtbl
3631 HRESULT (WINAPI *get_DataSource)(IAddressee *This,IDataSource **varDataSource); member in struct:CDO::IAddresseeVtbl
[all...]
H A Dcdosys.h437 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
505 HRESULT (WINAPI *get_DataSource)(IMessage *This,IDataSource **varDataSource); member in struct:CDO::IMessageVtbl
575 #define IMessage_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
723 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
756 HRESULT (WINAPI *get_DataSource)(IBodyPart *This,IDataSource **varDataSource); member in struct:CDO::IBodyPartVtbl
791 #define IBodyPart_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
H A Dadoint.h2349 virtual HRESULT STDMETHODCALLTYPE get_DataSource (IUnknown **ppunkDataSource) = 0;
2433 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset20 *This, IUnknown **ppunkDataSource); member in struct:Recordset20Vtbl
2520 #define Recordset20_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2619 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset21 *This, IUnknown **ppunkDataSource); member in struct:Recordset21Vtbl
2709 #define Recordset21_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2809 HRESULT (STDMETHODCALLTYPE *get_DataSource) (_ADORecordset *This, IUnknown **ppunkDataSource); member in struct:_RecordsetVtbl
2900 #define _Recordset_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
H A Dadoint_backcompat.h2302 virtual HRESULT STDMETHODCALLTYPE get_DataSource (IUnknown **ppunkDataSource) = 0;
2386 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset20 *This, IUnknown **ppunkDataSource); member in struct:Recordset20Vtbl
2473 #define Recordset20_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2572 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset21 *This, IUnknown **ppunkDataSource); member in struct:Recordset21Vtbl
2662 #define Recordset21_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2762 HRESULT (STDMETHODCALLTYPE *get_DataSource) (_ADORecordset *This, IUnknown **ppunkDataSource); member in struct:_RecordsetVtbl
2853 #define _Recordset_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Demostore.h91 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
117 HRESULT (WINAPI *get_DataSource)(IExchangeServer *This,IDataSource2 **varDataSource); member in struct:IExchangeServerVtbl
145 #define IExchangeServer_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
200 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
226 HRESULT (WINAPI *get_DataSource)(IStorageGroup *This,IDataSource2 **varDataSource); member in struct:IStorageGroupVtbl
254 #define IStorageGroup_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
309 virtual HRESULT WINAPI get_DataSource(IDataSource2 **varDataSource) = 0;
347 HRESULT (WINAPI *get_DataSource)(IPublicStoreDB *This,IDataSource2 **varDataSource); member in struct:IPublicStoreDBVtbl
387 #define IPublicStoreDB_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
478 virtual HRESULT WINAPI get_DataSource(IDataSource
518 HRESULT (WINAPI *get_DataSource)(IMailboxStoreDB *This,IDataSource2 **varDataSource); member in struct:IMailboxStoreDBVtbl
676 HRESULT (WINAPI *get_DataSource)(IFolderTree *This,IDataSource2 **varDataSource); member in struct:IFolderTreeVtbl
[all...]
H A Dcdoex.h643 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
711 HRESULT (WINAPI *get_DataSource)(IMessage *This,IDataSource **varDataSource); member in struct:CDO::IMessageVtbl
781 #define IMessage_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
929 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
962 HRESULT (WINAPI *get_DataSource)(IBodyPart *This,IDataSource **varDataSource); member in struct:CDO::IBodyPartVtbl
997 #define IBodyPart_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
1614 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
1645 HRESULT (WINAPI *get_DataSource)(IItem *This,IDataSource **varDataSource); member in struct:CDO::IItemVtbl
1678 #define IItem_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
1752 virtual HRESULT WINAPI get_DataSource(IDataSourc
1827 HRESULT (WINAPI *get_DataSource)(IAppointment *This,IDataSource **varDataSource); member in struct:CDO::IAppointmentVtbl
2114 HRESULT (WINAPI *get_DataSource)(ICalendarMessage *This,IDataSource **varDataSource); member in struct:CDO::ICalendarMessageVtbl
3039 HRESULT (WINAPI *get_DataSource)(IFolder *This,IDataSource **varDataSource); member in struct:CDO::IFolderVtbl
3268 HRESULT (WINAPI *get_DataSource)(IPerson *This,IDataSource **varDataSource); member in struct:CDO::IPersonVtbl
3631 HRESULT (WINAPI *get_DataSource)(IAddressee *This,IDataSource **varDataSource); member in struct:CDO::IAddresseeVtbl
[all...]
H A Dcdosys.h437 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
505 HRESULT (WINAPI *get_DataSource)(IMessage *This,IDataSource **varDataSource); member in struct:CDO::IMessageVtbl
575 #define IMessage_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
723 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
756 HRESULT (WINAPI *get_DataSource)(IBodyPart *This,IDataSource **varDataSource); member in struct:CDO::IBodyPartVtbl
791 #define IBodyPart_get_DataSource(This,varDataSource) (This)->lpVtbl->get_DataSource(This,varDataSource)
H A Dadoint.h2349 virtual HRESULT STDMETHODCALLTYPE get_DataSource (IUnknown **ppunkDataSource) = 0;
2433 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset20 *This, IUnknown **ppunkDataSource); member in struct:Recordset20Vtbl
2520 #define Recordset20_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2619 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset21 *This, IUnknown **ppunkDataSource); member in struct:Recordset21Vtbl
2709 #define Recordset21_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2809 HRESULT (STDMETHODCALLTYPE *get_DataSource) (_ADORecordset *This, IUnknown **ppunkDataSource); member in struct:_RecordsetVtbl
2900 #define _Recordset_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
H A Dadoint_backcompat.h2302 virtual HRESULT STDMETHODCALLTYPE get_DataSource (IUnknown **ppunkDataSource) = 0;
2386 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset20 *This, IUnknown **ppunkDataSource); member in struct:Recordset20Vtbl
2473 #define Recordset20_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2572 HRESULT (STDMETHODCALLTYPE *get_DataSource) (Recordset21 *This, IUnknown **ppunkDataSource); member in struct:Recordset21Vtbl
2662 #define Recordset21_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))
2762 HRESULT (STDMETHODCALLTYPE *get_DataSource) (_ADORecordset *This, IUnknown **ppunkDataSource); member in struct:_RecordsetVtbl
2853 #define _Recordset_get_DataSource(This, ppunkDataSource) ((This)->lpVtbl ->get_DataSource (This, ppunkDataSource))

Completed in 227 milliseconds