|
|
|
IRowsetView Interface |
|
IID_IRowsetView |
{0C733A99-2A1C-11CE-ADE5-00AA0044773D} |
|
IRowsetView enables the consumer to create or apply a view to an existing rowset.
Documentation: IRowsetView
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IRowsetView Methods |
Description |
|
CreateView |
Creates a view object. |
|
GetView |
Returns a view object reflecting the conditions applied to the specified chapter. |
|
QueryInterface |
|
FUNCTION IRowsetView_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IRowsetView_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IRowsetView_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
CreateView |
|
FUNCTION IRowsetView_CreateView ( _ , BYVAL pUnkOuter AS DWORD _ , BYREF riid AS GUID _ , BYREF ppView AS DWORD _ ) AS LONG
|
|
GetView |
|
FUNCTION IRowsetView_GetView ( _ , BYVAL hChapter AS DWORD _ , BYREF riid AS GUID _ , BYREF phChapterSource AS DWORD _ , BYREF ppView AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:48:26 +0100