Changes

56 bytes added ,  18:04, 28 August 2016
Line 323: Line 323:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result ConnectToPort(Handle* out, const char* portName)
+
| Result [[IPC|ConnectToPort]](Handle* out, const char* portName)
 
|
 
|
 
|-
 
|-
Line 362: Line 362:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result SendSyncRequest(Handle session)
+
| Result [[IPC|SendSyncRequest]](Handle session)
 
|
 
|
 
|-
 
|-
Line 453: Line 453:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result CreatePort(Handle* portServer, Handle* portClient,  const char* name, s32 maxSessions)
+
| Result [[IPC|CreatePort]](Handle* portServer, Handle* portClient,  const char* name, s32 maxSessions)
 
| Setting name=NULL creates a private port not accessible from svcConnectToPort.
 
| Setting name=NULL creates a private port not accessible from svcConnectToPort.
 
|-
 
|-
Line 460: Line 460:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result CreateSessionToPort(Handle* session, Handle port)
+
| Result [[IPC|CreateSessionToPort]](Handle* session, Handle port)
 
|
 
|
 
|-
 
|-
Line 467: Line 467:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result CreateSession(Handle* sessionServer, Handle* sessionClient)
+
| Result [[IPC|CreateSession]](Handle* sessionServer, Handle* sessionClient)
 
|
 
|
 
|-
 
|-
Line 474: Line 474:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result AcceptSession(Handle* session, Handle port)
+
| Result [[IPC|AcceptSession]](Handle* session, Handle port)
 
|
 
|
 
|-
 
|-
Line 509: Line 509:  
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
 
| style="background: red" | No
| Result ReplyAndReceive(s32* index, Handle* handles, s32 handleCount, Handle replyTarget)
+
| Result [[IPC|ReplyAndReceive]](s32* index, Handle* handles, s32 handleCount, Handle replyTarget)
 
|
 
|
 
|-
 
|-
549

edits