omni_resume(3) — Subroutines
Name
omni_resume − The omni_resume procedure causes a program invocation to transition from the stopped state to the running state.
Syntax
extern unsigned long int omni_resume [_a](
unsigned long int ∗invoke_id,
omni_l_handle pi_handle,
char ∗execution_arg,
unsigned long int execution_arg_length,
omni_l_handle modifier_object,
omni_r_iosb ∗iosb,
omni_r_ctrl ∗ctrl);
Arguments
invoke_idaccess: write only mechanism: by reference optional argument An identifier assigned by DEComni. This parameter is used for asynchronous calls only.
pi_handleaccess: read only mechanism: by value The identifier of a loaded program definition.
execution_argaccess: read only mechanism: by reference optional argument A character string appropriate to the execution of the program invocation.
execution_arg_lengthaccess: read only mechanism: by value The length of the execution_arg parameter in characters. This is a required parameter if the execution_arg parameter is used.
modifier_objectaccess: read only mechanism: by value optional argument Reserved for future use.
iosbaccess: write only mechanism: by reference optional argument The DEComni I/O status block. The iosb parameter is the address of the status block.
ctrlaccess: read only mechanism: by reference optional argument A control structure to specify an event flag. The ctrl parameter is the address of the control structure.