|
|
|
IRowsetFind Interface |
|
IID_IRowsetFind |
{0C733A9D-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowsetFind is the interface that allows consumers to find a row within the rowset matching a specified value.
Documentation: IRowsetFind
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowsetFind Methods |
Description |
|
FinxNextRow |
Returns the next row matching the criteria. |
|
QueryInterface |
|
FUNCTION IRowsetFind_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowsetFind_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowsetFind_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
FindNextRow |
|
FUNCTION
IRowsetFind_FindNextRow ( _ , BYVAL hChapter AS DWORD _ , BYVAL hAccessor AS DWORD _ , BYVAL pFindValue AS DWORD _ , BYVAL CompareOp AS DWORD _ , BYVAL cbBookmark AS DWORD _ , BYVAL pBookmark AS DWORD _ , BYVAL lRowsOffset AS LONG _ , BYVAL cRows AS LONG _ , BYREF pcRowsObtained AS DWORD _ , BYREF prghRows AS DWORD _ ) AS LONG
|
Page last updated on Tuesday, 12 September 2006 19:30:40 +0200