Difference between revisions of "Services"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Handles for services are retrieved from the service manager port, "srv:". Services are an abstraction of ports, they operate the same way except regular ports can have their hand...")
 
Line 11: Line 11:
 
|-
 
|-
 
| 0x00030100
 
| 0x00030100
| RegisterService (u32 cmdid, u64 portname, u32 strlen, u32 flags?)
+
| RegisterService1? (u32 cmdid, u64 portname, u32 strlen, u32 flags?)
 +
|-
 +
| 0x000400C0
 +
| RegisterService2? (u32 cmdid, u64 portname, u32 strlen)
 
|-
 
|-
 
| 0x00050100
 
| 0x00050100
 
| GetServiceHandle
 
| GetServiceHandle
 
|}
 
|}

Revision as of 19:55, 1 April 2014

Handles for services are retrieved from the service manager port, "srv:". Services are an abstraction of ports, they operate the same way except regular ports can have their handles retrieved directly from a SVC.


Command Header Description
0x00010002 Initialize
0x00030100 RegisterService1? (u32 cmdid, u64 portname, u32 strlen, u32 flags?)
0x000400C0 RegisterService2? (u32 cmdid, u64 portname, u32 strlen)
0x00050100 GetServiceHandle