#include <revolution/os.h>
OSModuleInfo* OSSearchModule (void* ptr, u32* section, u32* offset);
|
Virtual address. |
|
Pointer to u32 type to get the module section number. |
|
Pointer to u32 type to get the module section number. |
Pointer to OSModuleInfo which contains ptr address. Returns NULL if there is no module that contains ptr.
Searches the module that contains the specified address (ptr).
03/01/2006 Initial version.