1# NativeChildProcess_Options 2 3## Overview 4 5The struct describes the options used for starting a 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| [NativeChildProcess_IsolationMode](capi-native-child-process-h.md#nativechildprocess_isolationmode) isolationMode | Isolation mode of the child process.| 20| int64_t reserved | Reserved for future use.| 21