|
|
|
IRowPosition Interface |
|
IID_IRowPosition |
{0C733A94-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowPosition allows multiple components to share the concept of a current row over a rowset.
Documentation: IRowPosition
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowPosition Methods |
Description |
|
ClearRowPosition |
Clears the row position. |
|
GetRowPosition |
Retrieves the current row position. |
|
GetRowset |
Returns the current underlying Rowset. |
|
Initialize |
Sets the Rowset to be used by the row position object. |
|
SetRowPosition |
Sets the current row position. |
|
QueryInterface |
|
FUNCTION IRowPosition_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowPosition_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowPosition_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
ClearRowPosition |
|
FUNCTION
IRowPosition_ClearRowPosition ( _ ) AS LONG
|
|
GetRowPosition |
|
FUNCTION
IRowPosition_GetRowPosition ( _ , BYREF hChapter AS DWORD _ , BYREF phRow AS DWORD _ , BYREF pdwPositionFlags AS DWORD _ ) AS LONG
|
|
GetRowset |
|
FUNCTION
IRowPosition_GetRowset ( _ , BYREF riid AS GUID _ , BYREF ppRowset AS DWORD _ ) AS LONG
|
|
Initialize |
|
FUNCTION
IRowPosition_Initialize ( _ , BYVAL pRowset AS DWORD _ ) AS LONG
|
|
SetRowPosition |
|
FUNCTION
IRowPosition_SetRowPosition ( _ , BYVAL hChapter AS DWORD _ , BYVAL hRow AS DWORD _ , BYVAL dwPositionFlags AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:35:35 +0100