SYNOPSIS
#include <spawn.h>
int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *file_actions);
int posix_spawn_file_actions_init(posix_spawn_file_actions_t *file_actions);
DESCRIPTION
The
The
For more information on spawn file actions objects, see the
PARAMETERS
RETURN VALUES
On successful completion, the
Otherwise, these functions one of the following error numbers:
- ENOMEM
-
There is not enough memory to initialize the spawn file actions object.
- EINVAL
-
The file_actions argument contains an invalid value.
CONFORMANCE
UNIX 03.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
posix_spawn() ,posix_spawnp()
- Miscellaneous:
- spawn
PTC MKS Toolkit 10.5 Documentation Build 40.