#include <Interfaces.h>
Inherits DIObjectBase.
Designed as the inverse of DIAcceptConfiguration1, this interface is to allow storage of a components configuration, to allow it to be restored at another point in time.
Public Member Functions | |
| void | GetAllConfigurationDUIDs (DIDUIDList1 *iList) |
| Provide a list of configuration type identifiers. | |
| void | StoreConfiguration (const DUID *ConfID, DIXMLNode1 *pChunkNode) |
| Extract configuration data about the component. | |
| void DIStoreConfiguration1::GetAllConfigurationDUIDs | ( | DIDUIDList1 * | iList | ) |
Provide a list of configuration type identifiers.
| [out] | iList | DUID List to have the configuration identifiers appended to it. The implementation should not clear this list, and the caller of the function should be aware of the need to clear the list before calling, if that is desired. |
1.5.6