Directory Services

OBJECT.CPP

In the example provider component, an example of object lists, including using a filter, is in Object.cpp.

Object Description
ObjectTypeList::ObjectTypeList Creator: Build a list using the filter.
ObjectTypeList::~ObjectTypeList Standard destructor.
ObjectTypeList::GetCurrentObject Retrieve the current object from the list.
ObjectTypeList::Next Bump the index.
ObjectTypeList::Reset Reset the index to the beginning.
IsValidFilter Check the integrity of the filter
BuildDefaultObjectArray Build an array of objects using the filter.
BuildObjectArray Build an object array.