ec_module_manifest_iter_next
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.
- iter
-
the manifest iterator
- modulename
-
the returned module name
1 if modulename was updated, 0 if there are no more module manifests to be considered.