Cicode Programming Reference > Cicode Function Categories > I/O Device Functions Introduction > IODeviceStats

IODeviceStats

Gets statistical information for all I/O devices, and displays the information in a dialog box.

Note: In a multi-process environment this function needs to be called from the IOServer process or redirected there using MsgRPC. If this isn't done, some of the information on the IODeviceStats form will not be displayed correctly.

Syntax

IODeviceStats()

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

IODeviceInfo

Example

IODeviceStats(); ! display all  I/O device information

See Also

I/O Device Functions