|
|
|
IRowsetResynch Interface |
|
IID_IRowsetResynch |
{0C733A84-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowsetResynch allows consumers to retrieve the current values for rows that may have been changed in the data store since retrieved.
Documentation: IRowsetResynch
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowsetResynch Methods |
Description |
|
GetLastVisibleData |
Gets the data in the data store that is visible to the transaction for the specified row. |
|
ResynchRows |
Gets the data in the data store that is visible to the transaction for the specified rows and updates the rowset's copies of those rows. |
|
QueryInterface |
|
FUNCTION IRowsetResynch_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowsetResynch_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowsetResynch_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetLastVisibleData |
|
FUNCTION
IRowsetResynch_GetVisibleData ( _ , BYVAL hRow AS DWORD _ , BYVAL hAccessor AS DWORD _ , BYVAL pData AS DWORD _ ) AS LONG
|
|
ResynchRows |
|
FUNCTION
IRowsetResynch_ResynchRows ( _ , BYVAL cRows AS DWORD _ , BYVAL rghRows AS DWORD _ , BYREF prghRowsResynched AS DWORD _ , BYREF prgRowStatus AS DWORD _ ) AS LONG
|
Page last updated on Tuesday, 12 September 2006 21:08:52 +0200