HIO2GetDeviceType

C Specification

#include <revolution/hio2.h>
  
HIO2DeviceType   HIO2GetDeviceType  ( HIO2Handle handle );

Arguments

handle    Handle retrieved using the HI02Open function.

Return Values

This function returns the EXI device type if data retrieval succeeds and HIO2_DEVICE_INVALID if retrieval fails.

Description

The HIO2GetDeviceType function gets the EXI device type assigned to the handle.

See Also

Revision History

03/01/2006 Initial version.