Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$REWIND^%ZIS(): Rewind Devices

Reference Type: Supported, Category: Device Handler, ICR#: 10086

Description

The $$REWIND^%ZIS extrinsic function rewinds special devices. These devices may be of the following types:

Format

  $$REWIND^%ZIS(io,iot,iopar)

Input Parameters

io:

(required) The $IO representation of the device to be rewound, in the same format as the IO variable, which is returned by ^%ZIS.

iot:

(required) The "Type" of device to be rewound, in the same format as the IOT variable, which is returned by ^%ZIS.

iopar

(required) The "Open Parameters" for the selected device, in the same format as the IOPAR variable, which is returned by ^%ZIS.

Output

returns:

Returns:

  • 1—Device was rewound successfully.

  • 0—Device was not rewound successfully.

Example

>S Y=$$REWIND^%ZIS(IO,IOT,IOPAR)