|
|
|
IRowsetCurrentIndex Interface |
|
IID_IRowsetCurrentIndex |
{0C733ABD-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowsetCurrentIndex is the interface for determining and selecting a specific index for a rowset. This is limited to rowsets that expose IRowsetIndex. IRowsetCurrentIndex provides a mechanism for providers to reorder their rows without reopening the rowset. This interface can be effective for both integrated and nonintegrated indexes. For a complete description of indexes, see Chapter 10: Index Rowsets and Chapter 11: Integrated Indexes.
Documentation: IRowsetCurrentIndex
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowsetCurrentIndex Methods |
Description |
|
GetIndex |
Gets the current index on the rowset. |
|
SetIndex |
Sets the current index on the rowset. |
|
QueryInterface |
|
FUNCTION IRowsetCurrentIndex_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowsetCurrentIndex_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowsetCurrentIndex_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetIndex |
|
FUNCTION
IRowsetCurrentIndex_GetIndex ( _ , BYREF ppIndexID AS DWORD _ ) AS LONG
|
|
SetIndex |
|
FUNCTION
IRowsetCurrentIndex_SetIndex ( _ , BYVAL ppIndexID AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:42:27 +0100