Changes

Jump to navigation Jump to search
514 bytes removed ,  11:22, 18 June 2018
no edit summary
Line 160: Line 160:  
* '''Value[0]:''' AppletResourceUserId
 
* '''Value[0]:''' AppletResourceUserId
 
* '''Value[1]:''' Ignored.
 
* '''Value[1]:''' Ignored.
  −
==== StdioSockets ====
  −
Use these sockets for standard input/output/error. There must be an [[#OverrideService]] key present for either <code>bsd:u</code> or <code>bsd:s</code>, depending on which is indicated.
  −
  −
* '''Key:''' 9
  −
* '''Value[0]:''' First word: stdout file descriptor, second word: stdin file descriptor
  −
* '''Value[1]:''' Third word: stderr file descriptor, fourth word: SocketService
  −
  −
enum LoaderConfigSocketService {
  −
  LoaderConfigSocketService_BsdU = 0,
  −
  LoaderConfigSocketService_BsdS = 1,
  −
};
      
==== ProcessHandle ====
 
==== ProcessHandle ====

Navigation menu