• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeChildProcess_FdList
2
3## Overview
4
5The struct describes a list of file descriptors passed to the child process. The list can contain a maximum of 16 entries.
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| struct [NativeChildProcess_Fd](capi-nativechildprocess-fd.md)* head | Pointer to the first file descriptor in the linked list passed to the child process.|
20