Home COM GDI+ WebBrowser Data Access

IChapteredRowset Interface

 

IID_IChapteredRowset

{0C733A93-2A1C-11CE-ADE5-00AA0044773D}}

 

 

IChapteredRowset is the interface that allows consumers to manage chapters.

 

Documentation: IChapteredRowset

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IChapteredRowset Method

Description

AddRefChapter

Adds a reference count to a Chapter Handle.

ReleaseChapter

Releases a reference count on a Chapter Handle.

 

AddRefChapter

 

FUNCTION IChapteredRowset_AddRefChapter ( _
  BYVAL pthis AS DWORD PTR _

, BYVAL hChapter AS DWORD _

, BYREF pcRefCount AS DWORD _

  ) AS LONG


  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IChapteredRowset_AddRefChapter (pthis, hChapter, pcRefCount) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

ReleaseChapter

 

FUNCTION IChapteredRowset_ReleaseChapter ( _
  BYVAL pthis AS DWORD PTR _

, BYVAL hChapter AS DWORD _

, BYREF pcRefCount AS DWORD _

  ) AS LONG


  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[4] USING IChapteredRowset_ReleaseChapter (pthis, hChapter, pcRefcount) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Saturday, 11 November 2006 01:30:50 +0100