Application Manager Services: Difference between revisions
No edit summary |
|||
| Line 412: | Line 412: | ||
| | | | ||
| Stubbed. After validating the translate-paramater headers, this just returns error 0xE0C046F8. | | Stubbed. After validating the translate-paramater headers, this just returns error 0xE0C046F8. | ||
|- | |||
| 0x0401.... | |||
| | |||
| ? | |||
|- | |||
| 0x08010100 | |||
| | |||
| ? | |||
|- | |- | ||
| 0x080200C2 | | 0x080200C2 | ||
| Line 429: | Line 437: | ||
| [[AMFile:SetSize|SetSize]] | | [[AMFile:SetSize|SetSize]] | ||
|- | |- | ||
| | | 0x08060000 | ||
| | | | ||
| ? | |||
|- | |||
| 0x08070000 | |||
| | | | ||
| ? | |||
|- | |- | ||
| 0x08080000 | | 0x08080000 | ||
| | | | ||
| [[AMFile:Close|Close]] | | [[AMFile:Close|Close]] | ||
|- | |||
| 0x08090000 | |||
| | |||
| ? | |||
|- | |||
| 0x080A0000 | |||
| | |||
| This just returns 0. | |||
|- | |||
| 0x080B0000 | |||
| | |||
| This just returns 0. | |||
|- | |||
| 0x080C0000 | |||
| | |||
| This just returns 0. | |||
|} | |} | ||
This is similar to [[Filesystem_services#File_service|FSFile]]. | |||
For handling each command that's actually implemented, the AM cmdhandler function calls a vtable funcptr. | For handling each command that's actually implemented, the AM cmdhandler function calls a vtable funcptr. | ||