|
|
|
IViewChapter Interface |
|
IID_IViewChapter |
{0C733A98-2A1C-11CE-ADE5-00AA0044773D} |
|
IViewChapter enables the consumer to create or apply a view to an existing rowset.
Documentation: IViewChapter
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IViewChapter Methods |
Description |
|
GetSpecification |
Returns the rowset from which the view was created. |
|
OpenViewChapter |
Returns a chapter reflecting the specified view. |
|
QueryInterface |
|
FUNCTION IViewChapter_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IViewChapter_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IViewChapter_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetSpecification |
|
FUNCTION
IViewChapter_GetSpecification ( _ , BYREF riid AS GUID _ , BYREF ppRowset AS DWORD _ ) AS LONG
|
|
OpenViewChapter |
|
FUNCTION
IViewChapter_OpenViewChapter ( _ , BYVAL hSource AS DWORD _ , BYREF phViewChapter AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 07 January 2006 20:34:16 +0100