NativeChildProcess_Args
typedef struct {...} NativeChildProcess_Args
Overview
The struct describes the parameters passed to the child process.
Since: 13
Related module: ChildProcess
Header file: native_child_process.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* entryParams | Pointer to the entry parameters. The size cannot exceed 150 KB. |
| struct NativeChildProcess_FdList fdList | List of file descriptors passed to the child process. |