nn::ro Namespace

Description

The namespace of the ro library that provides DLL functionality.

See also nnro.

For more information about how to create the DLL, see the DLL Manual.

Classes

nn::ro::Module Class for representing modules.
nn::ro::RegistrationList Class for representing crr's.

Structures

nn::ro::SizeInfo This structure stores memory size information required to load a cro.
nn::ro::RegionInfo This structure stores information about the memory region being used by a cro.

Enumerated Types

FixLevel This enumerated type is used to represent the level of memory to be released when LoadModule executes successfully.

Functions

Initialize Initializes the ro library.
Finalize Finalizes the ro library.
RegisterList Registers a crr.
GetSizeInfo Gets the memory size information required to load the target cro.
GetAddress Searches for a symbol.
GetPointer Searches for a symbol.
FindModule Searchs for a module.
LoadModule Loads a cro.

Revision History

2012/06/22
Added a note to refer to the DLL manual.
2011/07/29
Initial version.

CONFIDENTIAL