RO:UnloadCRO

From 3dbrew
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Request

Index Word Description
0 Header code [0x000500C2]
1 Base address of the mapped CRO, in the process memory, originally passed to RO:LoadExeCRO.
2 Unknown, usually zero?
3 Original address where the CRO was first located in process memory(such as the process heap), also passed to RO:LoadExeCRO.
4 Must be zero
5 KProcess handle

Response

Index Word Description
0 Header code
1 Result code

Description

This function patches the CRO binary in memory. It sets up imported symbols (functions+data) according to Import Table(s).