Skip to main content

ec_module_manifest_iter_next

Last updated March 2020

Name

ec_module_manifest_iter_next — advances a module manifest iterator

Synopsis

#include "module.h"

| int **ec_module_manifest_iter_next** ( | iter, |   | |   | modulename); |   |

ec_module_manifest_iter_t * <var class="pdparam">iter</var>; const char ** <var class="pdparam">modulename</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

advances a module manifest iterator

Sets modulename to the name of the next module that has manifest information and then advances the iterator.

Parameters

iter

the manifest iterator

modulename

the returned module name

Return Values

1 if modulename was updated, 0 if there are no more module manifests to be considered.

Was this page helpful?