Training
Module
Enumerate objects in the pipeline - Training
This module explains how to enumerate objects in the pipeline so that you can work with one object at a time during automation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the example provider component, the enumeration of a namespace object uses the methods, from cenumns.cpp, listed in the following table.
Method | Description |
---|---|
CSampleDSNamespaceEnum::Create | Create an object to allow enumeration of an ADS namespace object. |
CSampleDSNamespaceEnum::CSampleDSNamespaceEnum | Standard constructor. |
CSampleDSNamespaceEnum::~CSampleDSNamespaceEnum | Standard destructor. |
CSampleDSNamespaceEnum::Next | Retrieve the specified number of elements from the namespace object indicated. |
CSampleDSNamespaceEnum::EnumObjects | Manage retrieving the interface pointers to the objects. |
CSampleDSNamespaceEnum::FetchObjects | Fetch the set of IDispatch pointers. |
CSampleDSNamespaceEnum::FetchNextObject | Fetch the next object. If found, create a generic Active Directory object and retrieve its IDispatch pointer. |
Training
Module
Enumerate objects in the pipeline - Training
This module explains how to enumerate objects in the pipeline so that you can work with one object at a time during automation.