• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeChildProcess_Args
2
3## Overview
4
5The struct describes the parameters passed to the child process.
6
7**Since**: 13
8
9**Related module**: [ChildProcess](capi-childprocess.md)
10
11**Header file**: [native_child_process.h](capi-native-child-process-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name                                         | Description|
18|---------------------------------------------| -- |
19| char* entryParams                           | Pointer to the entry parameters. The size cannot exceed 150 KB.|
20| struct [NativeChildProcess_FdList](capi-nativechildprocess-fdlist.md) fdList | List of file descriptors passed to the child process.|
21