...
Exit Program Parameter Descriptions
Parameter | Data Type (Length) | Description |
---|---|---|
iUser | Char(128) | User ID |
iItemID | Char(128) | Unique reference value for the menu item as assigned by PUIATEXMNU. |
oLaunchConfig | LikeDS(dsLaunchConfig) | Returned launch state and associate free text. Free text is shown in the dialog box. |
oError | Ind (true/false) | Returned from exit program. If 0 then success otherwise failure. |
oErrorMsg | Char(256) | Returned error message describing the error from exit program. |
Data structure definition that has return launch config for a passed ‘iItemID’ in the arguments.
...