|
|
|
IABTable Interface |
|
This interface is used for content tables of Microsoft Windows Address Book (WAB) containers and distribution lists. It is based in IMAPITable.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPITable Methods |
Description |
|
GetLastError |
Not currently implemented. |
|
Advise |
Not currently implemented. |
|
Unadvise |
Not currently implemented. |
|
GetStatus |
Not currently implemented. |
|
SetColumns |
Sets the order of property values returned by query operations. |
|
QueryColumns |
Retrieves either the current list of columns for a table view or the full list of columns available for the table. |
|
GetRowCount |
Retrieves the total number of rows in a table. |
|
SeekRow |
Moves the table cursor to a specific position. |
|
SeekRowApprox |
Moves the cursor to an approximate position in the table. |
|
QueryPosition |
Retrieves the current table row position of the cursor, if possible, and its fractional position. |
|
FindRow |
Finds the next row in a table that contains a property matching the specified criteria. |
|
Restrict |
Applies a restriction to a table, reducing the visible rows to those matching the restriction criteria. |
|
CreateBookmark |
Marks the current position of the table cursor. |
|
FreeBookmark |
Frees a bookmark created by IABTable::CreateBookmark. |
|
SortTable |
Sorts the table rows according to the criteria provided. |
|
QuerySortOrder |
Retrieves the current sort order for the table. |
|
QueryRows |
Retrieves rows of data from a table. |
|
Abort |
Not currently implemented. |
|
ExpandRow |
Not currently implemented. |
|
CollapseRow |
Not currently implemented. |
|
WaitForCompletion |
Not currently implemented. |
|
GetCollapseState |
Not currently implemented. |
|
SetCollapseState |
Not currently implemented. |
Page last updated on Saturday, 07 January 2006 17:37:21 +0100