|
|
|
IViewRowset Interface |
|
IID_IViewRowset |
{0C733A97-2A1C-11CE-ADE5-00AA0044773D} |
|
IViewRowset enables the consumer to create or apply view operations when opening a rowset.
Documentation: IViewRowset
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IViewRowset Methods |
Description |
|
GetSpecification |
Returns the filter condition associated with a view. |
|
OpenViewRowset |
Returns the bindings used to describe the filter conditions associated with a view. |
|
QueryInterface |
|
FUNCTION IViewRowset_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IViewRowset_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IViewRowset_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetSpecification |
|
FUNCTION
IViewRowset_GetSpecification ( _ , BYREF riid AS GUID _ , BYREF ppObject AS DWORD _ ) AS LONG
|
|
OpenViewRowset |
|
FUNCTION
IViewRowset_OpenViewRowset ( _ , BYVAL pUnkOuter AS DWORD _ , BYREF riid AS GUID _ , BYREF ppRowset AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 07 January 2006 20:34:39 +0100