nn::ro::Module::Enumerate Member Function

Syntax

static void Enumerate(
     EnumerateCallback * p
);

Parameters

Name Description
in p The pointer to the callback object.

Return Values

None.

Description

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.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL