class ProcessStartData

Defined at line 187 of file fidling/gen/sdk/fidl/fuchsia.process/fuchsia.process/hlcpp/fuchsia/process/cpp/fidl.h

The information required to start a process.

To start the process, call `zx_process_start` with the arguments provided.

Public Members

process process
vmar root_vmar
thread thread
uint64_t entry
uint64_t stack
channel bootstrap
uint64_t vdso_base
uint64_t base

Public Methods

::std::unique_ptr<ProcessStartData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ProcessStartData * value, size_t _offset)
zx_status_t Clone (ProcessStartData * result)