Searched defs:IRowsetUpdate (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Doledb.h112 typedef struct IRowsetUpdate IRowsetUpdate; typedef in typeref:struct:IRowsetUpdate
2825 struct IRowsetUpdate : public IRowsetChange { struct in inherits:IRowsetChange
2836 HRESULT (WINAPI *QueryInterface)(IRowsetUpdate *This,REFIID riid,void **ppvObject);
2837 ULONG (WINAPI *AddRef)(IRowsetUpdate *This);
2838 ULONG (WINAPI *Release)(IRowsetUpdate *This);
2839 HRESULT (WINAPI *DeleteRows)(IRowsetUpdate *This,HCHAPTER hReserved,DBCOUNTITEM cRows,const HROW rghRows[],DBROWSTATUS rgRowStatus[]);
2840 HRESULT (WINAPI *SetData)(IRowsetUpdate *This,HROW hRow,HACCESSOR hAccessor,void *pData);
2841 HRESULT (WINAPI *InsertRow)(IRowsetUpdate *This,HCHAPTER hReserved,HACCESSOR hAccessor,void *pData,HROW *phRow);
2842 HRESULT (WINAPI *GetOriginalData)(IRowsetUpdate *Thi
2849 struct IRowsetUpdate { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Doledb.h112 typedef struct IRowsetUpdate IRowsetUpdate; typedef in typeref:struct:IRowsetUpdate
2825 struct IRowsetUpdate : public IRowsetChange { struct in inherits:IRowsetChange
2836 HRESULT (WINAPI *QueryInterface)(IRowsetUpdate *This,REFIID riid,void **ppvObject);
2837 ULONG (WINAPI *AddRef)(IRowsetUpdate *This);
2838 ULONG (WINAPI *Release)(IRowsetUpdate *This);
2839 HRESULT (WINAPI *DeleteRows)(IRowsetUpdate *This,HCHAPTER hReserved,DBCOUNTITEM cRows,const HROW rghRows[],DBROWSTATUS rgRowStatus[]);
2840 HRESULT (WINAPI *SetData)(IRowsetUpdate *This,HROW hRow,HACCESSOR hAccessor,void *pData);
2841 HRESULT (WINAPI *InsertRow)(IRowsetUpdate *This,HCHAPTER hReserved,HACCESSOR hAccessor,void *pData,HROW *phRow);
2842 HRESULT (WINAPI *GetOriginalData)(IRowsetUpdate *Thi
2849 struct IRowsetUpdate { struct
[all...]

Completed in 65 milliseconds