nn::ro::Module::Enumerate Member Function
static void Enumerate(
EnumerateCallback * p
);
| Name | Description | |
|---|---|---|
| in | p | The pointer to the callback object. |
Enumerates a module.
Calls the EnumerateCallback::operator() function specified by p for each loaded module.
Enumerates all loaded modules, regardless of whether true has been specified for the doRegister argument of the LoadModule function.
Static modules are not enumerated.
CONFIDENTIAL