|
|
|
IGetRow Interface |
|
IID_IGetRow |
{0C733AAF-2A1C-11CE-ADE5-00AA0044773D} |
|
Consumers use the IGetRow interface to get a row object or URL for a row in a rowset.
Documentation: IGetRow
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IGetRow Methods |
Description |
|
GetRowFromHROW |
Returns an interface pointer on a newly created row object associated with a row in a rowset. |
|
GetURLFromHROW |
Returns the URL for a row in a rowset. |
|
QueryInterface |
|
FUNCTION IGetRow_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IGetRow_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IGetRow_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetRowFromHROW |
|
FUNCTION
IGetRow_GetRowFromHROW ( _ , BYVAL pUnkOuter AS DWORD _ , BYVAL hRow AS DWORD _ , BYREF riid AS GUID _ , BYREF ppUnk AS DWORD _ ) AS LONG
|
|
GetURLFromHROW |
|
DECLARE FUNCTION Proto_IGetRow_GetURLFromHROW ( _ , BYVAL hRow AS DWORD _ , BYREF ppwszURL AS DWORD _ ) AS LONG
FUNCTION
IGetRow_GetURLFromHROW ( _ , BYVAL hRow AS DWORD _ , BYREF strURL AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:31:41 +0100