prprocessattr.rst (465B)
1 PRProcessAttr 2 ============= 3 4 Represents the attributes of a new process. 5 6 7 Syntax 8 ------ 9 10 :: 11 12 #include <prproces.h> 13 14 typedef struct PRProcessAttr PRProcessAttr; 15 16 17 Description 18 ----------- 19 20 This opaque structure describes the attributes of a process to be 21 created. Pass a pointer to a :ref:`PRProcessAttr` into ``PR_CreateProcess`` 22 when you create a new process, specifying information such as standard 23 input/output redirection and file descriptor inheritance.