Changes

392 bytes added ,  08:59, 5 June 2017
Add details about semantics of call
Line 30: Line 30:  
| Result code
 
| Result code
 
|-
 
|-
| 2
+
| 3
| Service handle
+
| Handle to [[KServerPort]] which will receive incoming connections to the service.
 
|}
 
|}
 +
 +
This function registers a new service which can be accessed using [[SRV:GetServiceHandle]]. The service manager will create a new client-server port pair, registering the [[KPort|client endpoint]] under the given name, and returning the [[KServerPort|server endpoint]] for the service to listen on for incoming connections.
110

edits