#include <revolution/hio2.h>
HIO2DeviceType HIO2GetDeviceType ( HIO2Handle handle );
handle |
Handle retrieved using the HI02Open function. |
This function returns the EXI device type if data retrieval succeeds and HIO2_DEVICE_INVALID if retrieval fails.
The HIO2GetDeviceType function gets the EXI device type assigned to the handle.
03/01/2006 Initial version.