-
-
Notifications
You must be signed in to change notification settings - Fork 0
Module_DDEUtils
Charles edited this page Aug 5, 2026
·
11 revisions
| Component | Section | 32-bit | 64-bit | Claimant | Source | Repo summary |
|---|---|---|---|---|---|---|
| DDEUtils | ROM modules | Internals | Internals | Gerph | Private | not built in repo, not tested in repo |
| Functionality | Commands | SWIs | Services | Vectors | TOTAL |
|---|---|---|---|---|---|
| 0.00% | 0.00% | 81.82% | 0.00% | 0.00% | 47.37% |
DDEUtils is the desktop development-environment utility module. Its source is organised around variable, vector, callback and Throwback support, making common development/debugger protocols available to clients.
- Has services
- Has services fast
- Has swis
- Sets variables
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 | Code variables |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 | *Prefix |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 |
DDEUtils_Prefix (&42580) |
| ✅ | ✅ |
DDEUtils_SetCLSize (&42581) |
| ✅ | ✅ |
DDEUtils_SetCL (&42582) |
| ✅ | ✅ |
DDEUtils_GetCLSize (&42583) |
| ✅ | ✅ |
DDEUtils_GetCl (&42584) |
| ✅ | ✅ |
DDEUtils_ThrowbackRegister (&42585) |
| ✅ | ✅ |
DDEUtils_ThrowbackUnRegister (&42586) |
| ✅ | ✅ |
DDEUtils_ThrowbackStart (&42587) |
| ✅ | ✅ |
DDEUtils_ThrowbackSend (&42588) |
| ✅ | ✅ |
DDEUtils_ThrowbackEnd (&42589) |
| 🔲 | 🔲 |
DDEUtils_ReadPrefix (&4258A) |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 | Service_Reset |
| 🔲 | 🔲 | Service_WimpCloseDown |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 | FSCV |
| 🔲 | 🔲 | FileV |
| 🔲 | 🔲 | FindV |
| 🔲 | 🔲 | GBPBV |
None
None
None
None
None
None
DDEUtilsMessageTransWimp


