NativeChildProcess_Fd
typedef struct {...} NativeChildProcess_Fd
Overview
The struct describes the information about the file descriptor passed to the child process.
Since: 13
Related module: ChildProcess
Header file: native_child_process.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* fdName | Pointer to the name of the file descriptor. It contains a maximum of 20 characters. |
| int32_t fd | Value of the file descriptor. |
| struct NativeChildProcess_Fd* next | Pointer to the next file descriptor. |