|
|
|
IRowsetInfo Interface |
|
IID_IRowsetInfo |
{0C733A55-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowsetInfo provides information about a rowset.
Documentation: IRowsetInfo
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowsetInfo Methods |
Description |
|
GetProperties |
Returns the current setting of all properties supported by the rowset. |
|
GetReferencedRowset |
Returns an interface pointer to the rowset to which a bookmark applies. |
|
GetSpecification |
Returns an interface pointer on the object (command or session) that created the rowset. |
|
QueryInterface |
|
FUNCTION IRowsetInfo_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowsetInfo_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowsetInfo_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetProperties |
|
FUNCTION
IRowsetInfo_GetProperties ( _ , BYVAL cPropertyIDSets AS DWORD _ , BYVAL rgPropertyIDSets AS DWORD _ , BYREF pcPropertySets AS DWORD _ , BYREF prgPropertySets AS DWORD _ ) AS LONG
|
|
GetReferencedRowset |
|
FUNCTION
IRowsetInfo_GetReferencedRowset ( _ , BYVAL iOrdinal AS DWORD _ , BYREF riid AS GUID _ , BYREF ppReferencedRowset AS DWORD _ ) AS LONG
|
|
GetSpecification |
|
FUNCTION
IRowsetInfo_GetSpecification ( _ , BYREF riid AS GUID _ , BYREF ppSpecification AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:44:24 +0100