IRowsetChapterMember

The IRowsetChapterMember interface detects whether or not a row is a member of a chapter.

When to Implement

IRowsetChapterMember is an optional interface on chaptered rowsets.

When to Call

Consumers call IRowsetChapterMember::IsRowInChapter whenever they need to determine whether a row handle is a member of a given chapter. For example, if a row handle is returned to the consumer during notification, the consumer can call this method on each of the chapters it already has to determine to which chapters the row belongs.

Method

Description

IsRowInChapter

Determines whether a row is a member of a chapter.

This topic is a part of: