omni_reject_conclude(3) — Subroutines
Name
omni_reject_conclude − The omni_reject_conclude procedure rejects an association conclude request from a remote application.
Syntax
extern unsigned long int omni_reject_conclude [_a](
omni_l_handle vmd_handle,
unsigned long int reason,
omni_r_iosb ∗iosb,
omni_r_ctrl ∗ctrl);
Arguments
vmd_handleaccess: read only mechanism: by value The longword identifier of a loaded VMD definition of the remote peer. The vmd_handle is returned by the omni_define procedure.
reasonaccess: read only mechanism: by value optional argument The reason the conclude request is being rejected. If the parameter is set to null, the reason code "other" is sent with the reject.
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.
Usage Notes
Call the omni_reject_conclude procedure in response to an indication returned by omni_get_indications.