Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR NewProcessAttr

Creates a process attributes structure.

Syntax

#include <prlink.h>

PRProcessAttr *PR_NewProcessAttr(void);

Parameters

The function has no parameters.

Returns

A pointer to the new process attributes structure.

Description

This function creates a new PRProcessAttr structure that specifies the attributes of a new process, then returns a pointer to the structure. The new PRProcessAttr structure is initialized with these default attributes:

  • The standard I/O streams (standard input, standard output, and standard error) are not redirected.
  • No file descriptors are inherited by the new process.

Document Tags and Contributors

 Contributors to this page: teoli, AdamR
 Last updated by: teoli,