> home > Custom Layer Boundary API

child_process_get_state

September 8th 2024
Get the state of a child process

Signature

C++
Process_State
child_process_get_state(Application_Links* app,
                        Child_Process_ID child_process_id);

Parameters

app

the standard custom layer context pointer

child_process_id

the id of the child process

Return

the state fields of the child process

Related

Process_State